@agents-inc/cli 0.82.0 → 0.82.4

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.
Files changed (111) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/{chunk-J3ZWLR5Z.js → chunk-35ESNSF5.js} +4 -4
  3. package/dist/{chunk-2E25UBLM.js → chunk-3BDCU5QB.js} +3 -3
  4. package/dist/{chunk-XNHMUPIJ.js → chunk-3MXMYHO3.js} +17 -17
  5. package/dist/{chunk-XNHMUPIJ.js.map → chunk-3MXMYHO3.js.map} +1 -1
  6. package/dist/{chunk-DWIB547V.js → chunk-3PB7KSF7.js} +4 -4
  7. package/dist/{chunk-LKDQLCS3.js → chunk-5AHKXBNC.js} +2 -2
  8. package/dist/{chunk-TJ62CLXB.js → chunk-5BRHJD7Q.js} +2 -2
  9. package/dist/{chunk-K2RQU5HR.js → chunk-63E7LOLB.js} +2 -2
  10. package/dist/{chunk-SXGCCUTH.js → chunk-AAW3PYXA.js} +10 -2
  11. package/dist/chunk-AAW3PYXA.js.map +1 -0
  12. package/dist/{chunk-W642FYQJ.js → chunk-AD2UT2TN.js} +2 -2
  13. package/dist/{chunk-L7SKXTUO.js → chunk-C4I4Q33M.js} +2 -2
  14. package/dist/{chunk-EB5E7IKL.js → chunk-FBLRTXEA.js} +4 -4
  15. package/dist/{chunk-AW7LLMZZ.js → chunk-FIXWR56O.js} +2 -2
  16. package/dist/{chunk-WO433W2G.js → chunk-FS4YWW36.js} +2 -2
  17. package/dist/{chunk-RLKRDDJD.js → chunk-GEU62YD2.js} +2 -2
  18. package/dist/{chunk-Y7GAKUM7.js → chunk-IMO6EQKT.js} +2 -2
  19. package/dist/{chunk-BFLAAMMA.js → chunk-IMP35ETG.js} +17 -17
  20. package/dist/chunk-IMP35ETG.js.map +1 -0
  21. package/dist/{chunk-UXIZK65O.js → chunk-JQDOUNHF.js} +23 -15
  22. package/dist/chunk-JQDOUNHF.js.map +1 -0
  23. package/dist/{chunk-WVLBGBRU.js → chunk-K76AXQ7A.js} +3 -3
  24. package/dist/{chunk-MPTXU4VS.js → chunk-KB6LCTCD.js} +16 -8
  25. package/dist/chunk-KB6LCTCD.js.map +1 -0
  26. package/dist/{chunk-JQNN2SVG.js → chunk-KEW246HB.js} +2 -2
  27. package/dist/{chunk-PY7C6CUI.js → chunk-KZLGBHDZ.js} +3 -3
  28. package/dist/{chunk-HWDEPKIR.js → chunk-LOB3OU2D.js} +5 -5
  29. package/dist/chunk-LOB3OU2D.js.map +1 -0
  30. package/dist/{chunk-2GI4NKKO.js → chunk-LQ3EJBUN.js} +6 -3
  31. package/dist/chunk-LQ3EJBUN.js.map +1 -0
  32. package/dist/{chunk-A5MK4XJB.js → chunk-M2CS5EOK.js} +5 -5
  33. package/dist/{chunk-WYODBBUA.js → chunk-RTXJLZ7A.js} +4 -4
  34. package/dist/commands/build/plugins.js +4 -4
  35. package/dist/commands/build/stack.js +4 -4
  36. package/dist/commands/compile.js +4 -4
  37. package/dist/commands/config/index.js +4 -4
  38. package/dist/commands/config/path.js +3 -3
  39. package/dist/commands/config/show.js +4 -4
  40. package/dist/commands/diff.js +3 -3
  41. package/dist/commands/doctor.js +3 -3
  42. package/dist/commands/edit.js +68 -20
  43. package/dist/commands/edit.js.map +1 -1
  44. package/dist/commands/eject.js +3 -3
  45. package/dist/commands/import/skill.js +3 -3
  46. package/dist/commands/info.js +3 -3
  47. package/dist/commands/init.js +19 -19
  48. package/dist/commands/list.js +3 -3
  49. package/dist/commands/new/agent.js +4 -4
  50. package/dist/commands/new/marketplace.js +4 -4
  51. package/dist/commands/new/skill.js +4 -4
  52. package/dist/commands/outdated.js +3 -3
  53. package/dist/commands/search.js +3 -3
  54. package/dist/commands/uninstall.js +3 -3
  55. package/dist/commands/update.js +4 -4
  56. package/dist/commands/validate.js +3 -3
  57. package/dist/components/wizard/category-grid.js +2 -2
  58. package/dist/components/wizard/category-grid.test.js +8 -8
  59. package/dist/components/wizard/domain-selection.js +6 -6
  60. package/dist/components/wizard/help-modal.js +8 -1
  61. package/dist/components/wizard/source-grid.js +2 -2
  62. package/dist/components/wizard/source-grid.test.js +8 -8
  63. package/dist/components/wizard/stack-selection.js +5 -5
  64. package/dist/components/wizard/step-agents.js +6 -6
  65. package/dist/components/wizard/step-agents.test.js +9 -9
  66. package/dist/components/wizard/step-build.js +6 -6
  67. package/dist/components/wizard/step-build.test.js +9 -9
  68. package/dist/components/wizard/step-confirm.js +3 -3
  69. package/dist/components/wizard/step-confirm.test.js +7 -7
  70. package/dist/components/wizard/step-settings.js +4 -4
  71. package/dist/components/wizard/step-settings.test.js +7 -7
  72. package/dist/components/wizard/step-sources.js +6 -6
  73. package/dist/components/wizard/step-sources.test.js +9 -9
  74. package/dist/components/wizard/step-stack.js +6 -6
  75. package/dist/components/wizard/step-stack.test.js +7 -7
  76. package/dist/components/wizard/wizard-layout.js +7 -7
  77. package/dist/components/wizard/wizard.js +18 -18
  78. package/dist/config-exports.js +1 -1
  79. package/dist/hooks/init.js +19 -19
  80. package/dist/{source-loader-V5MKKNZF.js → source-loader-FMDHHYDQ.js} +4 -4
  81. package/dist/{source-manager-S64CYXPA.js → source-manager-YMJ4Z5UG.js} +4 -4
  82. package/dist/stores/wizard-store.js +4 -4
  83. package/dist/stores/wizard-store.test.js +31 -7
  84. package/dist/stores/wizard-store.test.js.map +1 -1
  85. package/package.json +1 -1
  86. package/dist/chunk-2GI4NKKO.js.map +0 -1
  87. package/dist/chunk-BFLAAMMA.js.map +0 -1
  88. package/dist/chunk-HWDEPKIR.js.map +0 -1
  89. package/dist/chunk-MPTXU4VS.js.map +0 -1
  90. package/dist/chunk-SXGCCUTH.js.map +0 -1
  91. package/dist/chunk-UXIZK65O.js.map +0 -1
  92. /package/dist/{chunk-J3ZWLR5Z.js.map → chunk-35ESNSF5.js.map} +0 -0
  93. /package/dist/{chunk-2E25UBLM.js.map → chunk-3BDCU5QB.js.map} +0 -0
  94. /package/dist/{chunk-DWIB547V.js.map → chunk-3PB7KSF7.js.map} +0 -0
  95. /package/dist/{chunk-LKDQLCS3.js.map → chunk-5AHKXBNC.js.map} +0 -0
  96. /package/dist/{chunk-TJ62CLXB.js.map → chunk-5BRHJD7Q.js.map} +0 -0
  97. /package/dist/{chunk-K2RQU5HR.js.map → chunk-63E7LOLB.js.map} +0 -0
  98. /package/dist/{chunk-W642FYQJ.js.map → chunk-AD2UT2TN.js.map} +0 -0
  99. /package/dist/{chunk-L7SKXTUO.js.map → chunk-C4I4Q33M.js.map} +0 -0
  100. /package/dist/{chunk-EB5E7IKL.js.map → chunk-FBLRTXEA.js.map} +0 -0
  101. /package/dist/{chunk-AW7LLMZZ.js.map → chunk-FIXWR56O.js.map} +0 -0
  102. /package/dist/{chunk-WO433W2G.js.map → chunk-FS4YWW36.js.map} +0 -0
  103. /package/dist/{chunk-RLKRDDJD.js.map → chunk-GEU62YD2.js.map} +0 -0
  104. /package/dist/{chunk-Y7GAKUM7.js.map → chunk-IMO6EQKT.js.map} +0 -0
  105. /package/dist/{chunk-WVLBGBRU.js.map → chunk-K76AXQ7A.js.map} +0 -0
  106. /package/dist/{chunk-JQNN2SVG.js.map → chunk-KEW246HB.js.map} +0 -0
  107. /package/dist/{chunk-PY7C6CUI.js.map → chunk-KZLGBHDZ.js.map} +0 -0
  108. /package/dist/{chunk-A5MK4XJB.js.map → chunk-M2CS5EOK.js.map} +0 -0
  109. /package/dist/{chunk-WYODBBUA.js.map → chunk-RTXJLZ7A.js.map} +0 -0
  110. /package/dist/{source-loader-V5MKKNZF.js.map → source-loader-FMDHHYDQ.js.map} +0 -0
  111. /package/dist/{source-manager-S64CYXPA.js.map → source-manager-YMJ4Z5UG.js.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -7,6 +7,43 @@ 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.82.4] - 2026-03-24
11
+
12
+ **Edit command fixes: agent detection, local skill copy, scope-aware stack splitting**
13
+
14
+ - `splitConfigByScope` no longer drops project skills from global agents' stacks
15
+ - `cc edit` detects agent additions/removals and copies local skills by scope
16
+
17
+ See [changelogs/0.82.4.md](./changelogs/0.82.4.md) for full details.
18
+
19
+ ## [0.82.3] - 2026-03-24
20
+
21
+ **Disable scope toggle when editing from global scope**
22
+
23
+ - S hotkey disabled in build/agents steps when no project context
24
+ - Footer hint and help modal hide scope key in global edit mode
25
+
26
+ See [changelogs/0.82.3.md](./changelogs/0.82.3.md) for full details.
27
+
28
+ ## [0.82.2] - 2026-03-23
29
+
30
+ **E2E test cleanup, source path fixes, domain subnav hoisting**
31
+
32
+ - Removed 34 `undefined!` assertions and 11 raw `readFile` calls across E2E tests
33
+ - Fixed flat skill directory structure in E2E source creation
34
+ - Domain subnav hoists outside tab bar when many domains selected
35
+
36
+ See [changelogs/0.82.2.md](./changelogs/0.82.2.md) for full details.
37
+
38
+ ## [0.82.1] - 2026-03-23
39
+
40
+ **Stack description cleanup, E2E active markers, skill-summoner fixes**
41
+
42
+ - Stack descriptions shortened — dropped redundant framework names
43
+ - E2E active domain marker constants added
44
+
45
+ See [changelogs/0.82.1.md](./changelogs/0.82.1.md) for full details.
46
+
10
47
  ## [0.82.0] - 2026-03-23
11
48
 
12
49
  **Domain reorganization — create ai, meta, infra domains**
@@ -5,17 +5,17 @@ import {
5
5
  import {
6
6
  getDomainDisplayName,
7
7
  isAgentName
8
- } from "./chunk-WO433W2G.js";
8
+ } from "./chunk-FS4YWW36.js";
9
9
  import {
10
10
  useRowScroll
11
11
  } from "./chunk-4QA5TIBU.js";
12
12
  import {
13
13
  useWizardStore
14
- } from "./chunk-2GI4NKKO.js";
14
+ } from "./chunk-LQ3EJBUN.js";
15
15
  import {
16
16
  matrix,
17
17
  typedKeys
18
- } from "./chunk-XNHMUPIJ.js";
18
+ } from "./chunk-3MXMYHO3.js";
19
19
  import {
20
20
  CLI_COLORS,
21
21
  UI_SYMBOLS
@@ -271,4 +271,4 @@ var StepAgents = () => {
271
271
  export {
272
272
  StepAgents
273
273
  };
274
- //# sourceMappingURL=chunk-J3ZWLR5Z.js.map
274
+ //# sourceMappingURL=chunk-35ESNSF5.js.map
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  FRAMEWORK_CATEGORY
4
- } from "./chunk-W642FYQJ.js";
4
+ } from "./chunk-AD2UT2TN.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-Y7GAKUM7.js";
18
+ } from "./chunk-IMO6EQKT.js";
19
19
  import {
20
20
  init_esm_shims
21
21
  } from "./chunk-DHET7RCE.js";
@@ -725,4 +725,4 @@ export {
725
725
  ALL_SKILLS_MULTI_DOMAIN_MATRIX,
726
726
  REACT_HONO_FRAMEWORK_API_MATRIX
727
727
  };
728
- //# sourceMappingURL=chunk-2E25UBLM.js.map
728
+ //# sourceMappingURL=chunk-3BDCU5QB.js.map
@@ -5475,7 +5475,7 @@ var BUILT_IN_MATRIX = {
5475
5475
  {
5476
5476
  id: "nextjs-fullstack",
5477
5477
  name: "Next.js Full-Stack",
5478
- description: "Next.js, Hono, Drizzle, Better Auth, Zustand",
5478
+ description: "Hono, Drizzle, Better Auth, Zustand",
5479
5479
  skills: {
5480
5480
  "web-developer": {
5481
5481
  "web-framework": ["web-framework-react"],
@@ -5712,7 +5712,7 @@ var BUILT_IN_MATRIX = {
5712
5712
  {
5713
5713
  id: "nextjs-t3-stack",
5714
5714
  name: "Next.js T3 Stack",
5715
- description: "Next.js, tRPC, Prisma, NextAuth, Tailwind",
5715
+ description: "tRPC, Prisma, NextAuth, Tailwind",
5716
5716
  skills: {
5717
5717
  "web-developer": {
5718
5718
  "web-framework": ["web-framework-react"],
@@ -5846,7 +5846,7 @@ var BUILT_IN_MATRIX = {
5846
5846
  {
5847
5847
  id: "nextjs-supabase-fullstack",
5848
5848
  name: "Next.js Supabase Full-Stack",
5849
- description: "Next.js, Supabase, Drizzle, Better Auth",
5849
+ description: "Supabase, Drizzle, Better Auth",
5850
5850
  skills: {
5851
5851
  "web-developer": {
5852
5852
  "web-framework": ["web-framework-react"],
@@ -6094,7 +6094,7 @@ var BUILT_IN_MATRIX = {
6094
6094
  {
6095
6095
  id: "nextjs-turborepo-fullstack",
6096
6096
  name: "Next.js Turborepo Full-Stack",
6097
- description: "Next.js, Turborepo, pnpm Workspaces, Hono, Drizzle",
6097
+ description: "Turborepo, pnpm Workspaces, Hono, Drizzle",
6098
6098
  skills: {
6099
6099
  "web-developer": {
6100
6100
  "web-framework": ["web-framework-react"],
@@ -6349,7 +6349,7 @@ var BUILT_IN_MATRIX = {
6349
6349
  {
6350
6350
  id: "react-old-school",
6351
6351
  name: "React Old School",
6352
- description: "React, Redux Toolkit, SCSS Modules, Vite, Vitest",
6352
+ description: "Redux Toolkit, SCSS Modules, Vite, Vitest",
6353
6353
  skills: {
6354
6354
  "web-developer": {
6355
6355
  "web-framework": ["web-framework-react"],
@@ -6447,7 +6447,7 @@ var BUILT_IN_MATRIX = {
6447
6447
  {
6448
6448
  id: "react-hono-fullstack",
6449
6449
  name: "React Hono Full-Stack",
6450
- description: "React, Vite, Hono, Drizzle, Better Auth",
6450
+ description: "Vite, Hono, Drizzle, Better Auth",
6451
6451
  skills: {
6452
6452
  "web-developer": {
6453
6453
  "web-framework": ["web-framework-react"],
@@ -6674,7 +6674,7 @@ var BUILT_IN_MATRIX = {
6674
6674
  {
6675
6675
  id: "remix-fullstack",
6676
6676
  name: "Remix Full-Stack",
6677
- description: "Remix, Hono, Drizzle, Better Auth",
6677
+ description: "Hono, Drizzle, Better Auth",
6678
6678
  skills: {
6679
6679
  "web-developer": {
6680
6680
  "web-framework": ["web-framework-react"],
@@ -6810,7 +6810,7 @@ var BUILT_IN_MATRIX = {
6810
6810
  {
6811
6811
  id: "sveltekit-fullstack",
6812
6812
  name: "SvelteKit Full-Stack",
6813
- description: "SvelteKit, Hono, Drizzle, Better Auth",
6813
+ description: "Hono, Drizzle, Better Auth",
6814
6814
  skills: {
6815
6815
  "web-developer": {
6816
6816
  "web-framework": ["web-framework-svelte"],
@@ -6946,7 +6946,7 @@ var BUILT_IN_MATRIX = {
6946
6946
  {
6947
6947
  id: "solidjs-fullstack",
6948
6948
  name: "SolidJS Full-Stack",
6949
- description: "SolidJS, Hono, Drizzle, Better Auth, Vitest",
6949
+ description: "Hono, Drizzle, Better Auth, Vitest",
6950
6950
  skills: {
6951
6951
  "web-developer": {
6952
6952
  "web-framework": ["web-framework-solidjs"],
@@ -7072,7 +7072,7 @@ var BUILT_IN_MATRIX = {
7072
7072
  {
7073
7073
  id: "astro-content-fullstack",
7074
7074
  name: "Astro Content Full-Stack",
7075
- description: "Astro, Hono, Drizzle",
7075
+ description: "Hono, Drizzle",
7076
7076
  skills: {
7077
7077
  "web-developer": {
7078
7078
  "web-meta-framework": ["web-meta-framework-astro"],
@@ -7198,7 +7198,7 @@ var BUILT_IN_MATRIX = {
7198
7198
  {
7199
7199
  id: "vue-modern-fullstack",
7200
7200
  name: "Vue Modern Full-Stack",
7201
- description: "Vue, Pinia, Hono, Drizzle, Better Auth",
7201
+ description: "Pinia, Hono, Drizzle, Better Auth",
7202
7202
  skills: {
7203
7203
  "web-developer": {
7204
7204
  "web-framework": ["web-framework-vue-composition-api"],
@@ -7334,7 +7334,7 @@ var BUILT_IN_MATRIX = {
7334
7334
  {
7335
7335
  id: "nuxt-fullstack",
7336
7336
  name: "Nuxt Full-Stack",
7337
- description: "Vue, Nuxt, Hono, Drizzle, Better Auth",
7337
+ description: "Hono, Drizzle, Better Auth",
7338
7338
  skills: {
7339
7339
  "web-developer": {
7340
7340
  "web-framework": ["web-framework-vue-composition-api"],
@@ -7480,7 +7480,7 @@ var BUILT_IN_MATRIX = {
7480
7480
  {
7481
7481
  id: "angular-modern-fullstack",
7482
7482
  name: "Angular Modern Full-Stack",
7483
- description: "Angular, NgRx, Hono, Drizzle, Better Auth",
7483
+ description: "NgRx, Hono, Drizzle, Better Auth",
7484
7484
  skills: {
7485
7485
  "web-developer": {
7486
7486
  "web-framework": ["web-framework-angular-standalone"],
@@ -7616,7 +7616,7 @@ var BUILT_IN_MATRIX = {
7616
7616
  {
7617
7617
  id: "nextjs-ai-saas",
7618
7618
  name: "Next.js AI SaaS",
7619
- description: "Next.js, Vercel AI SDK, Anthropic SDK, Drizzle, Pinecone",
7619
+ description: "Vercel AI, Anthropic, Drizzle, Pinecone",
7620
7620
  skills: {
7621
7621
  "web-developer": {
7622
7622
  "web-framework": ["web-framework-react"],
@@ -7885,7 +7885,7 @@ var BUILT_IN_MATRIX = {
7885
7885
  {
7886
7886
  id: "nextjs-saas-starter",
7887
7887
  name: "Next.js SaaS Starter",
7888
- description: "Next.js, Better Auth, Stripe, Drizzle, Resend, PostHog",
7888
+ description: "Better Auth, Stripe, Drizzle, Resend, PostHog",
7889
7889
  skills: {
7890
7890
  "web-developer": {
7891
7891
  "web-framework": ["web-framework-react"],
@@ -8134,7 +8134,7 @@ var BUILT_IN_MATRIX = {
8134
8134
  {
8135
8135
  id: "expo-mobile-fullstack",
8136
8136
  name: "Expo Mobile Full-Stack",
8137
- description: "Expo, React Native, Zustand, React Query, Hono, Drizzle",
8137
+ description: "Zustand, React Query, Hono, Drizzle",
8138
8138
  skills: {
8139
8139
  "web-developer": {
8140
8140
  "web-framework": ["web-framework-react"],
@@ -8698,4 +8698,4 @@ export {
8698
8698
  getCategoryDomain,
8699
8699
  findStack
8700
8700
  };
8701
- //# sourceMappingURL=chunk-XNHMUPIJ.js.map
8701
+ //# sourceMappingURL=chunk-3MXMYHO3.js.map