Commit 55356a9
docs: update gh-aw skill, copilot instructions, and compact all agents (#1073)
* Update gh-aw skill, copilot instructions, and compact all agents
- Rewrite github-agentic-workflows.md with v0.45+ features, Peli's Agent Factory patterns, Gemini engine, Agent Workflow Firewall, Continuous AI concepts
- Update copilot-instructions.md to v3.0 reflecting current stack (TS 6.0.2, React 19.x, Vite 8, Node 25, ES2025, v1.1.43)
- Compact all 6 agents (code-review, documentation, product-task, security-compliance, testing, typescript-react) removing bloat while preserving essential guidance
- Update agents README.md, skills README.md, and AGENT_GUIDE.md
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/2501a615-5cea-474b-b63f-ac9c1c4989e3
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* Address review feedback: add Gemini config details and expand skills README
- Add engine configuration notes for all AI engines (Copilot, Claude, Codex, Gemini)
- Expand skills README with onboarding context about how skills work
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/2501a615-5cea-474b-b63f-ac9c1c4989e3
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* Address PR review feedback: fix type-check refs, Node version, safe-output naming
- Remove all `npm run type-check` references (script doesn't exist) — TypeScript
checking is done via `npm run build` which runs tsc
- Fix Node version in header: "Node 25" → "Node >=25" for consistency
- Standardize safe-output name: `add-comment` → `create-issue-comment` throughout
- Clarify Copilot assignment examples as MCP tool examples in product-task-agent
- Also fix stray type-check reference in isms-compliance.md
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/75f17661-3c2a-402c-8673-d62b5f59f6da
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* Address review round 2: fix audit cmd, toolsets, tools allowlist, test patterns
- Fix `npm run audit` → `npm audit` in isms-compliance.md (no audit script)
- Fix toolsets: [issues, labels] → [default, labels] in gh-aw skill
- Add assign_copilot_to_issue and get_copilot_job_status to product-task-agent tools
- Include .test.ts alongside .test.tsx in testing-agent location patterns
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/deb35a0a-aaed-4616-9126-35ae76f64ee6
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* Address review round 3: fix logger.warn guidance, widen E2E glob
- Rephrase overly prescriptive `logger.warn` rule in typescript-react-agent
to reference existing service error/logging patterns
- Widen Cypress E2E glob from `cypress/e2e/*.cy.ts` to `cypress/e2e/**/*.cy.ts`
to include nested subdirectories
- Rephrase `logger.warn` rule in testing-agent to match actual service patterns
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/b9aba099-d188-48e1-9209-a84f1129b1cb
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* Address review round 4: remove jest-axe ref, fix non-existent scripts
- Replaced `jest-axe` reference in testing-agent with generic
"automated and manual" (jest-axe not in package.json)
- Replaced `npm run audit:report` → `npm audit` and removed
`npm run bundle-analysis` in isms-compliance.md Pre-PR checks
(neither script exists in package.json)
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/baee389d-4dd1-40d7-b7ad-83bd3299016b
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
* placeholder
Agent-Logs-Url: https://github.com/Hack23/cia-compliance-manager/sessions/8a683020-8f54-4f3d-b673-0a2bb9104094
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>1 parent be056d2 commit 55356a9
12 files changed
Lines changed: 839 additions & 4665 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 20 | + | |
| 21 | + | |
56 | 22 | | |
57 | 23 | | |
58 | 24 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
80 | 40 | | |
81 | 41 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
126 | 57 | | |
127 | 58 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments