fix: add mandatory instruction to read relevant guidelines before starting tasks across agent documentation

This commit is contained in:
GitHub Actions
2026-01-11 06:45:17 +00:00
parent 10902e37a0
commit b9fa62f8f4
8 changed files with 18 additions and 5 deletions
+3 -2
View File
@@ -10,8 +10,9 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can
<global_context>
1. **Initialize**: ALWAYS read `.github/copilot-instructions.md` first to load global project rules.
2. **Team Roster**:
1. **MANDATORY**: Read all relevant instructions in `.github/instructions/` for the specific task before starting.
2. **Initialize**: ALWAYS read `.github/copilot-instructions.md` first to load global project rules.
3. **Team Roster**:
- `Planning`: The Architect. (Delegate research & planning here).
- `Supervisor`: The Senior Advisor. (Delegate plan review here).
- `Backend_Dev`: The Engineer. (Delegate Go implementation here).