|
1 | 1 | # AGENTS.md - spectre-init |
2 | 2 |
|
| 3 | +## Repository Snapshot |
| 4 | + |
| 5 | +| Field | Value | |
| 6 | +|-------|-------| |
| 7 | +| Project team | `project-shell` | |
| 8 | +| Repository role | Spectre project scaffolding CLI | |
| 9 | +| Package/artifact | `@phcdevworks/spectre-init` | |
| 10 | +| Validation gate | `npm run check` | |
| 11 | + |
| 12 | +## Standard Authority Model |
| 13 | + |
| 14 | +| Agent | Role | Authority | |
| 15 | +|-------|------|-----------| |
| 16 | +| Claude Code | Lead implementation and validation | [CLAUDE.md](CLAUDE.md) | |
| 17 | +| OpenAI Codex | Documentation, release readiness, stabilization, and repo hygiene | [CODEX.md](CODEX.md) | |
| 18 | +| ChatGPT | Strategy, coordination, prompt design, and external review | Support only | |
| 19 | +| GitHub Copilot | Development assistance | [COPILOT.md](COPILOT.md) | |
| 20 | +| Google Jules | Bounded automated maintenance | [JULES.md](JULES.md) | |
| 21 | + |
| 22 | +Bradley Potts holds final authority for commits, merges, tags, publishing, and |
| 23 | +releases. |
| 24 | + |
| 25 | +## Standard Handoff |
| 26 | + |
| 27 | +Every AI-prepared change should report files changed, validation performed, |
| 28 | +public behavior or contract impact, and unresolved risks. Do not edit generated |
| 29 | +outputs directly. Do not update [CHANGELOG.md](CHANGELOG.md) unless the change |
| 30 | +is release-relevant. |
| 31 | + |
3 | 32 | ## AI Operating Model |
4 | 33 |
|
5 | 34 | This is the central AI coordination document for the repository. Agent-specific |
6 | 35 | files may add tool-local guidance, but they must not override the role |
7 | 36 | boundaries below. |
8 | 37 |
|
9 | | -This repository uses a four-agent AI operating model with defined, |
| 38 | +This repository uses a five-agent AI operating model with defined, |
10 | 39 | non-overlapping roles: |
11 | 40 |
|
12 | 41 | | Agent | Role | |
13 | 42 | | ------------------ | ---------------------------------------------------------------------- | |
14 | 43 | | **Claude Code** | Lead developer - primary implementation, architecture, tests | |
15 | 44 | | **OpenAI Codex** | Documentation, releases, production stabilization, repo hygiene | |
| 45 | +| **ChatGPT** | Strategy, coordination, prompt design, and external review - support only | |
16 | 46 | | **GitHub Copilot** | General development assistance (in-editor suggestions) | |
17 | 47 | | **Google Jules** | Automated maintenance - small fixes, dependency updates, micro-patches | |
18 | 48 |
|
|
0 commit comments