@lssm/app.cli-contractspec 0.0.0-canary-20251221164004 → 0.0.0-canary-20251221165922
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 +9 -9
- package/dist/ai/agents/claude-code-agent.d.ts +21 -0
- package/dist/ai/agents/cursor-agent.d.ts +67 -0
- package/dist/ai/agents/index.d.ts +10 -0
- package/dist/ai/agents/openai-codex-agent.d.ts +21 -0
- package/dist/ai/agents/orchestrator.d.ts +49 -0
- package/dist/ai/agents/simple-agent.d.ts +16 -0
- package/dist/ai/agents/types.d.ts +33 -0
- package/dist/ai/client.d.ts +78 -0
- package/dist/ai/prompts/code-generation.d.ts +21 -0
- package/dist/ai/prompts/spec-creation.d.ts +22 -0
- package/dist/ai/providers.d.ts +18 -0
- package/dist/cli.d.ts +3 -0
- package/dist/commands/build/agent-generation.d.ts +23 -0
- package/dist/commands/build/build-command.d.ts +4 -0
- package/dist/commands/build/build-data-view.d.ts +4 -0
- package/dist/commands/build/build-form.d.ts +5 -0
- package/dist/commands/build/build-operation.d.ts +5 -0
- package/dist/commands/build/build-presentation.d.ts +5 -0
- package/dist/commands/build/build-workflow.d.ts +4 -0
- package/dist/commands/build/data-view-renderer-template.d.ts +7 -0
- package/dist/commands/build/index.d.ts +10 -0
- package/dist/commands/build/index.test.d.ts +2 -0
- package/dist/commands/build/naming.d.ts +3 -0
- package/dist/commands/build/paths.d.ts +19 -0
- package/dist/commands/build/spec-detect.d.ts +9 -0
- package/dist/commands/build/types.d.ts +11 -0
- package/dist/commands/chat/index.d.ts +11 -0
- package/dist/commands/ci/index.d.ts +9 -0
- package/dist/commands/clean/index.d.ts +3 -0
- package/dist/commands/create/ai-assist.d.ts +15 -0
- package/dist/commands/create/create-app-config.d.ts +4 -0
- package/dist/commands/create/create-command.d.ts +4 -0
- package/dist/commands/create/create-data-view.d.ts +4 -0
- package/dist/commands/create/create-event.d.ts +4 -0
- package/dist/commands/create/create-experiment.d.ts +4 -0
- package/dist/commands/create/create-integration.d.ts +4 -0
- package/dist/commands/create/create-knowledge.d.ts +4 -0
- package/dist/commands/create/create-migration.d.ts +4 -0
- package/dist/commands/create/create-operation.d.ts +4 -0
- package/dist/commands/create/create-presentation.d.ts +4 -0
- package/dist/commands/create/create-telemetry.d.ts +4 -0
- package/dist/commands/create/create-workflow.d.ts +4 -0
- package/dist/commands/create/index.d.ts +3 -0
- package/dist/commands/create/types.d.ts +9 -0
- package/dist/commands/create/wizards/app-config.d.ts +3 -0
- package/dist/commands/create/wizards/data-view.d.ts +3 -0
- package/dist/commands/create/wizards/event.d.ts +6 -0
- package/dist/commands/create/wizards/experiment.d.ts +3 -0
- package/dist/commands/create/wizards/integration.d.ts +3 -0
- package/dist/commands/create/wizards/knowledge.d.ts +3 -0
- package/dist/commands/create/wizards/migration.d.ts +3 -0
- package/dist/commands/create/wizards/operation.d.ts +6 -0
- package/dist/commands/create/wizards/presentation.d.ts +6 -0
- package/dist/commands/create/wizards/telemetry.d.ts +3 -0
- package/dist/commands/create/wizards/workflow.d.ts +3 -0
- package/dist/commands/create/write-spec-file.d.ts +13 -0
- package/dist/commands/deps/graph.d.ts +15 -0
- package/dist/commands/deps/graph.test.d.ts +2 -0
- package/dist/commands/deps/index.d.ts +3 -0
- package/dist/commands/deps/parse-imports.d.ts +2 -0
- package/dist/commands/diff/index.d.ts +3 -0
- package/dist/commands/diff/semantic.d.ts +5 -0
- package/dist/commands/diff/semantic.test.d.ts +2 -0
- package/dist/commands/diff/text.d.ts +3 -0
- package/dist/commands/diff/types.d.ts +12 -0
- package/dist/commands/doctor/index.d.ts +9 -0
- package/dist/commands/examples/index.d.ts +3 -0
- package/dist/commands/impl/index.d.ts +16 -0
- package/dist/commands/impl/link.d.ts +11 -0
- package/dist/commands/impl/list.d.ts +11 -0
- package/dist/commands/impl/status.d.ts +11 -0
- package/dist/commands/impl/types.d.ts +42 -0
- package/dist/commands/impl/verify.d.ts +11 -0
- package/dist/commands/init/index.d.ts +11 -0
- package/dist/commands/integrity/index.d.ts +32 -0
- package/dist/commands/list/index.d.ts +3 -0
- package/dist/commands/llm/copy.d.ts +8 -0
- package/dist/commands/llm/export.d.ts +8 -0
- package/dist/commands/llm/guide.d.ts +8 -0
- package/dist/commands/llm/index.d.ts +12 -0
- package/dist/commands/llm/verify.d.ts +8 -0
- package/dist/commands/openapi/export.d.ts +6 -0
- package/dist/commands/openapi/import.d.ts +6 -0
- package/dist/commands/openapi/index.d.ts +6 -0
- package/dist/commands/openapi/sync.d.ts +6 -0
- package/dist/commands/openapi/validate.d.ts +6 -0
- package/dist/commands/quickstart/index.d.ts +9 -0
- package/dist/commands/regenerator/index.d.ts +12 -0
- package/dist/commands/registry/add.d.ts +3 -0
- package/dist/commands/registry/client.d.ts +10 -0
- package/dist/commands/registry/index.d.ts +3 -0
- package/dist/commands/registry/list.d.ts +3 -0
- package/dist/commands/registry/search.d.ts +3 -0
- package/dist/commands/sync/index.d.ts +3 -0
- package/dist/commands/test/generate.d.ts +13 -0
- package/dist/commands/test/index.d.ts +8 -0
- package/dist/commands/validate/index.d.ts +31 -0
- package/dist/commands/validate/spec-checker.d.ts +13 -0
- package/dist/commands/validate/spec-checker.test.d.ts +2 -0
- package/dist/commands/watch/index.d.ts +3 -0
- package/dist/commands/workspace/index.d.ts +12 -0
- package/dist/index.d.ts +2 -0
- package/dist/templates/app-config.template.d.ts +3 -0
- package/dist/templates/data-view.template.d.ts +3 -0
- package/dist/templates/event.template.d.ts +6 -0
- package/dist/templates/experiment.template.d.ts +3 -0
- package/dist/templates/handler.template.d.ts +13 -0
- package/dist/templates/integration.template.d.ts +3 -0
- package/dist/templates/knowledge.template.d.ts +3 -0
- package/dist/templates/migration.template.d.ts +3 -0
- package/dist/templates/operation.template.d.ts +6 -0
- package/dist/templates/operation.template.test.d.ts +2 -0
- package/dist/templates/presentation.template.d.ts +6 -0
- package/dist/templates/telemetry.template.d.ts +3 -0
- package/dist/templates/workflow-runner.template.d.ts +9 -0
- package/dist/templates/workflow.template.d.ts +3 -0
- package/dist/types.d.ts +351 -0
- package/dist/utils/config-writer.d.ts +25 -0
- package/dist/utils/config.d.ts +54 -0
- package/dist/utils/dynamicImport.d.ts +2 -0
- package/dist/utils/errors.d.ts +2 -0
- package/dist/utils/fs.d.ts +18 -0
- package/dist/utils/module-loader.d.ts +2 -0
- package/dist/utils/runtime.d.ts +31 -0
- package/dist/utils/spec-files.d.ts +5 -0
- package/dist/utils/spec-load.d.ts +4 -0
- package/dist/utils/spec-scan.d.ts +23 -0
- package/dist/utils/spec-scan.test.d.ts +2 -0
- package/dist/utils/validation.d.ts +32 -0
- package/dist/utils/validation.test.d.ts +2 -0
- package/package.json +20 -15
- package/dist/cli.js +0 -7521
package/package.json
CHANGED
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/app.cli-contractspec",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251221165922",
|
|
4
4
|
"description": "CLI tool for creating, building, and validating contract specifications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"exports": {
|
|
9
|
+
"./run": {
|
|
10
|
+
"bun": "./dist/cli.bun.js",
|
|
11
|
+
"node": "./dist/cli.node.js",
|
|
12
|
+
"default": "./dist/cli.node.js"
|
|
13
|
+
}
|
|
10
14
|
},
|
|
11
15
|
"scripts": {
|
|
12
16
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
13
17
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
14
|
-
"build
|
|
15
|
-
"build": "bun build ./src/cli.ts --
|
|
18
|
+
"build": "bun run build:bun && bun run build:types",
|
|
19
|
+
"build:bun": "bun build ./src/cli.ts --outfile ./dist/cli.bun.js --target bun --minify --sourcemap",
|
|
20
|
+
"build:node": "bun build ./src/cli.ts --outfile ./dist/cli.node.js --target bun --minify --sourcemap",
|
|
16
21
|
"build:all": "bun run build:bun && bun run build:node && bun run build:types",
|
|
17
22
|
"build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
|
|
18
23
|
"dev": "bun build ./src/cli.ts --outfile ./dist/cli.js --target node --watch",
|
|
@@ -29,14 +34,14 @@
|
|
|
29
34
|
"@ai-sdk/mistral": "beta",
|
|
30
35
|
"@ai-sdk/openai": "beta",
|
|
31
36
|
"ollama-ai-provider": "^1.2.0",
|
|
32
|
-
"@lssm/bundle.contractspec-workspace": "0.0.0-canary-
|
|
33
|
-
"@lssm/lib.ai-providers": "0.0.0-canary-
|
|
34
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
35
|
-
"@lssm/lib.contracts-transformers": "0.0.0-canary-
|
|
36
|
-
"@lssm/lib.testing": "0.0.0-canary-
|
|
37
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
38
|
-
"@lssm/module.ai-chat": "0.0.0-canary-
|
|
39
|
-
"@lssm/module.contractspec-examples": "0.0.0-canary-
|
|
37
|
+
"@lssm/bundle.contractspec-workspace": "0.0.0-canary-20251221165922",
|
|
38
|
+
"@lssm/lib.ai-providers": "0.0.0-canary-20251221165922",
|
|
39
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251221165922",
|
|
40
|
+
"@lssm/lib.contracts-transformers": "0.0.0-canary-20251221165922",
|
|
41
|
+
"@lssm/lib.testing": "0.0.0-canary-20251221165922",
|
|
42
|
+
"@lssm/lib.schema": "0.0.0-canary-20251221165922",
|
|
43
|
+
"@lssm/module.ai-chat": "0.0.0-canary-20251221165922",
|
|
44
|
+
"@lssm/module.contractspec-examples": "0.0.0-canary-20251221165922",
|
|
40
45
|
"glob": "^13.0.0",
|
|
41
46
|
"commander": "^14.0.2",
|
|
42
47
|
"@inquirer/prompts": "^8.1.0",
|
|
@@ -46,8 +51,8 @@
|
|
|
46
51
|
"zod": "^4.1.13"
|
|
47
52
|
},
|
|
48
53
|
"devDependencies": {
|
|
49
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
50
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
54
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
|
|
55
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251221165922",
|
|
51
56
|
"@types/node": "^22.10.2",
|
|
52
57
|
"rimraf": "^6.1.2",
|
|
53
58
|
"eslint": "^9.39.2"
|