docs: add Copilot repository instructions - #11
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new .github/copilot-instructions.md file to provide cloud-portable GitHub Copilot guidance for this polyglot repo template, emphasizing placeholder discipline, repo-relative execution, and the repo’s manifest-aware Make/CI gates.
Changes:
- Add Copilot agent instructions focused on template-safe behavior and portability.
- Document the intended “no-op” Make targets in the template checkout and the repo’s ShellCheck command.
- Document CI expectations (aggregate
cicheck, Conventional Commits, gitleaks) for merge readiness.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 24dba6f5db
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
What changed
Adds cloud-portable GitHub Copilot instructions for the polyglot repository template, including placeholder discipline and exact manifest-aware Make/ShellCheck gates.
Validation
make build,make lint,make test, andshellcheck scripts/*.shpassedCopilot review is requested because Claude/Codex authored this PR. CI, unresolved-thread cleanup, and owner approval remain mandatory.