Commit de9903e
committed
chore(workflow): replace Codex agent layout with Claude Code
The repository targeted Codex sessions. Move the agent contract, skills, and
session configuration to their Claude Code equivalents so a clean session at
the repository root loads the correct instructions.
- AGENTS.md becomes CLAUDE.md.
- .agents/skills/ becomes .claude/skills/, dropping the Codex-only
agents/openai.yaml interface metadata that Claude Code does not read.
- .codex/config.toml becomes .claude/settings.json, pinning the same model
and reasoning effort in Claude Code's native format.
Tooling follows the layout rather than only its names: verify_metadata.py
drops interface_metadata() and TOML parsing and now validates the settings
JSON, and verification_scope.py drops the openai.yaml lightweight-path rule.
.claude/settings.json classifies as a control file, so editing it still fails
closed to the full hosted matrix, while SKILL.md edits stay lightweight.
Verification: tools/verify_metadata.py passes (5 skills, 19 links);
tests/tools/verify_metadata_test.py and
tests/tools/verification_scope_test.py pass (3 tests each).1 parent 31f25c7 commit de9903e
25 files changed
Lines changed: 46 additions & 109 deletions
File tree
- .agents/skills
- change-protocol/agents
- conclude-project/agents
- proceed-project/agents
- status-project/agents
- verify-project/agents
- .claude
- skills
- change-protocol
- conclude-project
- proceed-project
- status-project
- verify-project
- .codex
- .github
- docs
- engineering
- project
- tests/tools
- tools
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments