mirror of
https://github.com/CharlesWiltgen/Axiom.git
synced 2026-09-20 19:58:20 +08:00
fix(agents): keep iap-implementation's hand-off without a dangling command reference
The restored sentence — "This agent writes code; it has no /axiom:audit form" — was
invisible while it lived in the frontmatter description, which every emitter
strips. In the body it is emitted, the Codex build annotates it as unresolvable,
and check 12o flags the resulting pointer. Not a check bug: Codex ships no
commands, so a bare /axiom:audit reference has no target to resolve. Reworded to
keep the hand-off ("use the iap-auditor agent, which /axiom:audit iap invokes")
and drop the dangling reference. Phase 1 clean.
This commit is contained in:
@@ -197,4 +197,4 @@ assistant: [Launches iap-implementation agent]
|
||||
|
||||
## Scope
|
||||
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code; it has no `/axiom:audit` form. To review existing IAP code instead, use `/axiom:audit iap` (the iap-auditor agent).
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code rather than auditing it. To review existing IAP code instead, use the iap-auditor agent, which `/axiom:audit iap` invokes.
|
||||
|
||||
+1
-1
@@ -182,4 +182,4 @@ assistant: [Launches iap-implementation agent]
|
||||
|
||||
## Scope
|
||||
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code; it has no `/axiom:audit` form. To review existing IAP code instead, use `axiom-audit-iap` (the iap-auditor agent).
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code rather than auditing it. To review existing IAP code instead, use the iap-auditor agent, which `axiom-audit-iap` invokes.
|
||||
|
||||
+1
-1
@@ -191,4 +191,4 @@ assistant: [Delegate to the `iap-implementation` subagent]
|
||||
|
||||
## Scope
|
||||
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code; it has no `/axiom-audit` form. To review existing IAP code instead, use `/axiom-audit` iap (the iap-auditor agent).
|
||||
Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. This agent writes code rather than auditing it. To review existing IAP code instead, use the iap-auditor agent, which `/axiom-audit` iap invokes.
|
||||
|
||||
+3
-3
@@ -83,8 +83,8 @@
|
||||
},
|
||||
{
|
||||
"path": "agents/iap-implementation.md",
|
||||
"sha256": "3922c4f89638698bfe5598d66c2502fe1482fce9262b565d780fa9044de640b5",
|
||||
"bytes": 6147
|
||||
"sha256": "4242f00cd535d5bd40e7866dbeda355733fd8a1247223ee4f924bc787b4bb650",
|
||||
"bytes": 6153
|
||||
},
|
||||
{
|
||||
"path": "agents/icloud-auditor.md",
|
||||
@@ -1879,7 +1879,7 @@
|
||||
],
|
||||
"totals": {
|
||||
"files": 375,
|
||||
"bytes": 7413541
|
||||
"bytes": 7413547
|
||||
},
|
||||
"excludedMirrors": 30,
|
||||
"classes": {
|
||||
|
||||
Vendored
+6
-6
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"totalBytes": 13499490,
|
||||
"totalBytes": 13503196,
|
||||
"skills": {
|
||||
"count": 303,
|
||||
"bytes": 7380834
|
||||
"bytes": 7380785
|
||||
},
|
||||
"commands": {
|
||||
"count": 17,
|
||||
"bytes": 48334
|
||||
"bytes": 48304
|
||||
},
|
||||
"agents": {
|
||||
"count": 42,
|
||||
"bytes": 677829
|
||||
"bytes": 681790
|
||||
},
|
||||
"searchIndex": {
|
||||
"bytes": 5392493
|
||||
"bytes": 5392317
|
||||
},
|
||||
"generatedAt": "2026-09-15T20:01:09.800Z"
|
||||
"generatedAt": "2026-09-15T21:11:35.806Z"
|
||||
}
|
||||
Vendored
+177
-221
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user