@shrkcrft/cli 0.1.0-alpha.1 → 0.1.0-alpha.10

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 (120) hide show
  1. package/README.md +1 -1
  2. package/dist/commands/api-diff.command.d.ts +11 -0
  3. package/dist/commands/api-diff.command.d.ts.map +1 -0
  4. package/dist/commands/api-diff.command.js +116 -0
  5. package/dist/commands/arch.command.d.ts +9 -0
  6. package/dist/commands/arch.command.d.ts.map +1 -0
  7. package/dist/commands/arch.command.js +186 -0
  8. package/dist/commands/boundaries.command.d.ts.map +1 -1
  9. package/dist/commands/boundaries.command.js +0 -12
  10. package/dist/commands/check.command.d.ts.map +1 -1
  11. package/dist/commands/check.command.js +20 -30
  12. package/dist/commands/code-intel.command.d.ts +18 -0
  13. package/dist/commands/code-intel.command.d.ts.map +1 -0
  14. package/dist/commands/code-intel.command.js +146 -0
  15. package/dist/commands/command-catalog.d.ts +7 -3
  16. package/dist/commands/command-catalog.d.ts.map +1 -1
  17. package/dist/commands/command-catalog.js +201 -47
  18. package/dist/commands/commands.command.d.ts.map +1 -1
  19. package/dist/commands/commands.command.js +4 -4
  20. package/dist/commands/completion.command.d.ts +10 -0
  21. package/dist/commands/completion.command.d.ts.map +1 -0
  22. package/dist/commands/completion.command.js +121 -0
  23. package/dist/commands/constructs.command.d.ts.map +1 -1
  24. package/dist/commands/constructs.command.js +5 -22
  25. package/dist/commands/context.command.d.ts.map +1 -1
  26. package/dist/commands/context.command.js +89 -0
  27. package/dist/commands/diff-check.command.d.ts +30 -0
  28. package/dist/commands/diff-check.command.d.ts.map +1 -0
  29. package/dist/commands/diff-check.command.js +210 -0
  30. package/dist/commands/doctor.command.d.ts.map +1 -1
  31. package/dist/commands/doctor.command.js +42 -9
  32. package/dist/commands/export.command.d.ts.map +1 -1
  33. package/dist/commands/export.command.js +76 -3
  34. package/dist/commands/framework.command.d.ts +12 -0
  35. package/dist/commands/framework.command.d.ts.map +1 -0
  36. package/dist/commands/framework.command.js +180 -0
  37. package/dist/commands/gate.command.d.ts +15 -0
  38. package/dist/commands/gate.command.d.ts.map +1 -0
  39. package/dist/commands/gate.command.js +296 -0
  40. package/dist/commands/graph-code-subverbs.d.ts +11 -0
  41. package/dist/commands/graph-code-subverbs.d.ts.map +1 -0
  42. package/dist/commands/graph-code-subverbs.js +818 -0
  43. package/dist/commands/graph.command.d.ts.map +1 -1
  44. package/dist/commands/graph.command.js +22 -0
  45. package/dist/commands/help.command.d.ts +4 -3
  46. package/dist/commands/help.command.d.ts.map +1 -1
  47. package/dist/commands/help.command.js +77 -21
  48. package/dist/commands/helper.command.js +1 -1
  49. package/dist/commands/impact.command.d.ts.map +1 -1
  50. package/dist/commands/impact.command.js +170 -1
  51. package/dist/commands/import.command.d.ts.map +1 -1
  52. package/dist/commands/import.command.js +121 -5
  53. package/dist/commands/init.command.d.ts.map +1 -1
  54. package/dist/commands/init.command.js +184 -16
  55. package/dist/commands/mcp.command.d.ts.map +1 -1
  56. package/dist/commands/mcp.command.js +2 -131
  57. package/dist/commands/migrate.command.d.ts +13 -0
  58. package/dist/commands/migrate.command.d.ts.map +1 -0
  59. package/dist/commands/migrate.command.js +152 -0
  60. package/dist/commands/onboard.command.d.ts.map +1 -1
  61. package/dist/commands/onboard.command.js +3 -15
  62. package/dist/commands/packs-new.d.ts +1 -1
  63. package/dist/commands/packs-new.d.ts.map +1 -1
  64. package/dist/commands/packs-new.js +5 -36
  65. package/dist/commands/packs.command.d.ts.map +1 -1
  66. package/dist/commands/packs.command.js +3 -17
  67. package/dist/commands/plan-context.command.d.ts +11 -0
  68. package/dist/commands/plan-context.command.d.ts.map +1 -0
  69. package/dist/commands/plan-context.command.js +77 -0
  70. package/dist/commands/profiles.command.js +4 -4
  71. package/dist/commands/release.command.js +13 -13
  72. package/dist/commands/review.command.d.ts.map +1 -1
  73. package/dist/commands/review.command.js +2 -28
  74. package/dist/commands/rule-graph-subverbs.d.ts +3 -0
  75. package/dist/commands/rule-graph-subverbs.d.ts.map +1 -0
  76. package/dist/commands/rule-graph-subverbs.js +132 -0
  77. package/dist/commands/search-structural.command.d.ts +18 -0
  78. package/dist/commands/search-structural.command.d.ts.map +1 -0
  79. package/dist/commands/search-structural.command.js +376 -0
  80. package/dist/commands/search.command.js +1 -1
  81. package/dist/commands/task-context.command.js +0 -16
  82. package/dist/commands/task.command.d.ts.map +1 -1
  83. package/dist/commands/task.command.js +8 -2
  84. package/dist/dashboard/code-intelligence-data.d.ts +33 -0
  85. package/dist/dashboard/code-intelligence-data.d.ts.map +1 -0
  86. package/dist/dashboard/code-intelligence-data.js +307 -0
  87. package/dist/dashboard/dashboard-api-server.d.ts.map +1 -1
  88. package/dist/dashboard/dashboard-api-server.js +137 -1
  89. package/dist/export/claude-commands-export.d.ts +60 -0
  90. package/dist/export/claude-commands-export.d.ts.map +1 -0
  91. package/dist/export/claude-commands-export.js +276 -0
  92. package/dist/export/export-formats.d.ts +1 -1
  93. package/dist/export/export-formats.d.ts.map +1 -1
  94. package/dist/export/export-formats.js +139 -12
  95. package/dist/init/init-templates.d.ts.map +1 -1
  96. package/dist/init/init-templates.js +133 -113
  97. package/dist/init/paths-advisory.d.ts +20 -0
  98. package/dist/init/paths-advisory.d.ts.map +1 -0
  99. package/dist/init/paths-advisory.js +88 -0
  100. package/dist/main.d.ts +1 -1
  101. package/dist/main.d.ts.map +1 -1
  102. package/dist/main.js +137 -46
  103. package/dist/output/failure-hints.d.ts +1 -9
  104. package/dist/output/failure-hints.d.ts.map +1 -1
  105. package/dist/output/failure-hints.js +2 -8
  106. package/dist/output/watch-loop.d.ts +9 -1
  107. package/dist/output/watch-loop.d.ts.map +1 -1
  108. package/dist/output/watch-loop.js +13 -3
  109. package/dist/schemas/json-schemas.d.ts +36 -36
  110. package/dist/schemas/json-schemas.js +36 -36
  111. package/dist/surface/about.d.ts.map +1 -1
  112. package/dist/surface/about.js +37 -15
  113. package/dist/surface/no-args-landing.d.ts.map +1 -1
  114. package/dist/surface/no-args-landing.js +9 -13
  115. package/dist/surface/surface-config-writer.d.ts.map +1 -1
  116. package/dist/surface/surface-config-writer.js +23 -11
  117. package/package.json +36 -25
  118. package/dist/commands/plugin.command.d.ts +0 -11
  119. package/dist/commands/plugin.command.d.ts.map +0 -1
  120. package/dist/commands/plugin.command.js +0 -394
@@ -8,24 +8,46 @@ import { SHARKCRAFT_VERSION } from '@shrkcrft/shared';
8
8
  * `docs/`; this is the in-binary summary.
9
9
  */
10
10
  export function renderAbout() {
11
- return `SharkCraft v${SHARKCRAFT_VERSION} — the safety layer beneath your AI coding agent.
11
+ return `SharkCraft v${SHARKCRAFT_VERSION}
12
12
 
13
- Three structural guarantees (not prompts):
14
- - MCP is read-only. Agents cannot write through it.
15
- - Writes flow through signed plans. \`shrk apply --verify-signature\`
16
- refuses on divergence.
17
- - Boundaries are mechanical. \`shrk check boundaries --changed-only\`
18
- fails only on violations the current diff introduced.
13
+ What it is
14
+ A deterministic, local-first toolkit that gives AI coding agents
15
+ durable project context. Ships as a CLI (\`shrk\`) the only write
16
+ path plus a read-only MCP server, plus a library of structured
17
+ assets (knowledge, rules, paths, templates, pipelines, presets,
18
+ boundaries).
19
19
 
20
- On top of that: typed rules, paths, templates, pipelines, presets — so
21
- the agent hallucinates less inside the bounds the safety surface enforces.
22
- No AI inside the engine; every output is a pure function of the workspace.
20
+ What it is NOT
21
+ There is no AI inside the engine. Every output is a pure function
22
+ of the workspace + the asset registries. The agent uses the engine;
23
+ the engine never calls a model.
23
24
 
24
- Try:
25
- shrk check boundaries --changed-only --since main
26
- shrk review packet --v3 --since main
27
- shrk mcp install claude-code
25
+ The safety contract
26
+ - All write paths are preview-first. \`--apply\` is opt-in, scoped,
27
+ and idempotent.
28
+ - MCP is read-only. Every MCP tool returns data + a next-command
29
+ hint; the human runs the CLI for any write.
30
+ - Apply requires \`--verify-signature\` for signed plans, refuses
31
+ on divergence unless \`--allow-divergent\`.
28
32
 
29
- Docs: overview.md · safety-model.md · INDEX.md · demo.md
33
+ Calibration to project size
34
+ Surface tiers (\`shrk surface list\`):
35
+ - core always on
36
+ - extended visible in --help, callable
37
+ - experimental hidden until enabled (\`shrk surface enable\`)
38
+ Project shape (\`shrk doctor\`) drives the default surface for a
39
+ fresh repo.
40
+
41
+ Where to read more
42
+ docs/overview.md what SharkCraft is and isn't
43
+ docs/philosophy.md the non-negotiable design rules
44
+ docs/surface-tiers.md the tier model
45
+ docs/safety-model.md plan / review / apply contract
46
+
47
+ Quick start
48
+ shrk doctor health check
49
+ shrk task "<what>" full task packet (rules + templates + commands)
50
+ shrk recommend "<what>" what command should I reach for?
51
+ shrk surface list what is available in this repo
30
52
  `;
31
53
  }
@@ -1 +1 @@
1
- {"version":3,"file":"no-args-landing.d.ts","sourceRoot":"","sources":["../../src/surface/no-args-landing.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAiCtE"}
1
+ {"version":3,"file":"no-args-landing.d.ts","sourceRoot":"","sources":["../../src/surface/no-args-landing.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CA6BtE"}
@@ -8,7 +8,7 @@ import { buildSurfaceSummary } from "./surface-summary.js";
8
8
  */
9
9
  export async function renderNoArgsLanding(cwd) {
10
10
  const lines = [];
11
- lines.push(`shrk v${SHARKCRAFT_VERSION} — the safety layer beneath your AI coding agent.`);
11
+ lines.push(`shrk v${SHARKCRAFT_VERSION} — deterministic context for AI coding agents.`);
12
12
  lines.push('');
13
13
  let totals = '';
14
14
  try {
@@ -21,20 +21,16 @@ export async function renderNoArgsLanding(cwd) {
21
21
  }
22
22
  lines.push(totals);
23
23
  lines.push('');
24
- lines.push('Prove it in 60 seconds:');
25
- lines.push(' shrk check boundaries --changed-only --since main');
26
- lines.push(' fail only on violations the diff introduced');
27
- lines.push(' shrk review packet --v3 --since main');
28
- lines.push(' structured packet for an AI PR reviewer');
29
- lines.push(' shrk apply --verify-signature <plan.json>');
30
- lines.push(' signed-plan write — refuses on divergence');
31
- lines.push('');
32
- lines.push('Orient:');
33
- lines.push(' shrk doctor health check + AI-readiness score');
34
- lines.push(' shrk recommend "<task>" what command should I reach for?');
24
+ lines.push('Most useful next:');
25
+ lines.push(' shrk doctor health check');
26
+ lines.push(' shrk task "<what>" full packet for a task');
27
+ lines.push(' shrk recommend "<what>" what should I do?');
35
28
  lines.push(' shrk surface list what is available in this repo');
36
- lines.push(' shrk --about the safety contract in one screen');
29
+ lines.push('');
30
+ lines.push('See:');
37
31
  lines.push(' shrk --help every visible command');
32
+ lines.push(' shrk surface explain <cmd> why a command is/is not visible');
33
+ lines.push(' shrk --about what shrk is and is not');
38
34
  lines.push('');
39
35
  return lines.join('\n');
40
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"surface-config-writer.d.ts","sourceRoot":"","sources":["../../src/surface/surface-config-writer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,WAAW,kBAAkB;IACjC,oBAAoB;IACpB,KAAK,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,cAAc,CAAC;IACtB,KAAK,EAAE,SAAS,kBAAkB,EAAE,CAAC;IACrC,yDAAyD;IACzD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,SAAS,kBAAkB,EAAE,CAAC;IACrC,iDAAiD;IACjD,WAAW,EAAE,OAAO,CAAC;CACtB;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,cAAc,GAAG,SAAS,EAClC,KAAK,EAAE,SAAS,kBAAkB,EAAE,GACnC,kBAAkB,CA0BpB;AAOD;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,kBAAkB,GACvB,yBAAyB,CAe3B;AAmBD;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,SAAO,GAAG,MAAM,CAsBjF;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,cAAc,GAAG,MAAM,CAgBtF;AAED,8CAA8C;AAC9C,wBAAgB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAE/D"}
1
+ {"version":3,"file":"surface-config-writer.d.ts","sourceRoot":"","sources":["../../src/surface/surface-config-writer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,WAAW,kBAAkB;IACjC,oBAAoB;IACpB,KAAK,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,EAAE,cAAc,CAAC;IACtB,KAAK,EAAE,SAAS,kBAAkB,EAAE,CAAC;IACrC,yDAAyD;IACzD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,SAAS,kBAAkB,EAAE,CAAC;IACrC,iDAAiD;IACjD,WAAW,EAAE,OAAO,CAAC;CACtB;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,cAAc,GAAG,SAAS,EAClC,KAAK,EAAE,SAAS,kBAAkB,EAAE,GACnC,kBAAkB,CA0BpB;AAOD;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,kBAAkB,GACvB,yBAAyB,CAe3B;AAoBD;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,SAAO,GAAG,MAAM,CAsBjF;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,cAAc,GAAG,MAAM,CA6BtF;AAED,8CAA8C;AAC9C,wBAAgB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAE/D"}
@@ -72,10 +72,11 @@ function fileExists(p) {
72
72
  return false;
73
73
  }
74
74
  }
75
- const DEFAULT_CONFIG_BODY = `import { defineSharkCraftConfig } from '@shrkcrft/config';
76
-
77
- export default defineSharkCraftConfig({
78
- });
75
+ // Plain default export no @shrkcrft/* import required. The config
76
+ // loader (packages/config/src/config-loader.ts) validates by shape, so a
77
+ // literal object works the same as a `defineSharkCraftConfig()` call.
78
+ const DEFAULT_CONFIG_BODY = `export default {
79
+ };
79
80
  `;
80
81
  const SURFACE_BLOCK_REGEX = /(^\s*surface\s*:\s*\{[\s\S]*?\}\s*,?\s*\n)/m;
81
82
  /**
@@ -120,14 +121,25 @@ export function applySurfaceTextEdit(original, surface) {
120
121
  if (SURFACE_BLOCK_REGEX.test(original)) {
121
122
  return original.replace(SURFACE_BLOCK_REGEX, block);
122
123
  }
123
- // Insert before the closing `})` / `});` of the config object.
124
- // Prefer the last `})` so nested objects don't trip us up.
125
- const closeRegex = /(\n)(\}\)\s*;?\s*)$/m;
126
- if (closeRegex.test(original)) {
127
- return original.replace(closeRegex, `\n${block}$2`);
124
+ // (A) `defineSharkCraftConfig({ ... })` style insert before the `})`.
125
+ const closeFn = /(\n)(\}\)\s*;?\s*)$/m;
126
+ if (closeFn.test(original)) {
127
+ return original.replace(closeFn, `\n${block}$2`);
128
128
  }
129
- // Fallback: append at end with a defineSharkCraftConfig wrapper.
130
- return `${original}\n${DEFAULT_CONFIG_BODY.replace('})', `${block}})`)}`;
129
+ // (B) `const config = { ... };\nexport default config;` plain style —
130
+ // insert before the `};` that closes the literal.
131
+ const closePlain = /(\n)(\};?\s*\nexport\s+default\s+\w+\s*;?\s*\n*)$/m;
132
+ if (closePlain.test(original)) {
133
+ return original.replace(closePlain, `\n${block}$2`);
134
+ }
135
+ // (C) `export default { ... };` direct style — insert before the `};`.
136
+ const closeDirect = /(\n)(\};?\s*\n*)$/m;
137
+ if (closeDirect.test(original)) {
138
+ return original.replace(closeDirect, `\n${block}$2`);
139
+ }
140
+ // Fallback: append at end with a plain default-exported config (no
141
+ // `@shrkcrft/*` import required).
142
+ return `${original}\n${DEFAULT_CONFIG_BODY.replace('};', `${block}};`)}`;
131
143
  }
132
144
  /** Default config file path for a project. */
133
145
  export function defaultConfigFile(sharkcraftDir) {
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@shrkcrft/cli",
3
- "version": "0.1.0-alpha.1",
4
- "description": "SharkCraft CLI (`shrk`): the safety layer beneath your AI coding agent.",
3
+ "version": "0.1.0-alpha.10",
4
+ "description": "SharkCraft CLI (`shrk`): structured project intelligence for AI coding agents.",
5
5
  "license": "MIT",
6
6
  "author": "SharkCraft contributors",
7
7
  "type": "module",
8
8
  "main": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
9
+ "types": "./dist/index.d.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
12
  "types": "./dist/index.d.ts",
13
+ "bun": "./src/index.ts",
13
14
  "import": "./dist/index.js",
14
15
  "default": "./dist/index.js"
15
16
  }
@@ -24,12 +25,12 @@
24
25
  ],
25
26
  "repository": {
26
27
  "type": "git",
27
- "url": "git+https://github.com/sharkcraft/sharkcraft.git",
28
+ "url": "git+https://github.com/shrkcrft/sharkcraft.git",
28
29
  "directory": "packages/cli"
29
30
  },
30
- "homepage": "https://github.com/sharkcraft/sharkcraft",
31
+ "homepage": "https://github.com/shrkcrft/sharkcraft",
31
32
  "bugs": {
32
- "url": "https://github.com/sharkcraft/sharkcraft/issues"
33
+ "url": "https://github.com/shrkcrft/sharkcraft/issues"
33
34
  },
34
35
  "keywords": [
35
36
  "sharkcraft",
@@ -46,25 +47,35 @@
46
47
  "typecheck": "tsc --noEmit -p tsconfig.json"
47
48
  },
48
49
  "dependencies": {
49
- "@shrkcrft/core": "^0.1.0-alpha.1",
50
- "@shrkcrft/config": "^0.1.0-alpha.1",
51
- "@shrkcrft/workspace": "^0.1.0-alpha.1",
52
- "@shrkcrft/knowledge": "^0.1.0-alpha.1",
53
- "@shrkcrft/context": "^0.1.0-alpha.1",
54
- "@shrkcrft/rules": "^0.1.0-alpha.1",
55
- "@shrkcrft/paths": "^0.1.0-alpha.1",
56
- "@shrkcrft/templates": "^0.1.0-alpha.1",
57
- "@shrkcrft/plugin-api": "^0.1.0-alpha.1",
58
- "@shrkcrft/dashboard-api": "^0.1.0-alpha.1",
59
- "@shrkcrft/pipelines": "^0.1.0-alpha.1",
60
- "@shrkcrft/presets": "^0.1.0-alpha.1",
61
- "@shrkcrft/boundaries": "^0.1.0-alpha.1",
62
- "@shrkcrft/generator": "^0.1.0-alpha.1",
63
- "@shrkcrft/importer": "^0.1.0-alpha.1",
64
- "@shrkcrft/inspector": "^0.1.0-alpha.1",
65
- "@shrkcrft/ai": "^0.1.0-alpha.1",
66
- "@shrkcrft/shared": "^0.1.0-alpha.1",
67
- "@shrkcrft/mcp-server": "^0.1.0-alpha.1"
50
+ "@shrkcrft/core": "^0.1.0-alpha.10",
51
+ "@shrkcrft/config": "^0.1.0-alpha.10",
52
+ "@shrkcrft/workspace": "^0.1.0-alpha.10",
53
+ "@shrkcrft/knowledge": "^0.1.0-alpha.10",
54
+ "@shrkcrft/context": "^0.1.0-alpha.10",
55
+ "@shrkcrft/rules": "^0.1.0-alpha.10",
56
+ "@shrkcrft/paths": "^0.1.0-alpha.10",
57
+ "@shrkcrft/templates": "^0.1.0-alpha.10",
58
+ "@shrkcrft/plugin-api": "^0.1.0-alpha.10",
59
+ "@shrkcrft/dashboard-api": "^0.1.0-alpha.10",
60
+ "@shrkcrft/pipelines": "^0.1.0-alpha.10",
61
+ "@shrkcrft/presets": "^0.1.0-alpha.10",
62
+ "@shrkcrft/boundaries": "^0.1.0-alpha.10",
63
+ "@shrkcrft/graph": "^0.1.0-alpha.10",
64
+ "@shrkcrft/rule-graph": "^0.1.0-alpha.10",
65
+ "@shrkcrft/structural-search": "^0.1.0-alpha.10",
66
+ "@shrkcrft/impact-engine": "^0.1.0-alpha.10",
67
+ "@shrkcrft/context-planner": "^0.1.0-alpha.10",
68
+ "@shrkcrft/architecture-guard": "^0.1.0-alpha.10",
69
+ "@shrkcrft/framework-scanners": "^0.1.0-alpha.10",
70
+ "@shrkcrft/api-surface-diff": "^0.1.0-alpha.10",
71
+ "@shrkcrft/quality-gates": "^0.1.0-alpha.10",
72
+ "@shrkcrft/migrate": "^0.1.0-alpha.10",
73
+ "@shrkcrft/generator": "^0.1.0-alpha.10",
74
+ "@shrkcrft/importer": "^0.1.0-alpha.10",
75
+ "@shrkcrft/inspector": "^0.1.0-alpha.10",
76
+ "@shrkcrft/ai": "^0.1.0-alpha.10",
77
+ "@shrkcrft/shared": "^0.1.0-alpha.10",
78
+ "@shrkcrft/mcp-server": "^0.1.0-alpha.10"
68
79
  },
69
80
  "publishConfig": {
70
81
  "access": "public"
@@ -1,11 +0,0 @@
1
- import { type ICommandHandler } from '../command-registry.js';
2
- export declare const pluginRenameCommand: ICommandHandler;
3
- export declare const pluginRemoveCommand: ICommandHandler;
4
- export declare const pluginLifecycleListCommand: ICommandHandler;
5
- export declare const pluginLifecycleInspectCommand: ICommandHandler;
6
- export declare const pluginLifecycleProfilesCommand: ICommandHandler;
7
- export declare const pluginLifecycleProfileCommand: ICommandHandler;
8
- export declare const pluginLifecycleDoctorCommand: ICommandHandler;
9
- export declare const pluginLifecycleCommand: ICommandHandler;
10
- export declare const pluginCommand: ICommandHandler;
11
- //# sourceMappingURL=plugin.command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.command.d.ts","sourceRoot":"","sources":["../../src/commands/plugin.command.ts"],"names":[],"mappings":"AA+BA,OAAO,EAIL,KAAK,eAAe,EAErB,MAAM,wBAAwB,CAAC;AA2BhC,eAAO,MAAM,mBAAmB,EAAE,eAmEjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAkEjC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,eAwBxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,eAsC3C,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,eA4B5C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,eAkD3C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,eA0C1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAepC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAc3B,CAAC"}