Skip to content

✨ Set up Copilot instructions#5

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/set-up-copilot-instructions
Draft

✨ Set up Copilot instructions#5
Copilot wants to merge 2 commits intomasterfrom
copilot/set-up-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Adds Copilot coding agent instructions to reduce build failures and improve agent efficiency when working with this Nix flake repository.

Changes

  • Added .github/copilot-instructions.md with repository-specific guidance:
    • Repository structure (systems, homes, modules organized by architecture)
    • Build commands for NixOS/Darwin systems and Home Manager configs
    • CI workflows (build.yml runs checks + auto-updates README; update.yml auto-updates flake inputs)
    • Nix flake conventions (use nix build, not nix-build; flake.lock is committed)
    • Secrets management (agenix with age encryption)
    • Platform-specific considerations (x86_64-linux, aarch64-darwin, aarch64-linux-rpi)
    • Common tasks (adding systems/homes/modules) and troubleshooting

Key callouts

  • README.md is auto-generated by nix run .#docs - manual edits will be overwritten
  • All checks run via nix run .#ci -- --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
  • Neovim config uses Fennel, not Lua

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gh.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: auscyber <12080502+auscyber@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure instructions for Copilot coding agent ✨ Set up Copilot instructions Feb 11, 2026
Copilot AI requested a review from auscyber February 11, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants