@agents-inc/cli 0.83.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +34 -22
- package/dist/{chunk-5BRHJD7Q.js → chunk-23UI23AW.js} +2 -2
- package/dist/{chunk-262MXFGL.js → chunk-2AHXUWHO.js} +4 -4
- package/dist/{chunk-32HQMUEJ.js → chunk-2BF4WAYU.js} +2 -2
- package/dist/{chunk-WWUSBGQE.js → chunk-2EPX6D74.js} +4 -4
- package/dist/{chunk-SW4LP3LX.js → chunk-2PXXNFTL.js} +4 -4
- package/dist/{chunk-WYHFSJ7O.js → chunk-2XLBC3W6.js} +2 -2
- package/dist/{chunk-WYHFSJ7O.js.map → chunk-2XLBC3W6.js.map} +1 -1
- package/dist/{chunk-TYFBHM5E.js → chunk-33AA7KWH.js} +6 -6
- package/dist/{chunk-WVVJD4K2.js → chunk-3JTBSJDE.js} +2 -2
- package/dist/{chunk-DUKSSZ6M.js → chunk-3PECYFYB.js} +5 -5
- package/dist/{chunk-C4I4Q33M.js → chunk-4IAGARTF.js} +2 -2
- package/dist/{chunk-AD2UT2TN.js → chunk-AZLM7OCV.js} +2 -2
- package/dist/{chunk-IMO6EQKT.js → chunk-DFFH7HQZ.js} +2 -2
- package/dist/{chunk-MHA6MWFP.js → chunk-DGZ7HWIG.js} +3 -3
- package/dist/{chunk-SOEIE4VA.js → chunk-DIIL3ELZ.js} +2 -2
- package/dist/{chunk-7Q3PDSOE.js → chunk-GWXZSQUS.js} +3 -3
- package/dist/{chunk-3MXMYHO3.js → chunk-HQNFKBZW.js} +17 -17
- package/dist/{chunk-3MXMYHO3.js.map → chunk-HQNFKBZW.js.map} +1 -1
- package/dist/{chunk-4Z5FJQEP.js → chunk-IG5B34MJ.js} +4 -4
- package/dist/{chunk-GEU62YD2.js → chunk-J7VVUJ6I.js} +2 -2
- package/dist/{chunk-VXQEKJTW.js → chunk-KJX5G75S.js} +4 -4
- package/dist/{chunk-RQYGAYPW.js → chunk-LI5NJ4VQ.js} +3 -3
- package/dist/{chunk-4BVJJSKM.js → chunk-LVIMGRFS.js} +5 -5
- package/dist/chunk-LVIMGRFS.js.map +1 -0
- package/dist/{chunk-FS4YWW36.js → chunk-ND4ZJOT7.js} +3 -3
- package/dist/{chunk-IMP35ETG.js → chunk-NPMMU4GY.js} +17 -17
- package/dist/chunk-NPMMU4GY.js.map +1 -0
- package/dist/{chunk-C2KXQHOI.js → chunk-PTKJKDYH.js} +7 -7
- package/dist/{chunk-X2HE3W74.js → chunk-SD3HTFUK.js} +2 -2
- package/dist/{chunk-7KYSCSYI.js → chunk-TE4LD3WR.js} +2 -2
- package/dist/{chunk-XTVWVOLD.js → chunk-XAVVPPWP.js} +2 -2
- package/dist/{chunk-253BRVMB.js → chunk-XCRX5WVX.js} +13 -13
- package/dist/{chunk-TYOHFFYJ.js → chunk-XGFLPLNO.js} +5 -5
- package/dist/{chunk-OMTMSYUS.js → chunk-ZYTLL3MM.js} +3 -3
- package/dist/commands/build/marketplace.js +4 -4
- package/dist/commands/build/plugins.js +8 -8
- package/dist/commands/build/stack.js +8 -8
- package/dist/commands/compile.js +8 -8
- package/dist/commands/config/index.js +8 -8
- package/dist/commands/config/path.js +7 -7
- package/dist/commands/config/show.js +8 -8
- package/dist/commands/diff.js +7 -7
- package/dist/commands/doctor.js +7 -7
- package/dist/commands/edit.js +23 -23
- package/dist/commands/eject.js +7 -7
- package/dist/commands/import/skill.js +7 -7
- package/dist/commands/info.js +7 -7
- package/dist/commands/init.js +23 -23
- package/dist/commands/list.js +7 -7
- package/dist/commands/new/agent.js +8 -8
- package/dist/commands/new/marketplace.js +9 -9
- package/dist/commands/new/skill.js +8 -8
- package/dist/commands/outdated.js +7 -7
- package/dist/commands/search.js +7 -7
- package/dist/commands/uninstall.js +7 -7
- package/dist/commands/update.js +8 -8
- package/dist/commands/validate.js +7 -7
- package/dist/components/wizard/category-grid.js +2 -2
- package/dist/components/wizard/category-grid.test.js +11 -11
- package/dist/components/wizard/domain-selection.js +9 -9
- package/dist/components/wizard/help-modal.js +8 -8
- package/dist/components/wizard/source-grid.js +2 -2
- package/dist/components/wizard/source-grid.test.js +11 -11
- package/dist/components/wizard/stack-selection.js +8 -8
- package/dist/components/wizard/step-agents.js +9 -9
- package/dist/components/wizard/step-agents.test.js +13 -13
- package/dist/components/wizard/step-agents.test.js.map +1 -1
- package/dist/components/wizard/step-build.js +9 -9
- package/dist/components/wizard/step-build.test.js +12 -12
- package/dist/components/wizard/step-confirm.js +4 -4
- package/dist/components/wizard/step-confirm.test.js +10 -10
- package/dist/components/wizard/step-settings.js +7 -7
- package/dist/components/wizard/step-settings.test.js +10 -10
- package/dist/components/wizard/step-sources.js +9 -9
- package/dist/components/wizard/step-sources.test.js +12 -12
- package/dist/components/wizard/step-stack.js +9 -9
- package/dist/components/wizard/step-stack.test.js +10 -10
- package/dist/components/wizard/wizard-layout.js +10 -10
- package/dist/components/wizard/wizard.js +21 -21
- package/dist/config-exports.js +1 -1
- package/dist/hooks/init.js +23 -23
- package/dist/{loader-4XPDVCZK.js → loader-LI4IFZB7.js} +4 -4
- package/dist/{source-loader-TV2TFYGI.js → source-loader-GHDWSV2H.js} +7 -7
- package/dist/source-manager-7RTGIBQK.js +19 -0
- package/dist/src/agents/meta/agent-summoner/workflow.md +10 -10
- package/{src/agents/meta/scribe → dist/src/agents/meta/codex-keeper}/intro.md +2 -0
- package/dist/src/agents/meta/codex-keeper/metadata.yaml +12 -0
- package/{src/agents/meta/scribe → dist/src/agents/meta/codex-keeper}/output-format.md +2 -2
- package/dist/src/agents/meta/{scribe → codex-keeper}/workflow.md +54 -29
- package/dist/src/agents/meta/convention-keeper/critical-reminders.md +3 -3
- package/dist/src/agents/meta/convention-keeper/critical-requirements.md +3 -3
- package/dist/src/agents/meta/convention-keeper/examples.md +3 -3
- package/dist/src/agents/meta/convention-keeper/intro.md +3 -3
- package/dist/src/agents/meta/convention-keeper/output-format.md +9 -9
- package/dist/src/agents/meta/convention-keeper/workflow.md +15 -15
- package/dist/src/agents/planning/web-pm/workflow.md +1 -1
- package/dist/stores/wizard-store.js +7 -7
- package/dist/stores/wizard-store.test.js +13 -13
- package/dist/stores/wizard-store.test.js.map +1 -1
- package/package.json +1 -1
- package/src/agents/meta/agent-summoner/workflow.md +10 -10
- package/{dist/src/agents/meta/scribe → src/agents/meta/codex-keeper}/intro.md +2 -0
- package/src/agents/meta/codex-keeper/metadata.yaml +12 -0
- package/{dist/src/agents/meta/scribe → src/agents/meta/codex-keeper}/output-format.md +2 -2
- package/src/agents/meta/{scribe → codex-keeper}/workflow.md +54 -29
- package/src/agents/meta/convention-keeper/critical-reminders.md +3 -3
- package/src/agents/meta/convention-keeper/critical-requirements.md +3 -3
- package/src/agents/meta/convention-keeper/examples.md +3 -3
- package/src/agents/meta/convention-keeper/intro.md +3 -3
- package/src/agents/meta/convention-keeper/output-format.md +9 -9
- package/src/agents/meta/convention-keeper/workflow.md +15 -15
- package/src/agents/planning/web-pm/workflow.md +1 -1
- package/dist/chunk-4BVJJSKM.js.map +0 -1
- package/dist/chunk-IMP35ETG.js.map +0 -1
- package/dist/source-manager-3223PJVQ.js +0 -19
- package/dist/src/agents/meta/scribe/metadata.yaml +0 -12
- package/src/agents/meta/scribe/metadata.yaml +0 -12
- /package/dist/{chunk-5BRHJD7Q.js.map → chunk-23UI23AW.js.map} +0 -0
- /package/dist/{chunk-262MXFGL.js.map → chunk-2AHXUWHO.js.map} +0 -0
- /package/dist/{chunk-32HQMUEJ.js.map → chunk-2BF4WAYU.js.map} +0 -0
- /package/dist/{chunk-WWUSBGQE.js.map → chunk-2EPX6D74.js.map} +0 -0
- /package/dist/{chunk-SW4LP3LX.js.map → chunk-2PXXNFTL.js.map} +0 -0
- /package/dist/{chunk-TYFBHM5E.js.map → chunk-33AA7KWH.js.map} +0 -0
- /package/dist/{chunk-WVVJD4K2.js.map → chunk-3JTBSJDE.js.map} +0 -0
- /package/dist/{chunk-DUKSSZ6M.js.map → chunk-3PECYFYB.js.map} +0 -0
- /package/dist/{chunk-C4I4Q33M.js.map → chunk-4IAGARTF.js.map} +0 -0
- /package/dist/{chunk-AD2UT2TN.js.map → chunk-AZLM7OCV.js.map} +0 -0
- /package/dist/{chunk-IMO6EQKT.js.map → chunk-DFFH7HQZ.js.map} +0 -0
- /package/dist/{chunk-MHA6MWFP.js.map → chunk-DGZ7HWIG.js.map} +0 -0
- /package/dist/{chunk-SOEIE4VA.js.map → chunk-DIIL3ELZ.js.map} +0 -0
- /package/dist/{chunk-7Q3PDSOE.js.map → chunk-GWXZSQUS.js.map} +0 -0
- /package/dist/{chunk-4Z5FJQEP.js.map → chunk-IG5B34MJ.js.map} +0 -0
- /package/dist/{chunk-GEU62YD2.js.map → chunk-J7VVUJ6I.js.map} +0 -0
- /package/dist/{chunk-VXQEKJTW.js.map → chunk-KJX5G75S.js.map} +0 -0
- /package/dist/{chunk-RQYGAYPW.js.map → chunk-LI5NJ4VQ.js.map} +0 -0
- /package/dist/{chunk-FS4YWW36.js.map → chunk-ND4ZJOT7.js.map} +0 -0
- /package/dist/{chunk-C2KXQHOI.js.map → chunk-PTKJKDYH.js.map} +0 -0
- /package/dist/{chunk-X2HE3W74.js.map → chunk-SD3HTFUK.js.map} +0 -0
- /package/dist/{chunk-7KYSCSYI.js.map → chunk-TE4LD3WR.js.map} +0 -0
- /package/dist/{chunk-XTVWVOLD.js.map → chunk-XAVVPPWP.js.map} +0 -0
- /package/dist/{chunk-253BRVMB.js.map → chunk-XCRX5WVX.js.map} +0 -0
- /package/dist/{chunk-TYOHFFYJ.js.map → chunk-XGFLPLNO.js.map} +0 -0
- /package/dist/{chunk-OMTMSYUS.js.map → chunk-ZYTLL3MM.js.map} +0 -0
- /package/dist/{loader-4XPDVCZK.js.map → loader-LI4IFZB7.js.map} +0 -0
- /package/dist/{source-loader-TV2TFYGI.js.map → source-loader-GHDWSV2H.js.map} +0 -0
- /package/dist/{source-manager-3223PJVQ.js.map → source-manager-7RTGIBQK.js.map} +0 -0
- /package/dist/src/agents/meta/{scribe → codex-keeper}/critical-reminders.md +0 -0
- /package/dist/src/agents/meta/{scribe → codex-keeper}/critical-requirements.md +0 -0
- /package/dist/src/agents/meta/{scribe → codex-keeper}/examples.md +0 -0
- /package/src/agents/meta/{scribe → codex-keeper}/critical-reminders.md +0 -0
- /package/src/agents/meta/{scribe → codex-keeper}/critical-requirements.md +0 -0
- /package/src/agents/meta/{scribe → codex-keeper}/examples.md +0 -0
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
Wizard
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-XCRX5WVX.js";
|
|
5
|
+
import "../../chunk-IG5B34MJ.js";
|
|
6
6
|
import "../../chunk-YVFGISUO.js";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-DGZ7HWIG.js";
|
|
8
|
+
import "../../chunk-2AHXUWHO.js";
|
|
9
9
|
import "../../chunk-V36FRPAU.js";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-3JTBSJDE.js";
|
|
11
|
+
import "../../chunk-LI5NJ4VQ.js";
|
|
12
|
+
import "../../chunk-LVIMGRFS.js";
|
|
13
|
+
import "../../chunk-3PECYFYB.js";
|
|
14
14
|
import "../../chunk-FQTYF3OU.js";
|
|
15
15
|
import "../../chunk-K77I4XGL.js";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-4IAGARTF.js";
|
|
17
17
|
import "../../chunk-6XEZLWG5.js";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-23UI23AW.js";
|
|
19
19
|
import "../../chunk-7SOPVGDV.js";
|
|
20
20
|
import "../../chunk-SB2R5KHJ.js";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-J7VVUJ6I.js";
|
|
22
22
|
import "../../chunk-P2FHS5IS.js";
|
|
23
|
-
import "../../chunk-
|
|
24
|
-
import "../../chunk-
|
|
23
|
+
import "../../chunk-2EPX6D74.js";
|
|
24
|
+
import "../../chunk-ND4ZJOT7.js";
|
|
25
25
|
import "../../chunk-HSKKGAOW.js";
|
|
26
26
|
import "../../chunk-4QA5TIBU.js";
|
|
27
27
|
import "../../chunk-WJXWYSBT.js";
|
|
28
|
-
import "../../chunk-
|
|
28
|
+
import "../../chunk-TE4LD3WR.js";
|
|
29
29
|
import "../../chunk-XO6X5QE5.js";
|
|
30
30
|
import "../../chunk-KUV24B5M.js";
|
|
31
|
-
import "../../chunk-
|
|
31
|
+
import "../../chunk-KJX5G75S.js";
|
|
32
32
|
import "../../chunk-HEQVUIHQ.js";
|
|
33
33
|
import "../../chunk-U3IGFMCY.js";
|
|
34
34
|
import "../../chunk-HK53FRMU.js";
|
|
35
|
-
import "../../chunk-
|
|
36
|
-
import "../../chunk-
|
|
37
|
-
import "../../chunk-
|
|
38
|
-
import "../../chunk-
|
|
39
|
-
import "../../chunk-
|
|
35
|
+
import "../../chunk-PTKJKDYH.js";
|
|
36
|
+
import "../../chunk-XAVVPPWP.js";
|
|
37
|
+
import "../../chunk-HQNFKBZW.js";
|
|
38
|
+
import "../../chunk-2BF4WAYU.js";
|
|
39
|
+
import "../../chunk-2XLBC3W6.js";
|
|
40
40
|
import "../../chunk-6PGL2XMY.js";
|
|
41
|
-
import "../../chunk-
|
|
41
|
+
import "../../chunk-NPMMU4GY.js";
|
|
42
42
|
import "../../chunk-DHET7RCE.js";
|
|
43
43
|
export {
|
|
44
44
|
Wizard
|
package/dist/config-exports.js
CHANGED
package/dist/hooks/init.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
showDashboard
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-33AA7KWH.js";
|
|
5
|
+
import "../chunk-XCRX5WVX.js";
|
|
6
|
+
import "../chunk-IG5B34MJ.js";
|
|
7
7
|
import "../chunk-YVFGISUO.js";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-DGZ7HWIG.js";
|
|
9
|
+
import "../chunk-2AHXUWHO.js";
|
|
10
10
|
import "../chunk-V36FRPAU.js";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-3JTBSJDE.js";
|
|
12
|
+
import "../chunk-LI5NJ4VQ.js";
|
|
13
|
+
import "../chunk-LVIMGRFS.js";
|
|
14
|
+
import "../chunk-3PECYFYB.js";
|
|
15
15
|
import "../chunk-FQTYF3OU.js";
|
|
16
16
|
import "../chunk-K77I4XGL.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-4IAGARTF.js";
|
|
18
18
|
import "../chunk-6XEZLWG5.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-23UI23AW.js";
|
|
20
20
|
import "../chunk-7SOPVGDV.js";
|
|
21
21
|
import "../chunk-SB2R5KHJ.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-J7VVUJ6I.js";
|
|
23
23
|
import "../chunk-P2FHS5IS.js";
|
|
24
|
-
import "../chunk-
|
|
25
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-2EPX6D74.js";
|
|
25
|
+
import "../chunk-ND4ZJOT7.js";
|
|
26
26
|
import "../chunk-HSKKGAOW.js";
|
|
27
27
|
import "../chunk-4QA5TIBU.js";
|
|
28
28
|
import "../chunk-WJXWYSBT.js";
|
|
29
|
-
import "../chunk-
|
|
29
|
+
import "../chunk-TE4LD3WR.js";
|
|
30
30
|
import "../chunk-XO6X5QE5.js";
|
|
31
31
|
import "../chunk-KUV24B5M.js";
|
|
32
|
-
import "../chunk-
|
|
32
|
+
import "../chunk-KJX5G75S.js";
|
|
33
33
|
import "../chunk-HEQVUIHQ.js";
|
|
34
34
|
import "../chunk-U3IGFMCY.js";
|
|
35
35
|
import "../chunk-HK53FRMU.js";
|
|
@@ -37,16 +37,16 @@ import "../chunk-B7KZLXHV.js";
|
|
|
37
37
|
import {
|
|
38
38
|
detectInstallation,
|
|
39
39
|
resolveSource
|
|
40
|
-
} from "../chunk-
|
|
41
|
-
import "../chunk-
|
|
42
|
-
import "../chunk-
|
|
40
|
+
} from "../chunk-PTKJKDYH.js";
|
|
41
|
+
import "../chunk-XAVVPPWP.js";
|
|
42
|
+
import "../chunk-HQNFKBZW.js";
|
|
43
43
|
import {
|
|
44
44
|
EXIT_CODES
|
|
45
|
-
} from "../chunk-
|
|
46
|
-
import "../chunk-
|
|
47
|
-
import "../chunk-
|
|
45
|
+
} from "../chunk-SD3HTFUK.js";
|
|
46
|
+
import "../chunk-2BF4WAYU.js";
|
|
47
|
+
import "../chunk-2XLBC3W6.js";
|
|
48
48
|
import "../chunk-6PGL2XMY.js";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-NPMMU4GY.js";
|
|
50
50
|
import {
|
|
51
51
|
init_esm_shims
|
|
52
52
|
} from "../chunk-DHET7RCE.js";
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
loadProjectAgents,
|
|
6
6
|
loadSkillsByIds,
|
|
7
7
|
parseFrontmatter
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-XAVVPPWP.js";
|
|
9
|
+
import "./chunk-2BF4WAYU.js";
|
|
10
|
+
import "./chunk-2XLBC3W6.js";
|
|
11
11
|
import "./chunk-6PGL2XMY.js";
|
|
12
12
|
import "./chunk-DHET7RCE.js";
|
|
13
13
|
export {
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
loadSkillsByIds,
|
|
18
18
|
parseFrontmatter
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=loader-
|
|
20
|
+
//# sourceMappingURL=loader-LI4IFZB7.js.map
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
extractSourceName,
|
|
5
5
|
loadSkillsMatrixFromSource,
|
|
6
6
|
mergeLocalSkillsIntoMatrix
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-PTKJKDYH.js";
|
|
8
|
+
import "./chunk-XAVVPPWP.js";
|
|
9
|
+
import "./chunk-HQNFKBZW.js";
|
|
10
|
+
import "./chunk-2BF4WAYU.js";
|
|
11
|
+
import "./chunk-2XLBC3W6.js";
|
|
12
12
|
import "./chunk-6PGL2XMY.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-NPMMU4GY.js";
|
|
14
14
|
import "./chunk-DHET7RCE.js";
|
|
15
15
|
export {
|
|
16
16
|
convertStackToResolvedStack,
|
|
@@ -18,4 +18,4 @@ export {
|
|
|
18
18
|
loadSkillsMatrixFromSource,
|
|
19
19
|
mergeLocalSkillsIntoMatrix
|
|
20
20
|
};
|
|
21
|
-
//# sourceMappingURL=source-loader-
|
|
21
|
+
//# sourceMappingURL=source-loader-GHDWSV2H.js.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
addSource,
|
|
4
|
+
getSourceSummary,
|
|
5
|
+
removeSource
|
|
6
|
+
} from "./chunk-PTKJKDYH.js";
|
|
7
|
+
import "./chunk-XAVVPPWP.js";
|
|
8
|
+
import "./chunk-HQNFKBZW.js";
|
|
9
|
+
import "./chunk-2BF4WAYU.js";
|
|
10
|
+
import "./chunk-2XLBC3W6.js";
|
|
11
|
+
import "./chunk-6PGL2XMY.js";
|
|
12
|
+
import "./chunk-NPMMU4GY.js";
|
|
13
|
+
import "./chunk-DHET7RCE.js";
|
|
14
|
+
export {
|
|
15
|
+
addSource,
|
|
16
|
+
getSourceSummary,
|
|
17
|
+
removeSource
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=source-manager-7RTGIBQK.js.map
|
|
@@ -436,7 +436,7 @@ Boundaries:
|
|
|
436
436
|
- `researcher/` - Read-only research agents (web-researcher, api-researcher)
|
|
437
437
|
- `planning/` - Planning agents (web-pm)
|
|
438
438
|
- `pattern/` - Pattern discovery agents (pattern-scout, web-pattern-critique)
|
|
439
|
-
- `meta/` - Meta-level agents (agent-summoner, skill-summoner,
|
|
439
|
+
- `meta/` - Meta-level agents (agent-summoner, skill-summoner, codex-keeper, convention-keeper)
|
|
440
440
|
- `tester/` - Testing agents (web-tester, cli-tester)
|
|
441
441
|
|
|
442
442
|
**Directory structure:**
|
|
@@ -1493,15 +1493,15 @@ Output formats are determined by the file system with cascading resolution:
|
|
|
1493
1493
|
1. **Agent-level**: `src/agents/{category}/{agent-name}/output-format.md`
|
|
1494
1494
|
2. **Category fallback**: `src/agents/{category}/output-format.md`
|
|
1495
1495
|
|
|
1496
|
-
| Category | Example Agents
|
|
1497
|
-
| ---------- |
|
|
1498
|
-
| developer | web-developer, api-developer, cli-developer
|
|
1499
|
-
| reviewer | web-reviewer, api-reviewer, cli-reviewer
|
|
1500
|
-
| researcher | web-researcher, api-researcher
|
|
1501
|
-
| planning | web-pm, web-architecture
|
|
1502
|
-
| tester | web-tester, cli-tester
|
|
1503
|
-
| pattern | pattern-scout, web-pattern-critique
|
|
1504
|
-
| meta |
|
|
1496
|
+
| Category | Example Agents |
|
|
1497
|
+
| ---------- | --------------------------------------------------------------- |
|
|
1498
|
+
| developer | web-developer, api-developer, cli-developer |
|
|
1499
|
+
| reviewer | web-reviewer, api-reviewer, cli-reviewer |
|
|
1500
|
+
| researcher | web-researcher, api-researcher |
|
|
1501
|
+
| planning | web-pm, web-architecture |
|
|
1502
|
+
| tester | web-tester, cli-tester |
|
|
1503
|
+
| pattern | pattern-scout, web-pattern-critique |
|
|
1504
|
+
| meta | codex-keeper, agent-summoner, skill-summoner, convention-keeper |
|
|
1505
1505
|
|
|
1506
1506
|
---
|
|
1507
1507
|
|
|
@@ -9,3 +9,5 @@ You work incrementally - building complete documentation over multiple sessions.
|
|
|
9
9
|
- **Update Mode**: Refresh documentation when user requests updates or when validation detects drift
|
|
10
10
|
|
|
11
11
|
**When documenting any area, be comprehensive and thorough. Include as many relevant file paths, patterns, and relationships as needed to create complete documentation.**
|
|
12
|
+
|
|
13
|
+
**Scope boundary:** You handle `.ai-docs/reference/` -- descriptive docs about how systems work. The convention-keeper agent handles `.ai-docs/standards/` -- prescriptive rules for code quality and testing. Do not create or modify files in `standards/`.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# yaml-language-server: $schema=https://raw.githubusercontent.com/agents-inc/cli/main/src/schemas/agent.schema.json
|
|
2
|
+
id: codex-keeper
|
|
3
|
+
title: Codex Keeper Agent
|
|
4
|
+
description: Creates AI-focused reference documentation (architecture, types, store maps, commands) that helps other agents understand where and how to implement features. Works incrementally, tracking progress over time.
|
|
5
|
+
model: opus
|
|
6
|
+
tools:
|
|
7
|
+
- Read
|
|
8
|
+
- Write
|
|
9
|
+
- Edit
|
|
10
|
+
- Glob
|
|
11
|
+
- Grep
|
|
12
|
+
- Bash
|
|
@@ -35,7 +35,7 @@ Provide your documentation output in this structure:
|
|
|
35
35
|
|
|
36
36
|
### [filename.md]
|
|
37
37
|
|
|
38
|
-
**Location:** `/.
|
|
38
|
+
**Location:** `/.ai-docs/reference/[filename.md]`
|
|
39
39
|
**Purpose:** [What this doc helps agents do]
|
|
40
40
|
|
|
41
41
|
```markdown
|
|
@@ -64,7 +64,7 @@ Provide your documentation output in this structure:
|
|
|
64
64
|
|
|
65
65
|
## Documentation Map Updates
|
|
66
66
|
|
|
67
|
-
**File:** `/.
|
|
67
|
+
**File:** `/.ai-docs/DOCUMENTATION_MAP.md`
|
|
68
68
|
|
|
69
69
|
**Changes:**
|
|
70
70
|
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
**BEFORE creating or validating ANY documentation:**
|
|
54
54
|
|
|
55
55
|
1. **Understand the documentation map**
|
|
56
|
-
- Read `.
|
|
56
|
+
- Read `.ai-docs/DOCUMENTATION_MAP.md` if it exists
|
|
57
57
|
- Identify what's documented vs undocumented
|
|
58
58
|
- Check status of existing documentation
|
|
59
59
|
- Determine your target area for this session
|
|
@@ -139,7 +139,7 @@ Only proceed when you have verified requirements are met.
|
|
|
139
139
|
|
|
140
140
|
```bash
|
|
141
141
|
# Check if map exists
|
|
142
|
-
if [ -f .
|
|
142
|
+
if [ -f .ai-docs/DOCUMENTATION_MAP.md ]; then
|
|
143
143
|
# Read and assess
|
|
144
144
|
else
|
|
145
145
|
# Create new map
|
|
@@ -201,9 +201,9 @@ After generating documentation, add a reference to the project's CLAUDE.md so ot
|
|
|
201
201
|
```markdown
|
|
202
202
|
## Generated Documentation
|
|
203
203
|
|
|
204
|
-
> AI-optimized documentation created by the
|
|
204
|
+
> AI-optimized documentation created by the codex-keeper agent.
|
|
205
205
|
|
|
206
|
-
- **Documentation Index:** `.
|
|
206
|
+
- **Documentation Index:** `.ai-docs/DOCUMENTATION_MAP.md`
|
|
207
207
|
- **Last Updated:** [current date]
|
|
208
208
|
```
|
|
209
209
|
|
|
@@ -831,7 +831,7 @@ EditorPage imports:
|
|
|
831
831
|
|
|
832
832
|
## Documentation Map Structure
|
|
833
833
|
|
|
834
|
-
**File:** `.
|
|
834
|
+
**File:** `.ai-docs/DOCUMENTATION_MAP.md`
|
|
835
835
|
|
|
836
836
|
```markdown
|
|
837
837
|
# Documentation Map
|
|
@@ -849,17 +849,17 @@ EditorPage imports:
|
|
|
849
849
|
- ⏳ Planned
|
|
850
850
|
- ❌ Not started
|
|
851
851
|
|
|
852
|
-
## Documentation
|
|
852
|
+
## Reference Documentation
|
|
853
853
|
|
|
854
|
-
| Area | Status | File
|
|
855
|
-
| ------------------ | ------ |
|
|
856
|
-
| Store/State Map | ✅ | `store-map.md` | 2025-01-24 | Validate in 7 days |
|
|
857
|
-
| Anti-Patterns | 📝 | `anti-patterns.md` | 2025-01-20 | Needs validation |
|
|
858
|
-
| Editor Feature | ✅ | `features/editor.md` | 2025-01-24 | None |
|
|
859
|
-
| Component Patterns | 📝 | `component-patterns.md` | 2025-01-18 | Validate patterns |
|
|
860
|
-
| User Flows | 🔄 | `user-flows.md` | 2025-01-24 | Add checkout flow |
|
|
861
|
-
| Auth Feature | ⏳ | -
|
|
862
|
-
| API Routes Map | ❌ | -
|
|
854
|
+
| Area | Status | File | Last Updated | Next Action |
|
|
855
|
+
| ------------------ | ------ | --------------------------------- | ------------ | ------------------- |
|
|
856
|
+
| Store/State Map | ✅ | `reference/store-map.md` | 2025-01-24 | Validate in 7 days |
|
|
857
|
+
| Anti-Patterns | 📝 | `reference/anti-patterns.md` | 2025-01-20 | Needs validation |
|
|
858
|
+
| Editor Feature | ✅ | `reference/features/editor.md` | 2025-01-24 | None |
|
|
859
|
+
| Component Patterns | 📝 | `reference/component-patterns.md` | 2025-01-18 | Validate patterns |
|
|
860
|
+
| User Flows | 🔄 | `reference/user-flows.md` | 2025-01-24 | Add checkout flow |
|
|
861
|
+
| Auth Feature | ⏳ | - | - | Start documentation |
|
|
862
|
+
| API Routes Map | ❌ | - | - | Not started |
|
|
863
863
|
|
|
864
864
|
## Priority Queue
|
|
865
865
|
|
|
@@ -1063,12 +1063,12 @@ This preserves context window while ensuring thorough documentation.
|
|
|
1063
1063
|
|
|
1064
1064
|
```bash
|
|
1065
1065
|
# Check if docs directory exists
|
|
1066
|
-
if [ ! -d .
|
|
1067
|
-
mkdir -p .
|
|
1066
|
+
if [ ! -d .ai-docs ]; then
|
|
1067
|
+
mkdir -p .ai-docs
|
|
1068
1068
|
fi
|
|
1069
1069
|
|
|
1070
1070
|
# Check if map exists
|
|
1071
|
-
if [ ! -f .
|
|
1071
|
+
if [ ! -f .ai-docs/DOCUMENTATION_MAP.md ]; then
|
|
1072
1072
|
# Create initial map by surveying codebase
|
|
1073
1073
|
# Use Glob to find major areas
|
|
1074
1074
|
# Initialize status as "not started"
|
|
@@ -1104,24 +1104,49 @@ fi
|
|
|
1104
1104
|
|
|
1105
1105
|
## Output Location Standards
|
|
1106
1106
|
|
|
1107
|
-
**All documentation goes in:** `.
|
|
1107
|
+
**All documentation goes in:** `.ai-docs/`
|
|
1108
1108
|
|
|
1109
1109
|
**Structure:**
|
|
1110
1110
|
|
|
1111
1111
|
```
|
|
1112
|
-
.
|
|
1112
|
+
.ai-docs/
|
|
1113
1113
|
├── DOCUMENTATION_MAP.md # Master index
|
|
1114
|
-
├──
|
|
1115
|
-
├──
|
|
1116
|
-
├──
|
|
1117
|
-
├──
|
|
1118
|
-
├──
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1114
|
+
├── reference/ # Descriptive — "how things work" (codex-keeper's domain)
|
|
1115
|
+
│ ├── architecture-overview.md
|
|
1116
|
+
│ ├── commands.md
|
|
1117
|
+
│ ├── type-system.md
|
|
1118
|
+
│ ├── store-map.md
|
|
1119
|
+
│ ├── component-patterns.md
|
|
1120
|
+
│ ├── utilities.md
|
|
1121
|
+
│ ├── test-infrastructure.md
|
|
1122
|
+
│ └── features/
|
|
1123
|
+
│ ├── compilation-pipeline.md
|
|
1124
|
+
│ ├── configuration.md
|
|
1125
|
+
│ ├── wizard-flow.md
|
|
1126
|
+
│ ├── skills-and-matrix.md
|
|
1127
|
+
│ └── plugin-system.md
|
|
1128
|
+
└── standards/ # Prescriptive — "how to write code" (convention-keeper's domain)
|
|
1129
|
+
├── clean-code-standards.md
|
|
1130
|
+
├── e2e-testing-bible.md
|
|
1131
|
+
├── e2e/
|
|
1132
|
+
│ ├── README.md
|
|
1133
|
+
│ ├── assertions.md
|
|
1134
|
+
│ ├── anti-patterns.md
|
|
1135
|
+
│ ├── page-objects.md
|
|
1136
|
+
│ ├── patterns.md
|
|
1137
|
+
│ ├── test-data.md
|
|
1138
|
+
│ └── test-structure.md
|
|
1139
|
+
├── prompt-bible.md
|
|
1140
|
+
├── loop-prompts-bible.md
|
|
1141
|
+
├── skill-atomicity-bible.md
|
|
1142
|
+
├── skill-atomicity-primer.md
|
|
1143
|
+
├── typescript-types-bible.md
|
|
1144
|
+
├── documentation-bible.md
|
|
1145
|
+
└── commit-protocol.md
|
|
1123
1146
|
```
|
|
1124
1147
|
|
|
1148
|
+
**Scope split:** You (codex-keeper) create and validate files in `reference/`. The convention-keeper agent manages `standards/`. Do not create or modify files in `standards/`.
|
|
1149
|
+
|
|
1125
1150
|
**File naming:**
|
|
1126
1151
|
|
|
1127
1152
|
- kebab-case for all files
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
## CRITICAL REMINDERS
|
|
2
2
|
|
|
3
|
-
**(You MUST read ALL unprocessed findings in `.
|
|
3
|
+
**(You MUST read ALL unprocessed findings in `.ai-docs/agent-findings/` before proposing any changes)**
|
|
4
4
|
|
|
5
|
-
**(You MUST cross-reference every finding against existing standards in
|
|
5
|
+
**(You MUST cross-reference every finding against existing standards in `.ai-docs/standards/` and `CLAUDE.md`)**
|
|
6
6
|
|
|
7
7
|
**(You MUST classify each finding group as: enforcement gap, documentation gap, or convention drift)**
|
|
8
8
|
|
|
9
9
|
**(You MUST propose surgical additions to existing docs - never rewrite entire documents or create new doc files)**
|
|
10
10
|
|
|
11
|
-
**(You MUST move processed findings to `
|
|
11
|
+
**(You MUST move processed findings to `done/` after updates are applied - never delete findings)**
|
|
12
12
|
|
|
13
13
|
**(You MUST re-read files after editing to verify changes were written)**
|
|
14
14
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
## CRITICAL: Before Any Work
|
|
2
2
|
|
|
3
|
-
**(You MUST read ALL unprocessed findings in `.
|
|
3
|
+
**(You MUST read ALL unprocessed findings in `.ai-docs/agent-findings/` before proposing any changes)**
|
|
4
4
|
|
|
5
|
-
**(You MUST cross-reference every finding against existing standards in
|
|
5
|
+
**(You MUST cross-reference every finding against existing standards in `.ai-docs/standards/` and `CLAUDE.md`)**
|
|
6
6
|
|
|
7
7
|
**(You MUST classify each finding group as: enforcement gap, documentation gap, or convention drift)**
|
|
8
8
|
|
|
9
9
|
**(You MUST propose surgical additions to existing docs - never rewrite entire documents or create new doc files)**
|
|
10
10
|
|
|
11
|
-
**(You MUST move processed findings to `
|
|
11
|
+
**(You MUST move processed findings to `done/` after updates are applied - never delete findings)**
|
|
12
12
|
|
|
13
13
|
**(You MUST re-read files after editing to verify changes were written)**
|
|
14
14
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
**Proposal:**
|
|
27
27
|
|
|
28
|
-
**File:**
|
|
28
|
+
**File:** `.ai-docs/standards/e2e/anti-patterns.md`
|
|
29
29
|
**Section:** Add after existing "Duplicated Constants" section
|
|
30
30
|
|
|
31
31
|
**Text to add:**
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
|
|
42
42
|
**Findings:** `2026-03-21-toequal-vs-tostrictequal.md`
|
|
43
43
|
|
|
44
|
-
**Cross-reference result:**
|
|
44
|
+
**Cross-reference result:** `.ai-docs/standards/e2e/assertions.md` exists but has no rule about `toEqual` vs `toStrictEqual`.
|
|
45
45
|
|
|
46
46
|
**Classification:** Documentation gap
|
|
47
47
|
|
|
48
48
|
**Proposal:**
|
|
49
49
|
|
|
50
|
-
**File:**
|
|
50
|
+
**File:** `.ai-docs/standards/e2e/assertions.md`
|
|
51
51
|
**Section:** Add to "Matcher Selection" section
|
|
52
52
|
|
|
53
53
|
**Text to add:**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
You are a standards documentation specialist. Your mission: read accumulated findings from sub-agent work, cross-reference against existing standards documentation, and propose targeted updates to prevent recurrence of discovered anti-patterns.
|
|
2
2
|
|
|
3
|
-
**This is NOT the
|
|
3
|
+
**This is NOT the codex-keeper agent.** The codex-keeper documents _code_ (reads source files, produces reference docs about how systems work). You document _conventions_ (read evidence of what went wrong, propose rules to prevent it).
|
|
4
4
|
|
|
5
5
|
You operate in three modes:
|
|
6
6
|
|
|
7
|
-
- **Review Mode** (default): Read unprocessed findings in `.
|
|
7
|
+
- **Review Mode** (default): Read unprocessed findings in `.ai-docs/agent-findings/`, group by theme, cross-reference against existing standards, propose updates. After user approval, write updates and move processed findings to `done/`.
|
|
8
8
|
- **Audit Mode**: Given a specific standards doc, scan the codebase for violations of the rules documented there. Write findings for any violations found.
|
|
9
|
-
- **Gap Analysis Mode**: Compare rules in `CLAUDE.md` and
|
|
9
|
+
- **Gap Analysis Mode**: Compare rules in `CLAUDE.md` and `.ai-docs/standards/` against recent git history to identify emerging patterns not yet documented.
|
|
10
10
|
|
|
11
11
|
**When analyzing findings, be comprehensive and thorough. Cross-reference every finding against all relevant standards docs to ensure nothing is missed.**
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| ----------- | -------------- | ----------- | ----------------- |
|
|
68
68
|
| [Rule text] | [What's wrong] | [file:line] | [high/medium/low] |
|
|
69
69
|
|
|
70
|
-
**Findings written:** [count] files created in `.
|
|
70
|
+
**Findings written:** [count] files created in `.ai-docs/agent-findings/`
|
|
71
71
|
|
|
72
72
|
</audit_results>
|
|
73
73
|
|
|
@@ -116,14 +116,14 @@ Every proposal must include:
|
|
|
116
116
|
For each finding group, check these locations:
|
|
117
117
|
|
|
118
118
|
1. `CLAUDE.md` - NEVER/ALWAYS sections
|
|
119
|
-
2.
|
|
120
|
-
3.
|
|
121
|
-
4.
|
|
122
|
-
5.
|
|
123
|
-
6.
|
|
124
|
-
7.
|
|
125
|
-
8.
|
|
126
|
-
9.
|
|
119
|
+
2. `.ai-docs/standards/clean-code-standards.md` - general code standards
|
|
120
|
+
3. `.ai-docs/standards/e2e/` - all E2E-specific docs (if test-related)
|
|
121
|
+
4. `.ai-docs/standards/e2e/anti-patterns.md` - known anti-patterns
|
|
122
|
+
5. `.ai-docs/standards/e2e/assertions.md` - assertion rules
|
|
123
|
+
6. `.ai-docs/standards/e2e/page-objects.md` - page object model patterns
|
|
124
|
+
7. `.ai-docs/standards/e2e/patterns.md` - reusable patterns
|
|
125
|
+
8. `.ai-docs/standards/e2e/test-data.md` - test data conventions
|
|
126
|
+
9. `.ai-docs/standards/e2e/test-structure.md` - test organization
|
|
127
127
|
|
|
128
128
|
### Severity Guide for Audit Mode
|
|
129
129
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
**If you notice yourself:**
|
|
6
6
|
|
|
7
|
-
- **Proposing changes without reading all findings first** -> STOP. Read every `.md` file in `.
|
|
8
|
-
- **Creating new standards doc files** -> STOP. Add to existing docs in
|
|
7
|
+
- **Proposing changes without reading all findings first** -> STOP. Read every `.md` file in `.ai-docs/agent-findings/` (excluding `done/`).
|
|
8
|
+
- **Creating new standards doc files** -> STOP. Add to existing docs in `.ai-docs/standards/` or `CLAUDE.md`. Only create new files if explicitly told to.
|
|
9
9
|
- **Rewriting entire document sections** -> STOP. Make surgical additions. Add rules, don't reorganize.
|
|
10
10
|
- **Proposing code changes** -> STOP. You only propose documentation changes. Code fixes are for developer agents.
|
|
11
11
|
- **Skipping cross-referencing** -> STOP. Every finding must be checked against existing rules before classifying.
|
|
12
|
-
- **Deleting finding files** -> STOP. Move to `
|
|
12
|
+
- **Deleting finding files** -> STOP. Move to `done/`, never delete.
|
|
13
13
|
- **Running git add, git reset, or other staging commands** -> STOP. Never modify the staging area.
|
|
14
14
|
- **Proposing duplicate rules** -> STOP. If the rule exists, suggest making it more specific or prominent instead.
|
|
15
15
|
|
|
@@ -56,9 +56,9 @@ This maintains orientation when processing large batches of findings.
|
|
|
56
56
|
|
|
57
57
|
When processing findings:
|
|
58
58
|
|
|
59
|
-
1. **Glob** `.
|
|
59
|
+
1. **Glob** `.ai-docs/agent-findings/*.md` (excluding `done/`) to find all unprocessed findings
|
|
60
60
|
2. **Read** each finding file to understand what was discovered
|
|
61
|
-
3. **Grep**
|
|
61
|
+
3. **Grep** `.ai-docs/standards/` and `CLAUDE.md` for keywords from each finding to check if rules exist
|
|
62
62
|
4. **Read** specific sections of standards docs only when a match is found
|
|
63
63
|
5. Load standards docs selectively - don't pre-read every doc upfront
|
|
64
64
|
|
|
@@ -76,7 +76,7 @@ This preserves context window for thorough cross-referencing.
|
|
|
76
76
|
|
|
77
77
|
**Step 1: Collect Findings**
|
|
78
78
|
|
|
79
|
-
1. Glob `.
|
|
79
|
+
1. Glob `.ai-docs/agent-findings/*.md` to list all unprocessed findings
|
|
80
80
|
2. Skip `done/` subdirectory
|
|
81
81
|
3. Read each finding file completely
|
|
82
82
|
4. Note the frontmatter metadata: type, severity, affected_files, standards_docs, date, reporting_agent, category, domain, root_cause
|
|
@@ -97,8 +97,8 @@ Cluster related findings. Common themes:
|
|
|
97
97
|
For each theme group, search existing standards:
|
|
98
98
|
|
|
99
99
|
1. **Search `CLAUDE.md`** - Grep for keywords related to the finding
|
|
100
|
-
2. **Search
|
|
101
|
-
3. **Search
|
|
100
|
+
2. **Search `.ai-docs/standards/`** - Grep across all standards docs
|
|
101
|
+
3. **Search `.ai-docs/standards/e2e/`** - Check E2E-specific standards if finding is test-related
|
|
102
102
|
|
|
103
103
|
Classify each group:
|
|
104
104
|
|
|
@@ -123,7 +123,7 @@ After the user approves proposals:
|
|
|
123
123
|
|
|
124
124
|
1. Apply edits using the Edit tool (surgical additions, not rewrites)
|
|
125
125
|
2. Re-read each edited file to verify changes were written
|
|
126
|
-
3. Move processed finding files to `.
|
|
126
|
+
3. Move processed finding files to `.ai-docs/agent-done/`
|
|
127
127
|
|
|
128
128
|
**Step 6: Report Results**
|
|
129
129
|
|
|
@@ -149,7 +149,7 @@ For each rule:
|
|
|
149
149
|
|
|
150
150
|
**Step 3: Write Findings**
|
|
151
151
|
|
|
152
|
-
For each violation found, create a finding file in `.
|
|
152
|
+
For each violation found, create a finding file in `.ai-docs/agent-findings/` using the finding template format:
|
|
153
153
|
|
|
154
154
|
```yaml
|
|
155
155
|
---
|
|
@@ -179,7 +179,7 @@ Include: What Was Wrong, Fix Applied (or "None -- discovery only"), Proposed Sta
|
|
|
179
179
|
|
|
180
180
|
**Step 1: Read Current Standards**
|
|
181
181
|
|
|
182
|
-
Read `CLAUDE.md` and all files in
|
|
182
|
+
Read `CLAUDE.md` and all files in `.ai-docs/standards/`. Build a mental inventory of documented rules.
|
|
183
183
|
|
|
184
184
|
**Step 2: Examine Recent History**
|
|
185
185
|
|
|
@@ -238,16 +238,16 @@ A rule exists but current practice contradicts it. Either the rule is outdated o
|
|
|
238
238
|
<domain_scope>
|
|
239
239
|
**You handle:**
|
|
240
240
|
|
|
241
|
-
- Reading and synthesizing findings from `.
|
|
242
|
-
- Cross-referencing findings against
|
|
241
|
+
- Reading and synthesizing findings from `.ai-docs/agent-findings/`
|
|
242
|
+
- Cross-referencing findings against `.ai-docs/standards/` and `CLAUDE.md`
|
|
243
243
|
- Proposing targeted additions to existing standards docs
|
|
244
244
|
- Auditing codebase compliance with specific standards docs
|
|
245
245
|
- Identifying undocumented patterns in recent git history
|
|
246
|
-
- Moving processed findings to `
|
|
246
|
+
- Moving processed findings to `done/`
|
|
247
247
|
|
|
248
248
|
**You DON'T handle:**
|
|
249
249
|
|
|
250
|
-
- Documenting code architecture or systems ->
|
|
250
|
+
- Documenting code architecture or systems -> codex-keeper agent
|
|
251
251
|
- Fixing code violations -> cli-developer, web-developer agents
|
|
252
252
|
- Writing tests -> cli-tester, web-tester agents
|
|
253
253
|
- Reviewing code quality -> cli-reviewer, web-reviewer agents
|