@shrkcrft/cli 0.1.0-alpha.27 → 0.1.0-alpha.29

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 (46) hide show
  1. package/dist/commands/baseline.command.d.ts +8 -0
  2. package/dist/commands/baseline.command.d.ts.map +1 -0
  3. package/dist/commands/baseline.command.js +542 -0
  4. package/dist/commands/changelog-data.d.ts.map +1 -1
  5. package/dist/commands/changelog-data.js +42 -0
  6. package/dist/commands/check.command.d.ts.map +1 -1
  7. package/dist/commands/check.command.js +147 -12
  8. package/dist/commands/command-catalog.d.ts.map +1 -1
  9. package/dist/commands/command-catalog.js +120 -0
  10. package/dist/commands/daily.commands.d.ts.map +1 -1
  11. package/dist/commands/daily.commands.js +11 -1
  12. package/dist/commands/gates.command.d.ts +16 -0
  13. package/dist/commands/gates.command.d.ts.map +1 -0
  14. package/dist/commands/gates.command.js +377 -0
  15. package/dist/commands/generated.command.d.ts +6 -0
  16. package/dist/commands/generated.command.d.ts.map +1 -0
  17. package/dist/commands/generated.command.js +544 -0
  18. package/dist/commands/help.command.d.ts.map +1 -1
  19. package/dist/commands/help.command.js +64 -2
  20. package/dist/commands/ingest.command.d.ts +11 -0
  21. package/dist/commands/ingest.command.d.ts.map +1 -1
  22. package/dist/commands/ingest.command.js +49 -23
  23. package/dist/commands/policy-lint.command.d.ts +37 -0
  24. package/dist/commands/policy-lint.command.d.ts.map +1 -1
  25. package/dist/commands/policy-lint.command.js +167 -8
  26. package/dist/commands/registry.command.d.ts.map +1 -1
  27. package/dist/commands/registry.command.js +70 -13
  28. package/dist/commands/wiring.command.d.ts.map +1 -1
  29. package/dist/commands/wiring.command.js +25 -0
  30. package/dist/exit-codes.d.ts +27 -7
  31. package/dist/exit-codes.d.ts.map +1 -1
  32. package/dist/exit-codes.js +47 -8
  33. package/dist/finish/run-finish.d.ts.map +1 -1
  34. package/dist/finish/run-finish.js +9 -3
  35. package/dist/gates/gate-envelope.d.ts +64 -0
  36. package/dist/gates/gate-envelope.d.ts.map +1 -0
  37. package/dist/gates/gate-envelope.js +26 -0
  38. package/dist/gates/gate-rule-view.d.ts +35 -0
  39. package/dist/gates/gate-rule-view.d.ts.map +1 -0
  40. package/dist/gates/gate-rule-view.js +81 -0
  41. package/dist/gates/rule-coverage.d.ts +53 -0
  42. package/dist/gates/rule-coverage.d.ts.map +1 -0
  43. package/dist/gates/rule-coverage.js +165 -0
  44. package/dist/main.d.ts.map +1 -1
  45. package/dist/main.js +27 -3
  46. package/package.json +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shrkcrft/cli",
3
- "version": "0.1.0-alpha.27",
3
+ "version": "0.1.0-alpha.29",
4
4
  "description": "SharkCraft CLI (`shrk`): structured project intelligence for AI coding agents.",
5
5
  "license": "MIT",
6
6
  "author": "SharkCraft contributors",
@@ -47,38 +47,38 @@
47
47
  "typecheck": "tsc --noEmit -p tsconfig.json"
48
48
  },
49
49
  "dependencies": {
50
- "@shrkcrft/core": "^0.1.0-alpha.27",
51
- "@shrkcrft/compress": "^0.1.0-alpha.27",
52
- "@shrkcrft/config": "^0.1.0-alpha.27",
53
- "@shrkcrft/workspace": "^0.1.0-alpha.27",
54
- "@shrkcrft/knowledge": "^0.1.0-alpha.27",
55
- "@shrkcrft/context": "^0.1.0-alpha.27",
56
- "@shrkcrft/rules": "^0.1.0-alpha.27",
57
- "@shrkcrft/paths": "^0.1.0-alpha.27",
58
- "@shrkcrft/templates": "^0.1.0-alpha.27",
59
- "@shrkcrft/plugin-api": "^0.1.0-alpha.27",
60
- "@shrkcrft/dashboard": "^0.1.0-alpha.27",
61
- "@shrkcrft/dashboard-api": "^0.1.0-alpha.27",
62
- "@shrkcrft/pipelines": "^0.1.0-alpha.27",
63
- "@shrkcrft/presets": "^0.1.0-alpha.27",
64
- "@shrkcrft/boundaries": "^0.1.0-alpha.27",
65
- "@shrkcrft/graph": "^0.1.0-alpha.27",
66
- "@shrkcrft/rule-graph": "^0.1.0-alpha.27",
67
- "@shrkcrft/structural-search": "^0.1.0-alpha.27",
68
- "@shrkcrft/impact-engine": "^0.1.0-alpha.27",
69
- "@shrkcrft/context-planner": "^0.1.0-alpha.27",
70
- "@shrkcrft/architecture-guard": "^0.1.0-alpha.27",
71
- "@shrkcrft/framework-scanners": "^0.1.0-alpha.27",
72
- "@shrkcrft/api-surface-diff": "^0.1.0-alpha.27",
73
- "@shrkcrft/quality-gates": "^0.1.0-alpha.27",
74
- "@shrkcrft/migrate": "^0.1.0-alpha.27",
75
- "@shrkcrft/generator": "^0.1.0-alpha.27",
76
- "@shrkcrft/importer": "^0.1.0-alpha.27",
77
- "@shrkcrft/inspector": "^0.1.0-alpha.27",
78
- "@shrkcrft/ai": "^0.1.0-alpha.27",
79
- "@shrkcrft/embeddings": "^0.1.0-alpha.27",
80
- "@shrkcrft/shared": "^0.1.0-alpha.27",
81
- "@shrkcrft/mcp-server": "^0.1.0-alpha.27",
50
+ "@shrkcrft/core": "^0.1.0-alpha.29",
51
+ "@shrkcrft/compress": "^0.1.0-alpha.29",
52
+ "@shrkcrft/config": "^0.1.0-alpha.29",
53
+ "@shrkcrft/workspace": "^0.1.0-alpha.29",
54
+ "@shrkcrft/knowledge": "^0.1.0-alpha.29",
55
+ "@shrkcrft/context": "^0.1.0-alpha.29",
56
+ "@shrkcrft/rules": "^0.1.0-alpha.29",
57
+ "@shrkcrft/paths": "^0.1.0-alpha.29",
58
+ "@shrkcrft/templates": "^0.1.0-alpha.29",
59
+ "@shrkcrft/plugin-api": "^0.1.0-alpha.29",
60
+ "@shrkcrft/dashboard": "^0.1.0-alpha.29",
61
+ "@shrkcrft/dashboard-api": "^0.1.0-alpha.29",
62
+ "@shrkcrft/pipelines": "^0.1.0-alpha.29",
63
+ "@shrkcrft/presets": "^0.1.0-alpha.29",
64
+ "@shrkcrft/boundaries": "^0.1.0-alpha.29",
65
+ "@shrkcrft/graph": "^0.1.0-alpha.29",
66
+ "@shrkcrft/rule-graph": "^0.1.0-alpha.29",
67
+ "@shrkcrft/structural-search": "^0.1.0-alpha.29",
68
+ "@shrkcrft/impact-engine": "^0.1.0-alpha.29",
69
+ "@shrkcrft/context-planner": "^0.1.0-alpha.29",
70
+ "@shrkcrft/architecture-guard": "^0.1.0-alpha.29",
71
+ "@shrkcrft/framework-scanners": "^0.1.0-alpha.29",
72
+ "@shrkcrft/api-surface-diff": "^0.1.0-alpha.29",
73
+ "@shrkcrft/quality-gates": "^0.1.0-alpha.29",
74
+ "@shrkcrft/migrate": "^0.1.0-alpha.29",
75
+ "@shrkcrft/generator": "^0.1.0-alpha.29",
76
+ "@shrkcrft/importer": "^0.1.0-alpha.29",
77
+ "@shrkcrft/inspector": "^0.1.0-alpha.29",
78
+ "@shrkcrft/ai": "^0.1.0-alpha.29",
79
+ "@shrkcrft/embeddings": "^0.1.0-alpha.29",
80
+ "@shrkcrft/shared": "^0.1.0-alpha.29",
81
+ "@shrkcrft/mcp-server": "^0.1.0-alpha.29",
82
82
  "@huggingface/transformers": "^3.7.5"
83
83
  },
84
84
  "publishConfig": {