@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.
- package/README.md +1 -1
- package/dist/commands/api-diff.command.d.ts +11 -0
- package/dist/commands/api-diff.command.d.ts.map +1 -0
- package/dist/commands/api-diff.command.js +116 -0
- package/dist/commands/arch.command.d.ts +9 -0
- package/dist/commands/arch.command.d.ts.map +1 -0
- package/dist/commands/arch.command.js +186 -0
- package/dist/commands/boundaries.command.d.ts.map +1 -1
- package/dist/commands/boundaries.command.js +0 -12
- package/dist/commands/check.command.d.ts.map +1 -1
- package/dist/commands/check.command.js +20 -30
- package/dist/commands/code-intel.command.d.ts +18 -0
- package/dist/commands/code-intel.command.d.ts.map +1 -0
- package/dist/commands/code-intel.command.js +146 -0
- package/dist/commands/command-catalog.d.ts +7 -3
- package/dist/commands/command-catalog.d.ts.map +1 -1
- package/dist/commands/command-catalog.js +201 -47
- package/dist/commands/commands.command.d.ts.map +1 -1
- package/dist/commands/commands.command.js +4 -4
- package/dist/commands/completion.command.d.ts +10 -0
- package/dist/commands/completion.command.d.ts.map +1 -0
- package/dist/commands/completion.command.js +121 -0
- package/dist/commands/constructs.command.d.ts.map +1 -1
- package/dist/commands/constructs.command.js +5 -22
- package/dist/commands/context.command.d.ts.map +1 -1
- package/dist/commands/context.command.js +89 -0
- package/dist/commands/diff-check.command.d.ts +30 -0
- package/dist/commands/diff-check.command.d.ts.map +1 -0
- package/dist/commands/diff-check.command.js +210 -0
- package/dist/commands/doctor.command.d.ts.map +1 -1
- package/dist/commands/doctor.command.js +42 -9
- package/dist/commands/export.command.d.ts.map +1 -1
- package/dist/commands/export.command.js +76 -3
- package/dist/commands/framework.command.d.ts +12 -0
- package/dist/commands/framework.command.d.ts.map +1 -0
- package/dist/commands/framework.command.js +180 -0
- package/dist/commands/gate.command.d.ts +15 -0
- package/dist/commands/gate.command.d.ts.map +1 -0
- package/dist/commands/gate.command.js +296 -0
- package/dist/commands/graph-code-subverbs.d.ts +11 -0
- package/dist/commands/graph-code-subverbs.d.ts.map +1 -0
- package/dist/commands/graph-code-subverbs.js +818 -0
- package/dist/commands/graph.command.d.ts.map +1 -1
- package/dist/commands/graph.command.js +22 -0
- package/dist/commands/help.command.d.ts +4 -3
- package/dist/commands/help.command.d.ts.map +1 -1
- package/dist/commands/help.command.js +77 -21
- package/dist/commands/helper.command.js +1 -1
- package/dist/commands/impact.command.d.ts.map +1 -1
- package/dist/commands/impact.command.js +170 -1
- package/dist/commands/import.command.d.ts.map +1 -1
- package/dist/commands/import.command.js +121 -5
- package/dist/commands/init.command.d.ts.map +1 -1
- package/dist/commands/init.command.js +184 -16
- package/dist/commands/mcp.command.d.ts.map +1 -1
- package/dist/commands/mcp.command.js +2 -131
- package/dist/commands/migrate.command.d.ts +13 -0
- package/dist/commands/migrate.command.d.ts.map +1 -0
- package/dist/commands/migrate.command.js +152 -0
- package/dist/commands/onboard.command.d.ts.map +1 -1
- package/dist/commands/onboard.command.js +3 -15
- package/dist/commands/packs-new.d.ts +1 -1
- package/dist/commands/packs-new.d.ts.map +1 -1
- package/dist/commands/packs-new.js +5 -36
- package/dist/commands/packs.command.d.ts.map +1 -1
- package/dist/commands/packs.command.js +3 -17
- package/dist/commands/plan-context.command.d.ts +11 -0
- package/dist/commands/plan-context.command.d.ts.map +1 -0
- package/dist/commands/plan-context.command.js +77 -0
- package/dist/commands/profiles.command.js +4 -4
- package/dist/commands/release.command.js +13 -13
- package/dist/commands/review.command.d.ts.map +1 -1
- package/dist/commands/review.command.js +2 -28
- package/dist/commands/rule-graph-subverbs.d.ts +3 -0
- package/dist/commands/rule-graph-subverbs.d.ts.map +1 -0
- package/dist/commands/rule-graph-subverbs.js +132 -0
- package/dist/commands/search-structural.command.d.ts +18 -0
- package/dist/commands/search-structural.command.d.ts.map +1 -0
- package/dist/commands/search-structural.command.js +376 -0
- package/dist/commands/search.command.js +1 -1
- package/dist/commands/task-context.command.js +0 -16
- package/dist/commands/task.command.d.ts.map +1 -1
- package/dist/commands/task.command.js +8 -2
- package/dist/dashboard/code-intelligence-data.d.ts +33 -0
- package/dist/dashboard/code-intelligence-data.d.ts.map +1 -0
- package/dist/dashboard/code-intelligence-data.js +307 -0
- package/dist/dashboard/dashboard-api-server.d.ts.map +1 -1
- package/dist/dashboard/dashboard-api-server.js +137 -1
- package/dist/export/claude-commands-export.d.ts +60 -0
- package/dist/export/claude-commands-export.d.ts.map +1 -0
- package/dist/export/claude-commands-export.js +276 -0
- package/dist/export/export-formats.d.ts +1 -1
- package/dist/export/export-formats.d.ts.map +1 -1
- package/dist/export/export-formats.js +139 -12
- package/dist/init/init-templates.d.ts.map +1 -1
- package/dist/init/init-templates.js +133 -113
- package/dist/init/paths-advisory.d.ts +20 -0
- package/dist/init/paths-advisory.d.ts.map +1 -0
- package/dist/init/paths-advisory.js +88 -0
- package/dist/main.d.ts +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +137 -46
- package/dist/output/failure-hints.d.ts +1 -9
- package/dist/output/failure-hints.d.ts.map +1 -1
- package/dist/output/failure-hints.js +2 -8
- package/dist/output/watch-loop.d.ts +9 -1
- package/dist/output/watch-loop.d.ts.map +1 -1
- package/dist/output/watch-loop.js +13 -3
- package/dist/schemas/json-schemas.d.ts +36 -36
- package/dist/schemas/json-schemas.js +36 -36
- package/dist/surface/about.d.ts.map +1 -1
- package/dist/surface/about.js +37 -15
- package/dist/surface/no-args-landing.d.ts.map +1 -1
- package/dist/surface/no-args-landing.js +9 -13
- package/dist/surface/surface-config-writer.d.ts.map +1 -1
- package/dist/surface/surface-config-writer.js +23 -11
- package/package.json +36 -25
- package/dist/commands/plugin.command.d.ts +0 -11
- package/dist/commands/plugin.command.d.ts.map +0 -1
- package/dist/commands/plugin.command.js +0 -394
package/dist/surface/about.js
CHANGED
|
@@ -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}
|
|
11
|
+
return `SharkCraft v${SHARKCRAFT_VERSION}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
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,
|
|
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} —
|
|
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('
|
|
25
|
-
lines.push(' shrk check
|
|
26
|
-
lines.push('
|
|
27
|
-
lines.push(' shrk
|
|
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('
|
|
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;
|
|
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
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
-
//
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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
|
-
//
|
|
130
|
-
|
|
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.
|
|
4
|
-
"description": "SharkCraft CLI (`shrk`):
|
|
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/
|
|
28
|
+
"url": "git+https://github.com/shrkcrft/sharkcraft.git",
|
|
28
29
|
"directory": "packages/cli"
|
|
29
30
|
},
|
|
30
|
-
"homepage": "https://github.com/
|
|
31
|
+
"homepage": "https://github.com/shrkcrft/sharkcraft",
|
|
31
32
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/
|
|
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.
|
|
50
|
-
"@shrkcrft/config": "^0.1.0-alpha.
|
|
51
|
-
"@shrkcrft/workspace": "^0.1.0-alpha.
|
|
52
|
-
"@shrkcrft/knowledge": "^0.1.0-alpha.
|
|
53
|
-
"@shrkcrft/context": "^0.1.0-alpha.
|
|
54
|
-
"@shrkcrft/rules": "^0.1.0-alpha.
|
|
55
|
-
"@shrkcrft/paths": "^0.1.0-alpha.
|
|
56
|
-
"@shrkcrft/templates": "^0.1.0-alpha.
|
|
57
|
-
"@shrkcrft/plugin-api": "^0.1.0-alpha.
|
|
58
|
-
"@shrkcrft/dashboard-api": "^0.1.0-alpha.
|
|
59
|
-
"@shrkcrft/pipelines": "^0.1.0-alpha.
|
|
60
|
-
"@shrkcrft/presets": "^0.1.0-alpha.
|
|
61
|
-
"@shrkcrft/boundaries": "^0.1.0-alpha.
|
|
62
|
-
"@shrkcrft/
|
|
63
|
-
"@shrkcrft/
|
|
64
|
-
"@shrkcrft/
|
|
65
|
-
"@shrkcrft/
|
|
66
|
-
"@shrkcrft/
|
|
67
|
-
"@shrkcrft/
|
|
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"}
|