@agents-inc/cli 0.88.0 → 0.90.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 +20 -0
- package/dist/{chunk-RWVF6DQE.js → chunk-2RFE7LTV.js} +3 -3
- package/dist/{chunk-23M3SPXX.js → chunk-3T5XT2VU.js} +7 -7
- package/dist/{chunk-ANXHMG32.js → chunk-47HMJ4BY.js} +28 -1
- package/dist/chunk-47HMJ4BY.js.map +1 -0
- package/dist/{chunk-LHUK5L6P.js → chunk-4DZNTUK7.js} +23 -10
- package/dist/chunk-4DZNTUK7.js.map +1 -0
- package/dist/{chunk-DDCW4SKN.js → chunk-4ITKYWVG.js} +5 -4
- package/dist/{chunk-DDCW4SKN.js.map → chunk-4ITKYWVG.js.map} +1 -1
- package/dist/{chunk-6YR2NEW3.js → chunk-7AUGC7PK.js} +2 -2
- package/dist/{chunk-TAPEVEET.js → chunk-7K7SA4TZ.js} +2 -2
- package/dist/{chunk-REZZSDXG.js → chunk-BO4JY7BT.js} +22 -14
- package/dist/chunk-BO4JY7BT.js.map +1 -0
- package/dist/{chunk-BEZ6ZPDS.js → chunk-D254XO7K.js} +2 -2
- package/dist/{chunk-YM3V4Q3W.js → chunk-DZ2IQERZ.js} +5 -5
- package/dist/{chunk-ATPHV3MD.js → chunk-FGVCQBXH.js} +3 -3
- package/dist/{chunk-EADZIYQW.js → chunk-FVBSRBU3.js} +30 -21
- package/dist/chunk-FVBSRBU3.js.map +1 -0
- package/dist/{chunk-JNUFQBXX.js → chunk-HCSIS35Y.js} +2 -2
- package/dist/{chunk-NPMMU4GY.js → chunk-IR7ADPAZ.js} +56 -1
- package/dist/chunk-IR7ADPAZ.js.map +1 -0
- package/dist/{chunk-AP4DLJDP.js → chunk-JBS4CCJG.js} +2 -2
- package/dist/{chunk-CKZ65VFJ.js → chunk-JI44SVMW.js} +4 -4
- package/dist/chunk-JI44SVMW.js.map +1 -0
- package/dist/{chunk-VWTZOBBQ.js → chunk-O423DMUE.js} +2 -2
- package/dist/{chunk-ZTRQO5CX.js → chunk-OOHPUT5M.js} +2 -2
- package/dist/{chunk-ANZV33N5.js → chunk-OVY7IV3C.js} +2 -2
- package/dist/{chunk-ZFQTKY2S.js → chunk-OWPIGGPP.js} +5 -5
- package/dist/chunk-OWPIGGPP.js.map +1 -0
- package/dist/{chunk-ITBSJNIC.js → chunk-Q3NIGPRZ.js} +3 -3
- package/dist/{chunk-5IYZGJDW.js → chunk-TP6BX5M2.js} +4 -4
- package/dist/{chunk-2DRPZXXK.js → chunk-TWOHWCKS.js} +3 -3
- package/dist/{chunk-PZBLGD7O.js → chunk-UCORQ7YO.js} +2 -2
- package/dist/{chunk-NL5EB57E.js → chunk-UHARXISZ.js} +4 -4
- package/dist/chunk-UHARXISZ.js.map +1 -0
- package/dist/{chunk-WTPPVXJP.js → chunk-VJBCOPMG.js} +4 -4
- package/dist/{chunk-MY4TVLRB.js → chunk-VYLF4IIK.js} +4 -4
- package/dist/{chunk-6XWHJHNZ.js → chunk-WEYWZ7UE.js} +4 -1
- package/dist/chunk-WEYWZ7UE.js.map +1 -0
- package/dist/{chunk-STMRDPGZ.js → chunk-XM2Y5AFQ.js} +2 -2
- package/dist/{chunk-57KI55GJ.js → chunk-Z5FXZFX2.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 +9 -9
- 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 +9 -9
- package/dist/commands/doctor.js +9 -9
- package/dist/commands/edit.js +24 -24
- package/dist/commands/eject.js +9 -9
- package/dist/commands/import/skill.js +7 -7
- package/dist/commands/info.js +9 -9
- package/dist/commands/init.js +25 -25
- package/dist/commands/list.js +7 -7
- package/dist/commands/new/agent.js +8 -8
- package/dist/commands/new/marketplace.js +8 -8
- package/dist/commands/new/skill.js +7 -7
- package/dist/commands/outdated.js +9 -9
- package/dist/commands/search.js +9 -9
- package/dist/commands/uninstall.js +7 -7
- package/dist/commands/update.js +9 -9
- 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 +12 -12
- 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 +25 -25
- package/dist/{loader-SQOK2BF7.js → loader-D5VE56SI.js} +4 -4
- package/dist/{source-loader-CCECAU5L.js → source-loader-INCCYL5P.js} +7 -7
- package/dist/source-manager-TEOUO734.js +19 -0
- package/dist/stores/wizard-store.js +7 -7
- package/dist/stores/wizard-store.test.js +10 -10
- package/package.json +1 -1
- package/dist/chunk-6XWHJHNZ.js.map +0 -1
- package/dist/chunk-ANXHMG32.js.map +0 -1
- package/dist/chunk-CKZ65VFJ.js.map +0 -1
- package/dist/chunk-EADZIYQW.js.map +0 -1
- package/dist/chunk-LHUK5L6P.js.map +0 -1
- package/dist/chunk-NL5EB57E.js.map +0 -1
- package/dist/chunk-NPMMU4GY.js.map +0 -1
- package/dist/chunk-REZZSDXG.js.map +0 -1
- package/dist/chunk-ZFQTKY2S.js.map +0 -1
- package/dist/plugins/dummy-skill/.claude-plugin/.content-hash +0 -1
- package/dist/plugins/dummy-skill/.claude-plugin/plugin.json +0 -13
- package/dist/source-manager-4P7MTZRR.js +0 -19
- /package/dist/{chunk-RWVF6DQE.js.map → chunk-2RFE7LTV.js.map} +0 -0
- /package/dist/{chunk-23M3SPXX.js.map → chunk-3T5XT2VU.js.map} +0 -0
- /package/dist/{chunk-6YR2NEW3.js.map → chunk-7AUGC7PK.js.map} +0 -0
- /package/dist/{chunk-TAPEVEET.js.map → chunk-7K7SA4TZ.js.map} +0 -0
- /package/dist/{chunk-BEZ6ZPDS.js.map → chunk-D254XO7K.js.map} +0 -0
- /package/dist/{chunk-YM3V4Q3W.js.map → chunk-DZ2IQERZ.js.map} +0 -0
- /package/dist/{chunk-ATPHV3MD.js.map → chunk-FGVCQBXH.js.map} +0 -0
- /package/dist/{chunk-JNUFQBXX.js.map → chunk-HCSIS35Y.js.map} +0 -0
- /package/dist/{chunk-AP4DLJDP.js.map → chunk-JBS4CCJG.js.map} +0 -0
- /package/dist/{chunk-VWTZOBBQ.js.map → chunk-O423DMUE.js.map} +0 -0
- /package/dist/{chunk-ZTRQO5CX.js.map → chunk-OOHPUT5M.js.map} +0 -0
- /package/dist/{chunk-ANZV33N5.js.map → chunk-OVY7IV3C.js.map} +0 -0
- /package/dist/{chunk-ITBSJNIC.js.map → chunk-Q3NIGPRZ.js.map} +0 -0
- /package/dist/{chunk-5IYZGJDW.js.map → chunk-TP6BX5M2.js.map} +0 -0
- /package/dist/{chunk-2DRPZXXK.js.map → chunk-TWOHWCKS.js.map} +0 -0
- /package/dist/{chunk-PZBLGD7O.js.map → chunk-UCORQ7YO.js.map} +0 -0
- /package/dist/{chunk-WTPPVXJP.js.map → chunk-VJBCOPMG.js.map} +0 -0
- /package/dist/{chunk-MY4TVLRB.js.map → chunk-VYLF4IIK.js.map} +0 -0
- /package/dist/{chunk-STMRDPGZ.js.map → chunk-XM2Y5AFQ.js.map} +0 -0
- /package/dist/{chunk-57KI55GJ.js.map → chunk-Z5FXZFX2.js.map} +0 -0
- /package/dist/{loader-SQOK2BF7.js.map → loader-D5VE56SI.js.map} +0 -0
- /package/dist/{source-loader-CCECAU5L.js.map → source-loader-INCCYL5P.js.map} +0 -0
- /package/dist/{source-manager-4P7MTZRR.js.map → source-manager-TEOUO734.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ Each release has detailed notes in its own file under [`changelogs/`](./changelo
|
|
|
7
7
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
8
8
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
|
+
## [0.90.0] - 2026-03-27
|
|
11
|
+
|
|
12
|
+
**Dynamic marketplace display name, macOS symlink fix**
|
|
13
|
+
|
|
14
|
+
- Wizard Sources step resolves display name from marketplace.json `owner.name`
|
|
15
|
+
- Fixed macOS `/var` symlink path mismatch in scope detection
|
|
16
|
+
- Stabilized Ctrl+C cancellation e2e test
|
|
17
|
+
|
|
18
|
+
See [changelogs/0.90.0.md](./changelogs/0.90.0.md) for full details.
|
|
19
|
+
|
|
20
|
+
## [0.89.0] - 2026-03-27
|
|
21
|
+
|
|
22
|
+
**Exhaustive categories, meta domain rename, wizard navigation fix**
|
|
23
|
+
|
|
24
|
+
- 6 missing categories added to `defaultCategories` with exhaustive `satisfies` type check
|
|
25
|
+
- Meta domain renamed from "Methodology" to "Meta" in wizard
|
|
26
|
+
- Fixed ESC from build step skipping domain selection in edit mode
|
|
27
|
+
|
|
28
|
+
See [changelogs/0.89.0.md](./changelogs/0.89.0.md) for full details.
|
|
29
|
+
|
|
10
30
|
## [0.88.0] - 2026-03-26
|
|
11
31
|
|
|
12
32
|
**Plugin category separation — category belongs in metadata, not manifests**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
FRAMEWORK_CATEGORY
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HCSIS35Y.js";
|
|
5
5
|
import {
|
|
6
6
|
SKILLS,
|
|
7
7
|
TEST_CATEGORIES,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
createTestSkill,
|
|
16
16
|
renderSkillMd,
|
|
17
17
|
testSkillToResolvedSkill
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JBS4CCJG.js";
|
|
19
19
|
import {
|
|
20
20
|
init_esm_shims
|
|
21
21
|
} from "./chunk-DHET7RCE.js";
|
|
@@ -915,4 +915,4 @@ export {
|
|
|
915
915
|
ALL_SKILLS_MULTI_DOMAIN_MATRIX,
|
|
916
916
|
REACT_HONO_FRAMEWORK_API_MATRIX
|
|
917
917
|
};
|
|
918
|
-
//# sourceMappingURL=chunk-
|
|
918
|
+
//# sourceMappingURL=chunk-2RFE7LTV.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
Wizard
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BO4JY7BT.js";
|
|
5
5
|
import {
|
|
6
6
|
SelectList
|
|
7
7
|
} from "./chunk-XO6X5QE5.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
loadAgentDefs,
|
|
24
24
|
loadSource,
|
|
25
25
|
writeProjectConfig
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-4DZNTUK7.js";
|
|
27
27
|
import {
|
|
28
28
|
buildAgentScopeMap,
|
|
29
29
|
deriveInstallMode,
|
|
@@ -32,14 +32,14 @@ import {
|
|
|
32
32
|
getInstallationInfo,
|
|
33
33
|
loadProjectConfig,
|
|
34
34
|
resolveInstallPaths
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-FVBSRBU3.js";
|
|
36
36
|
import {
|
|
37
37
|
getSkillById
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-47HMJ4BY.js";
|
|
39
39
|
import {
|
|
40
40
|
BaseCommand,
|
|
41
41
|
EXIT_CODES
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-7K7SA4TZ.js";
|
|
43
43
|
import {
|
|
44
44
|
fileExists,
|
|
45
45
|
getErrorMessage,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
settingsFileSchema,
|
|
48
48
|
warn,
|
|
49
49
|
warnUnknownFields
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-OOHPUT5M.js";
|
|
51
51
|
import {
|
|
52
52
|
ASCII_LOGO,
|
|
53
53
|
CLAUDE_DIR,
|
|
@@ -494,4 +494,4 @@ export {
|
|
|
494
494
|
Init,
|
|
495
495
|
getDashboardData
|
|
496
496
|
};
|
|
497
|
-
//# sourceMappingURL=chunk-
|
|
497
|
+
//# sourceMappingURL=chunk-3T5XT2VU.js.map
|
|
@@ -404,6 +404,15 @@ var BUILT_IN_MATRIX = {
|
|
|
404
404
|
required: true,
|
|
405
405
|
order: 1
|
|
406
406
|
},
|
|
407
|
+
"meta-design": {
|
|
408
|
+
id: "meta-design",
|
|
409
|
+
displayName: "Meta Design",
|
|
410
|
+
description: "Auto-generated category for meta-design",
|
|
411
|
+
domain: "meta",
|
|
412
|
+
exclusive: false,
|
|
413
|
+
required: false,
|
|
414
|
+
order: 999
|
|
415
|
+
},
|
|
407
416
|
"api-cms": {
|
|
408
417
|
id: "api-cms",
|
|
409
418
|
displayName: "Api Cms",
|
|
@@ -673,6 +682,22 @@ var BUILT_IN_MATRIX = {
|
|
|
673
682
|
recommendedReason: "Fast, lightweight API framework with edge support",
|
|
674
683
|
path: "skills/api-framework-hono"
|
|
675
684
|
},
|
|
685
|
+
"meta-design-expressive-typescript": {
|
|
686
|
+
id: "meta-design-expressive-typescript",
|
|
687
|
+
slug: "expressive-typescript",
|
|
688
|
+
displayName: "Expressive TypeScript",
|
|
689
|
+
description: "Readable functional patterns \u2014 orchestrators, pure functions, named abstractions",
|
|
690
|
+
usageGuidance: "Use when writing or refactoring TypeScript functions, data transformations, store actions, or any code that mixes logic levels. Apply the orchestrator pattern and extract until the code reads like prose.",
|
|
691
|
+
category: "meta-design",
|
|
692
|
+
author: "@vince",
|
|
693
|
+
conflictsWith: [],
|
|
694
|
+
discourages: [],
|
|
695
|
+
compatibleWith: [],
|
|
696
|
+
requires: [],
|
|
697
|
+
alternatives: [],
|
|
698
|
+
isRecommended: false,
|
|
699
|
+
path: "skills/meta-design-expressive-typescript"
|
|
700
|
+
},
|
|
676
701
|
"api-database-mongodb": {
|
|
677
702
|
id: "api-database-mongodb",
|
|
678
703
|
slug: "mongodb",
|
|
@@ -8345,6 +8370,7 @@ var BUILT_IN_MATRIX = {
|
|
|
8345
8370
|
"cohere-sdk": "ai-provider-cohere-sdk",
|
|
8346
8371
|
biome: "shared-tooling-biome",
|
|
8347
8372
|
hono: "api-framework-hono",
|
|
8373
|
+
"expressive-typescript": "meta-design-expressive-typescript",
|
|
8348
8374
|
mongodb: "api-database-mongodb",
|
|
8349
8375
|
"setup-posthog": "api-analytics-setup-posthog",
|
|
8350
8376
|
react: "web-framework-react",
|
|
@@ -8501,6 +8527,7 @@ var BUILT_IN_MATRIX = {
|
|
|
8501
8527
|
"ai-provider-cohere-sdk": "cohere-sdk",
|
|
8502
8528
|
"shared-tooling-biome": "biome",
|
|
8503
8529
|
"api-framework-hono": "hono",
|
|
8530
|
+
"meta-design-expressive-typescript": "expressive-typescript",
|
|
8504
8531
|
"api-database-mongodb": "mongodb",
|
|
8505
8532
|
"api-analytics-setup-posthog": "setup-posthog",
|
|
8506
8533
|
"web-framework-react": "react",
|
|
@@ -8696,4 +8723,4 @@ export {
|
|
|
8696
8723
|
hasSkill,
|
|
8697
8724
|
findStack
|
|
8698
8725
|
};
|
|
8699
|
-
//# sourceMappingURL=chunk-
|
|
8726
|
+
//# sourceMappingURL=chunk-47HMJ4BY.js.map
|