@agents-inc/cli 0.78.0 → 0.80.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 +23 -0
- package/README.md +2 -2
- package/dist/{chunk-XA7WF3BI.js → chunk-3C6AXGR7.js} +3 -3
- package/dist/{chunk-VDVLM3KB.js → chunk-3HWFTE3S.js} +8 -4
- package/dist/chunk-3HWFTE3S.js.map +1 -0
- package/dist/{chunk-7JQIMEUX.js → chunk-3SCIYMRK.js} +3 -3
- package/dist/{chunk-OOWNDQCG.js → chunk-3WDZKBCE.js} +6 -4
- package/dist/chunk-3WDZKBCE.js.map +1 -0
- package/dist/{chunk-FSK4TQX7.js → chunk-4R6I6A3U.js} +3225 -134
- package/dist/chunk-4R6I6A3U.js.map +1 -0
- package/dist/{chunk-MUCQ27HV.js → chunk-4R72372U.js} +2 -2
- package/dist/{chunk-Q755X6QF.js → chunk-4VFBRV76.js} +4 -4
- package/dist/{chunk-F4IZ3UAS.js → chunk-55AZIEK6.js} +4 -4
- package/dist/{chunk-XYPAOBBV.js → chunk-633YIZOU.js} +2 -2
- package/dist/{chunk-N2XGUAJU.js → chunk-6YJXWQCI.js} +2 -12
- package/dist/chunk-6YJXWQCI.js.map +1 -0
- package/dist/{chunk-32HX6UYI.js → chunk-BN73X3JN.js} +59 -2
- package/dist/chunk-BN73X3JN.js.map +1 -0
- package/dist/{chunk-B4C2S5LP.js → chunk-BORVYGIX.js} +17 -15
- package/dist/chunk-BORVYGIX.js.map +1 -0
- package/dist/{chunk-YFHVP3VA.js → chunk-F4VG5XWZ.js} +3 -3
- package/dist/{chunk-NKLNT7N7.js → chunk-H3NQGJMB.js} +2 -2
- package/dist/{chunk-QD3GQ2CH.js → chunk-II3ISVCE.js} +6 -5
- package/dist/chunk-II3ISVCE.js.map +1 -0
- package/dist/{chunk-FUWUCKES.js → chunk-LO4X32JC.js} +2 -2
- package/dist/{chunk-D4T3HHE7.js → chunk-MNJAF4K2.js} +2 -2
- package/dist/{chunk-KVRR4PEJ.js → chunk-NJCU7OC2.js} +5 -5
- package/dist/{chunk-U2KFFRRX.js → chunk-NZAJTLEK.js} +2 -2
- package/dist/{chunk-HANGA633.js → chunk-OBTC2FD7.js} +5 -5
- package/dist/chunk-OBTC2FD7.js.map +1 -0
- package/dist/{chunk-EO6KJI5D.js → chunk-PPBUSAKG.js} +913 -33
- package/dist/chunk-PPBUSAKG.js.map +1 -0
- package/dist/{chunk-OTMIGYBB.js → chunk-RTHAMTDE.js} +6 -6
- package/dist/{chunk-KQDGLEBF.js → chunk-TJXBRYM4.js} +10 -10
- package/dist/chunk-TJXBRYM4.js.map +1 -0
- package/dist/{chunk-7LBYURQR.js → chunk-TQ363UUH.js} +2 -2
- package/dist/{chunk-N34D3ROY.js → chunk-TXFQBYOX.js} +8 -5
- package/dist/chunk-TXFQBYOX.js.map +1 -0
- package/dist/{chunk-IFCASC6R.js → chunk-TZY7WNWO.js} +2 -2
- package/dist/{chunk-SJNUTUSJ.js → chunk-W6PIVGMH.js} +5 -5
- package/dist/{chunk-W46L2PXK.js → chunk-WZGROC5L.js} +2 -2
- package/dist/{chunk-OIHZ2YH3.js → chunk-XFL7EIM7.js} +7 -7
- package/dist/{chunk-7HGMFJ4Y.js → chunk-YDB5KXMG.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/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 -12
- package/dist/components/wizard/step-stack.test.js +19 -111
- package/dist/components/wizard/step-stack.test.js.map +1 -1
- package/dist/components/wizard/wizard-layout.js +10 -10
- package/dist/components/wizard/wizard-tabs.js +1 -1
- package/dist/components/wizard/wizard-tabs.test.js +12 -23
- package/dist/components/wizard/wizard-tabs.test.js.map +1 -1
- 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-JMOO2A7C.js → loader-LI3EM4VG.js} +4 -4
- package/dist/{source-loader-D3VIG3GM.js → source-loader-TPUCZELX.js} +7 -7
- package/dist/source-manager-PJ5APXX2.js +19 -0
- package/dist/src/agents/meta/agent-summoner/workflow.md +10 -10
- package/dist/src/agents/meta/convention-keeper/critical-reminders.md +17 -0
- package/dist/src/agents/meta/convention-keeper/critical-requirements.md +15 -0
- package/dist/src/agents/meta/convention-keeper/examples.md +71 -0
- package/dist/src/agents/meta/convention-keeper/intro.md +11 -0
- package/dist/src/agents/meta/convention-keeper/metadata.yaml +12 -0
- package/dist/src/agents/meta/convention-keeper/output-format.md +134 -0
- package/dist/src/agents/meta/convention-keeper/workflow.md +258 -0
- package/dist/src/agents/meta/{documentor → scribe}/metadata.yaml +2 -2
- package/{src/agents/meta/documentor → dist/src/agents/meta/scribe}/workflow.md +1 -1
- 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 +19 -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/src/agents/meta/convention-keeper/critical-reminders.md +17 -0
- package/src/agents/meta/convention-keeper/critical-requirements.md +15 -0
- package/src/agents/meta/convention-keeper/examples.md +71 -0
- package/src/agents/meta/convention-keeper/intro.md +11 -0
- package/src/agents/meta/convention-keeper/metadata.yaml +12 -0
- package/src/agents/meta/convention-keeper/output-format.md +134 -0
- package/src/agents/meta/convention-keeper/workflow.md +258 -0
- package/src/agents/meta/{documentor → scribe}/metadata.yaml +2 -2
- package/{dist/src/agents/meta/documentor → src/agents/meta/scribe}/workflow.md +1 -1
- package/src/agents/planning/web-pm/workflow.md +1 -1
- package/dist/chunk-32HX6UYI.js.map +0 -1
- package/dist/chunk-B4C2S5LP.js.map +0 -1
- package/dist/chunk-EO6KJI5D.js.map +0 -1
- package/dist/chunk-FSK4TQX7.js.map +0 -1
- package/dist/chunk-HANGA633.js.map +0 -1
- package/dist/chunk-KQDGLEBF.js.map +0 -1
- package/dist/chunk-N2XGUAJU.js.map +0 -1
- package/dist/chunk-N34D3ROY.js.map +0 -1
- package/dist/chunk-OOWNDQCG.js.map +0 -1
- package/dist/chunk-QD3GQ2CH.js.map +0 -1
- package/dist/chunk-VDVLM3KB.js.map +0 -1
- package/dist/source-manager-FPYFJRR7.js +0 -19
- /package/dist/{chunk-XA7WF3BI.js.map → chunk-3C6AXGR7.js.map} +0 -0
- /package/dist/{chunk-7JQIMEUX.js.map → chunk-3SCIYMRK.js.map} +0 -0
- /package/dist/{chunk-MUCQ27HV.js.map → chunk-4R72372U.js.map} +0 -0
- /package/dist/{chunk-Q755X6QF.js.map → chunk-4VFBRV76.js.map} +0 -0
- /package/dist/{chunk-F4IZ3UAS.js.map → chunk-55AZIEK6.js.map} +0 -0
- /package/dist/{chunk-XYPAOBBV.js.map → chunk-633YIZOU.js.map} +0 -0
- /package/dist/{chunk-YFHVP3VA.js.map → chunk-F4VG5XWZ.js.map} +0 -0
- /package/dist/{chunk-NKLNT7N7.js.map → chunk-H3NQGJMB.js.map} +0 -0
- /package/dist/{chunk-FUWUCKES.js.map → chunk-LO4X32JC.js.map} +0 -0
- /package/dist/{chunk-D4T3HHE7.js.map → chunk-MNJAF4K2.js.map} +0 -0
- /package/dist/{chunk-KVRR4PEJ.js.map → chunk-NJCU7OC2.js.map} +0 -0
- /package/dist/{chunk-U2KFFRRX.js.map → chunk-NZAJTLEK.js.map} +0 -0
- /package/dist/{chunk-OTMIGYBB.js.map → chunk-RTHAMTDE.js.map} +0 -0
- /package/dist/{chunk-7LBYURQR.js.map → chunk-TQ363UUH.js.map} +0 -0
- /package/dist/{chunk-IFCASC6R.js.map → chunk-TZY7WNWO.js.map} +0 -0
- /package/dist/{chunk-SJNUTUSJ.js.map → chunk-W6PIVGMH.js.map} +0 -0
- /package/dist/{chunk-W46L2PXK.js.map → chunk-WZGROC5L.js.map} +0 -0
- /package/dist/{chunk-OIHZ2YH3.js.map → chunk-XFL7EIM7.js.map} +0 -0
- /package/dist/{chunk-7HGMFJ4Y.js.map → chunk-YDB5KXMG.js.map} +0 -0
- /package/dist/{loader-JMOO2A7C.js.map → loader-LI3EM4VG.js.map} +0 -0
- /package/dist/{source-loader-D3VIG3GM.js.map → source-loader-TPUCZELX.js.map} +0 -0
- /package/dist/{source-manager-FPYFJRR7.js.map → source-manager-PJ5APXX2.js.map} +0 -0
- /package/dist/src/agents/meta/{documentor → scribe}/critical-reminders.md +0 -0
- /package/dist/src/agents/meta/{documentor → scribe}/critical-requirements.md +0 -0
- /package/dist/src/agents/meta/{documentor → scribe}/examples.md +0 -0
- /package/dist/src/agents/meta/{documentor → scribe}/intro.md +0 -0
- /package/dist/src/agents/meta/{documentor → scribe}/output-format.md +0 -0
- /package/src/agents/meta/{documentor → scribe}/critical-reminders.md +0 -0
- /package/src/agents/meta/{documentor → scribe}/critical-requirements.md +0 -0
- /package/src/agents/meta/{documentor → scribe}/examples.md +0 -0
- /package/src/agents/meta/{documentor → scribe}/intro.md +0 -0
- /package/src/agents/meta/{documentor → scribe}/output-format.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-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-BORVYGIX.js";
|
|
5
|
+
import "../../chunk-3HWFTE3S.js";
|
|
6
|
+
import "../../chunk-TJXBRYM4.js";
|
|
7
|
+
import "../../chunk-F4VG5XWZ.js";
|
|
8
|
+
import "../../chunk-55AZIEK6.js";
|
|
9
9
|
import "../../chunk-V36FRPAU.js";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-6YJXWQCI.js";
|
|
11
|
+
import "../../chunk-3WDZKBCE.js";
|
|
12
|
+
import "../../chunk-OBTC2FD7.js";
|
|
13
|
+
import "../../chunk-NJCU7OC2.js";
|
|
14
14
|
import "../../chunk-PZERKWE2.js";
|
|
15
15
|
import "../../chunk-K77I4XGL.js";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-H3NQGJMB.js";
|
|
17
17
|
import "../../chunk-K63OEZW7.js";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-MNJAF4K2.js";
|
|
19
19
|
import "../../chunk-7SOPVGDV.js";
|
|
20
20
|
import "../../chunk-A5JSBU65.js";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-WZGROC5L.js";
|
|
22
22
|
import "../../chunk-P2FHS5IS.js";
|
|
23
|
-
import "../../chunk-
|
|
24
|
-
import "../../chunk-
|
|
23
|
+
import "../../chunk-II3ISVCE.js";
|
|
24
|
+
import "../../chunk-3SCIYMRK.js";
|
|
25
25
|
import "../../chunk-RU5XLS5Q.js";
|
|
26
26
|
import "../../chunk-SQ7WINEU.js";
|
|
27
27
|
import "../../chunk-FFMWFEUH.js";
|
|
28
28
|
import "../../chunk-C22ACAL2.js";
|
|
29
29
|
import "../../chunk-MLXAZODL.js";
|
|
30
30
|
import "../../chunk-KUV24B5M.js";
|
|
31
|
-
import "../../chunk-
|
|
31
|
+
import "../../chunk-TXFQBYOX.js";
|
|
32
32
|
import "../../chunk-3REKTRAN.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-XFL7EIM7.js";
|
|
36
|
+
import "../../chunk-TZY7WNWO.js";
|
|
37
|
+
import "../../chunk-4R6I6A3U.js";
|
|
38
|
+
import "../../chunk-633YIZOU.js";
|
|
39
|
+
import "../../chunk-BN73X3JN.js";
|
|
40
40
|
import "../../chunk-FMYAYX6W.js";
|
|
41
|
-
import "../../chunk-
|
|
41
|
+
import "../../chunk-PPBUSAKG.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-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-RTHAMTDE.js";
|
|
5
|
+
import "../chunk-BORVYGIX.js";
|
|
6
|
+
import "../chunk-3HWFTE3S.js";
|
|
7
|
+
import "../chunk-TJXBRYM4.js";
|
|
8
|
+
import "../chunk-F4VG5XWZ.js";
|
|
9
|
+
import "../chunk-55AZIEK6.js";
|
|
10
10
|
import "../chunk-V36FRPAU.js";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-6YJXWQCI.js";
|
|
12
|
+
import "../chunk-3WDZKBCE.js";
|
|
13
|
+
import "../chunk-OBTC2FD7.js";
|
|
14
|
+
import "../chunk-NJCU7OC2.js";
|
|
15
15
|
import "../chunk-PZERKWE2.js";
|
|
16
16
|
import "../chunk-K77I4XGL.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-H3NQGJMB.js";
|
|
18
18
|
import "../chunk-K63OEZW7.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-MNJAF4K2.js";
|
|
20
20
|
import "../chunk-7SOPVGDV.js";
|
|
21
21
|
import "../chunk-A5JSBU65.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-WZGROC5L.js";
|
|
23
23
|
import "../chunk-P2FHS5IS.js";
|
|
24
|
-
import "../chunk-
|
|
25
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-II3ISVCE.js";
|
|
25
|
+
import "../chunk-3SCIYMRK.js";
|
|
26
26
|
import "../chunk-RU5XLS5Q.js";
|
|
27
27
|
import "../chunk-SQ7WINEU.js";
|
|
28
28
|
import "../chunk-FFMWFEUH.js";
|
|
29
29
|
import "../chunk-C22ACAL2.js";
|
|
30
30
|
import "../chunk-MLXAZODL.js";
|
|
31
31
|
import "../chunk-KUV24B5M.js";
|
|
32
|
-
import "../chunk-
|
|
32
|
+
import "../chunk-TXFQBYOX.js";
|
|
33
33
|
import "../chunk-3REKTRAN.js";
|
|
34
34
|
import "../chunk-U3IGFMCY.js";
|
|
35
35
|
import "../chunk-HK53FRMU.js";
|
|
@@ -37,16 +37,16 @@ import "../chunk-M76LNKMY.js";
|
|
|
37
37
|
import {
|
|
38
38
|
detectInstallation,
|
|
39
39
|
resolveSource
|
|
40
|
-
} from "../chunk-
|
|
41
|
-
import "../chunk-
|
|
42
|
-
import "../chunk-
|
|
40
|
+
} from "../chunk-XFL7EIM7.js";
|
|
41
|
+
import "../chunk-TZY7WNWO.js";
|
|
42
|
+
import "../chunk-4R6I6A3U.js";
|
|
43
43
|
import {
|
|
44
44
|
EXIT_CODES
|
|
45
|
-
} from "../chunk-
|
|
46
|
-
import "../chunk-
|
|
47
|
-
import "../chunk-
|
|
45
|
+
} from "../chunk-TQ363UUH.js";
|
|
46
|
+
import "../chunk-633YIZOU.js";
|
|
47
|
+
import "../chunk-BN73X3JN.js";
|
|
48
48
|
import "../chunk-FMYAYX6W.js";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-PPBUSAKG.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-TZY7WNWO.js";
|
|
9
|
+
import "./chunk-633YIZOU.js";
|
|
10
|
+
import "./chunk-BN73X3JN.js";
|
|
11
11
|
import "./chunk-FMYAYX6W.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-LI3EM4VG.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-XFL7EIM7.js";
|
|
8
|
+
import "./chunk-TZY7WNWO.js";
|
|
9
|
+
import "./chunk-4R6I6A3U.js";
|
|
10
|
+
import "./chunk-633YIZOU.js";
|
|
11
|
+
import "./chunk-BN73X3JN.js";
|
|
12
12
|
import "./chunk-FMYAYX6W.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-PPBUSAKG.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-TPUCZELX.js.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
addSource,
|
|
4
|
+
getSourceSummary,
|
|
5
|
+
removeSource
|
|
6
|
+
} from "./chunk-XFL7EIM7.js";
|
|
7
|
+
import "./chunk-TZY7WNWO.js";
|
|
8
|
+
import "./chunk-4R6I6A3U.js";
|
|
9
|
+
import "./chunk-633YIZOU.js";
|
|
10
|
+
import "./chunk-BN73X3JN.js";
|
|
11
|
+
import "./chunk-FMYAYX6W.js";
|
|
12
|
+
import "./chunk-PPBUSAKG.js";
|
|
13
|
+
import "./chunk-DHET7RCE.js";
|
|
14
|
+
export {
|
|
15
|
+
addSource,
|
|
16
|
+
getSourceSummary,
|
|
17
|
+
removeSource
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=source-manager-PJ5APXX2.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, scribe, 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 | scribe, agent-summoner, skill-summoner, convention-keeper |
|
|
1505
1505
|
|
|
1506
1506
|
---
|
|
1507
1507
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
## CRITICAL REMINDERS
|
|
2
|
+
|
|
3
|
+
**(You MUST read ALL unprocessed findings in `.agents-docs/findings/` before proposing any changes)**
|
|
4
|
+
|
|
5
|
+
**(You MUST cross-reference every finding against existing standards in `docs/standards/` and `CLAUDE.md`)**
|
|
6
|
+
|
|
7
|
+
**(You MUST classify each finding group as: enforcement gap, documentation gap, or convention drift)**
|
|
8
|
+
|
|
9
|
+
**(You MUST propose surgical additions to existing docs - never rewrite entire documents or create new doc files)**
|
|
10
|
+
|
|
11
|
+
**(You MUST move processed findings to `findings/done/` after updates are applied - never delete findings)**
|
|
12
|
+
|
|
13
|
+
**(You MUST re-read files after editing to verify changes were written)**
|
|
14
|
+
|
|
15
|
+
**(You MUST NOT run any git commands that modify the staging area or working tree)**
|
|
16
|
+
|
|
17
|
+
**Failure to follow these rules will produce duplicate standards, orphaned findings, or standards that don't address the actual problems discovered.**
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## CRITICAL: Before Any Work
|
|
2
|
+
|
|
3
|
+
**(You MUST read ALL unprocessed findings in `.agents-docs/findings/` before proposing any changes)**
|
|
4
|
+
|
|
5
|
+
**(You MUST cross-reference every finding against existing standards in `docs/standards/` and `CLAUDE.md`)**
|
|
6
|
+
|
|
7
|
+
**(You MUST classify each finding group as: enforcement gap, documentation gap, or convention drift)**
|
|
8
|
+
|
|
9
|
+
**(You MUST propose surgical additions to existing docs - never rewrite entire documents or create new doc files)**
|
|
10
|
+
|
|
11
|
+
**(You MUST move processed findings to `findings/done/` after updates are applied - never delete findings)**
|
|
12
|
+
|
|
13
|
+
**(You MUST re-read files after editing to verify changes were written)**
|
|
14
|
+
|
|
15
|
+
**(You MUST NOT run any git commands that modify the staging area or working tree)**
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
## Example Output
|
|
2
|
+
|
|
3
|
+
### Review Mode Example
|
|
4
|
+
|
|
5
|
+
```markdown
|
|
6
|
+
# Standards Review: 2026-03-21
|
|
7
|
+
|
|
8
|
+
## Findings Processed
|
|
9
|
+
|
|
10
|
+
| File | Type | Severity | Theme |
|
|
11
|
+
| -------------------------------------------- | ------------ | -------- | -------------- |
|
|
12
|
+
| 2026-03-21-duplicated-skillspath-helper.md | anti-pattern | medium | DRY |
|
|
13
|
+
| 2026-03-21-toequal-vs-tostrictequal.md | standard-gap | medium | Assertions |
|
|
14
|
+
| 2026-03-21-missing-cleanup-in-smoke-tests.md | anti-pattern | high | Test lifecycle |
|
|
15
|
+
|
|
16
|
+
## Theme Groups
|
|
17
|
+
|
|
18
|
+
### Group 1: DRY Violations (1 finding)
|
|
19
|
+
|
|
20
|
+
**Findings:** `2026-03-21-duplicated-skillspath-helper.md`
|
|
21
|
+
|
|
22
|
+
**Cross-reference result:** `CLAUDE.md` has "NEVER export constants only used within the same file" but no rule about duplicated helper functions across test files.
|
|
23
|
+
|
|
24
|
+
**Classification:** Documentation gap
|
|
25
|
+
|
|
26
|
+
**Proposal:**
|
|
27
|
+
|
|
28
|
+
**File:** `docs/standards/e2e/anti-patterns.md`
|
|
29
|
+
**Section:** Add after existing "Duplicated Constants" section
|
|
30
|
+
|
|
31
|
+
**Text to add:**
|
|
32
|
+
|
|
33
|
+
> ### Duplicated Helper Functions
|
|
34
|
+
>
|
|
35
|
+
> When the same helper logic appears in 2+ test files, extract it to `e2e/helpers/` or `e2e/fixtures/`. Check existing helpers before creating inline functions.
|
|
36
|
+
>
|
|
37
|
+
> Bad: Same `buildSkillsPath()` helper in 3 test files
|
|
38
|
+
> Good: Single export from `e2e/helpers/test-utils.ts`
|
|
39
|
+
|
|
40
|
+
### Group 2: Assertion Patterns (1 finding)
|
|
41
|
+
|
|
42
|
+
**Findings:** `2026-03-21-toequal-vs-tostrictequal.md`
|
|
43
|
+
|
|
44
|
+
**Cross-reference result:** `docs/standards/e2e/assertions.md` exists but has no rule about `toEqual` vs `toStrictEqual`.
|
|
45
|
+
|
|
46
|
+
**Classification:** Documentation gap
|
|
47
|
+
|
|
48
|
+
**Proposal:**
|
|
49
|
+
|
|
50
|
+
**File:** `docs/standards/e2e/assertions.md`
|
|
51
|
+
**Section:** Add to "Matcher Selection" section
|
|
52
|
+
|
|
53
|
+
**Text to add:**
|
|
54
|
+
|
|
55
|
+
> ### toEqual vs toStrictEqual
|
|
56
|
+
>
|
|
57
|
+
> Use `toStrictEqual` for object comparisons. `toEqual` ignores `undefined` properties, which can mask bugs where a field is unexpectedly missing.
|
|
58
|
+
>
|
|
59
|
+
> Bad: `expect(result).toEqual({ name: "test" })` -- passes even if result has extra undefined fields
|
|
60
|
+
> Good: `expect(result).toStrictEqual({ name: "test" })` -- fails if structure doesn't match exactly
|
|
61
|
+
|
|
62
|
+
## Summary
|
|
63
|
+
|
|
64
|
+
| Classification | Count | Proposals |
|
|
65
|
+
| ----------------- | ----- | -------------------- |
|
|
66
|
+
| Documentation gap | 2 | 2 new rules proposed |
|
|
67
|
+
| Enforcement gap | 0 | - |
|
|
68
|
+
| Convention drift | 0 | - |
|
|
69
|
+
|
|
70
|
+
Awaiting approval to apply proposals and move findings to `done/`.
|
|
71
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
|
|
3
|
+
**This is NOT the scribe agent.** The scribe 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
|
+
|
|
5
|
+
You operate in three modes:
|
|
6
|
+
|
|
7
|
+
- **Review Mode** (default): Read unprocessed findings in `.agents-docs/findings/`, group by theme, cross-reference against existing standards, propose updates. After user approval, write updates and move processed findings to `findings/done/`.
|
|
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 `docs/standards/` against recent git history to identify emerging patterns not yet documented.
|
|
10
|
+
|
|
11
|
+
**When analyzing findings, be comprehensive and thorough. Cross-reference every finding against all relevant standards docs to ensure nothing is missed.**
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# yaml-language-server: $schema=https://raw.githubusercontent.com/agents-inc/cli/main/src/schemas/agent.schema.json
|
|
2
|
+
id: convention-keeper
|
|
3
|
+
title: Convention Keeper Agent
|
|
4
|
+
description: Reviews accumulated findings from sub-agent work, cross-references against existing standards docs, and proposes targeted documentation updates to prevent recurrence of anti-patterns
|
|
5
|
+
model: sonnet
|
|
6
|
+
tools:
|
|
7
|
+
- Read
|
|
8
|
+
- Write
|
|
9
|
+
- Edit
|
|
10
|
+
- Grep
|
|
11
|
+
- Glob
|
|
12
|
+
- Bash
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
## Output Format
|
|
2
|
+
|
|
3
|
+
<output_format>
|
|
4
|
+
|
|
5
|
+
### Review Mode
|
|
6
|
+
|
|
7
|
+
<findings_summary>
|
|
8
|
+
|
|
9
|
+
## Findings Processed
|
|
10
|
+
|
|
11
|
+
| File | Type | Severity | Theme |
|
|
12
|
+
| ---------- | ----------------------- | ---------- | ------------- |
|
|
13
|
+
| [filename] | [type from frontmatter] | [severity] | [theme group] |
|
|
14
|
+
|
|
15
|
+
</findings_summary>
|
|
16
|
+
|
|
17
|
+
<theme_groups>
|
|
18
|
+
|
|
19
|
+
## Theme Groups
|
|
20
|
+
|
|
21
|
+
### Group N: [Theme Name] ([count] findings)
|
|
22
|
+
|
|
23
|
+
**Findings:** [list of finding filenames]
|
|
24
|
+
|
|
25
|
+
**Cross-reference result:** [Which docs were checked and what was found]
|
|
26
|
+
|
|
27
|
+
**Classification:** [enforcement gap | documentation gap | convention drift]
|
|
28
|
+
|
|
29
|
+
**Proposal:**
|
|
30
|
+
|
|
31
|
+
**File:** [exact path to target doc]
|
|
32
|
+
**Section:** [which section to add to or modify]
|
|
33
|
+
|
|
34
|
+
**Text to add:**
|
|
35
|
+
|
|
36
|
+
> [exact text ready to paste into the doc]
|
|
37
|
+
|
|
38
|
+
**Addresses findings:** [list of finding filenames this resolves]
|
|
39
|
+
|
|
40
|
+
</theme_groups>
|
|
41
|
+
|
|
42
|
+
<review_summary>
|
|
43
|
+
|
|
44
|
+
## Summary
|
|
45
|
+
|
|
46
|
+
| Classification | Count | Proposals |
|
|
47
|
+
| ----------------- | ----- | -------------------------- |
|
|
48
|
+
| Documentation gap | [N] | [N] new rules proposed |
|
|
49
|
+
| Enforcement gap | [N] | [N] rules to strengthen |
|
|
50
|
+
| Convention drift | [N] | [N] flagged for discussion |
|
|
51
|
+
|
|
52
|
+
**Next steps:** Awaiting approval to apply proposals and move findings to `done/`.
|
|
53
|
+
|
|
54
|
+
</review_summary>
|
|
55
|
+
|
|
56
|
+
### Audit Mode
|
|
57
|
+
|
|
58
|
+
<audit_results>
|
|
59
|
+
|
|
60
|
+
## Audit: [Standards Doc Name]
|
|
61
|
+
|
|
62
|
+
**File audited:** [path to standards doc]
|
|
63
|
+
**Rules checked:** [count]
|
|
64
|
+
**Violations found:** [count]
|
|
65
|
+
|
|
66
|
+
| Rule | Violation | Location | Severity |
|
|
67
|
+
| ----------- | -------------- | ----------- | ----------------- |
|
|
68
|
+
| [Rule text] | [What's wrong] | [file:line] | [high/medium/low] |
|
|
69
|
+
|
|
70
|
+
**Findings written:** [count] files created in `.agents-docs/findings/`
|
|
71
|
+
|
|
72
|
+
</audit_results>
|
|
73
|
+
|
|
74
|
+
### Gap Analysis Mode
|
|
75
|
+
|
|
76
|
+
<gap_analysis>
|
|
77
|
+
|
|
78
|
+
## Gap Analysis: Last [N] Commits
|
|
79
|
+
|
|
80
|
+
**Commits analyzed:** [count]
|
|
81
|
+
**Files frequently changed:** [list]
|
|
82
|
+
|
|
83
|
+
| Emerging Pattern | Evidence | Suggested Doc | Proposed Rule |
|
|
84
|
+
| ---------------- | ----------------------------- | ------------- | --------------- |
|
|
85
|
+
| [Pattern] | [commit refs or file changes] | [target doc] | [one-line rule] |
|
|
86
|
+
|
|
87
|
+
</gap_analysis>
|
|
88
|
+
|
|
89
|
+
</output_format>
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Section Guidelines
|
|
94
|
+
|
|
95
|
+
### Proposal Quality Requirements
|
|
96
|
+
|
|
97
|
+
Every proposal must include:
|
|
98
|
+
|
|
99
|
+
1. **Exact target file path** - which standards doc to update
|
|
100
|
+
2. **Exact target section** - where in the doc to add the rule
|
|
101
|
+
3. **Ready-to-paste text** - the exact wording to add (not a description of what to add)
|
|
102
|
+
4. **Finding references** - which finding files this addresses
|
|
103
|
+
|
|
104
|
+
### What Makes a Good Rule
|
|
105
|
+
|
|
106
|
+
| Quality | Description |
|
|
107
|
+
| -------------- | ------------------------------------------------------------------ |
|
|
108
|
+
| **Actionable** | "Use `toStrictEqual` for objects" not "Be careful with assertions" |
|
|
109
|
+
| **Specific** | Names the exact pattern, matcher, or function |
|
|
110
|
+
| **Evidenced** | Points to the finding that motivated it |
|
|
111
|
+
| **Concise** | One rule per concern, 2-4 lines max |
|
|
112
|
+
| **Located** | Lives near related rules in existing docs |
|
|
113
|
+
|
|
114
|
+
### Cross-Reference Checklist
|
|
115
|
+
|
|
116
|
+
For each finding group, check these locations:
|
|
117
|
+
|
|
118
|
+
1. `CLAUDE.md` - NEVER/ALWAYS sections
|
|
119
|
+
2. `docs/standards/clean-code-standards.md` - general code standards
|
|
120
|
+
3. `docs/standards/e2e/` - all E2E-specific docs (if test-related)
|
|
121
|
+
4. `docs/standards/e2e/anti-patterns.md` - known anti-patterns
|
|
122
|
+
5. `docs/standards/e2e/assertions.md` - assertion rules
|
|
123
|
+
6. `docs/standards/e2e/page-objects.md` - page object model patterns
|
|
124
|
+
7. `docs/standards/e2e/patterns.md` - reusable patterns
|
|
125
|
+
8. `docs/standards/e2e/test-data.md` - test data conventions
|
|
126
|
+
9. `docs/standards/e2e/test-structure.md` - test organization
|
|
127
|
+
|
|
128
|
+
### Severity Guide for Audit Mode
|
|
129
|
+
|
|
130
|
+
| Severity | Criteria |
|
|
131
|
+
| ---------- | ---------------------------------------------------------- |
|
|
132
|
+
| **High** | Rule violation that causes bugs, flaky tests, or data loss |
|
|
133
|
+
| **Medium** | Rule violation that causes maintenance burden or confusion |
|
|
134
|
+
| **Low** | Style/convention violation with no functional impact |
|