@shrkcrft/cli 0.1.0-alpha.22 → 0.1.0-alpha.23

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 (90) hide show
  1. package/dist/command-registry.d.ts +9 -0
  2. package/dist/command-registry.d.ts.map +1 -1
  3. package/dist/command-registry.js +15 -0
  4. package/dist/commands/ai-status.command.d.ts.map +1 -1
  5. package/dist/commands/ai-status.command.js +10 -0
  6. package/dist/commands/apply.command.d.ts.map +1 -1
  7. package/dist/commands/apply.command.js +9 -2
  8. package/dist/commands/ask.command.d.ts.map +1 -1
  9. package/dist/commands/ask.command.js +2 -1
  10. package/dist/commands/changes.command.d.ts.map +1 -1
  11. package/dist/commands/changes.command.js +14 -4
  12. package/dist/commands/check.command.d.ts.map +1 -1
  13. package/dist/commands/check.command.js +30 -5
  14. package/dist/commands/command-catalog.d.ts.map +1 -1
  15. package/dist/commands/command-catalog.js +200 -0
  16. package/dist/commands/commands.command.d.ts +15 -0
  17. package/dist/commands/commands.command.d.ts.map +1 -1
  18. package/dist/commands/commands.command.js +162 -3
  19. package/dist/commands/compress.command.d.ts.map +1 -1
  20. package/dist/commands/compress.command.js +39 -4
  21. package/dist/commands/context.command.d.ts.map +1 -1
  22. package/dist/commands/context.command.js +3 -1
  23. package/dist/commands/daily.commands.d.ts.map +1 -1
  24. package/dist/commands/daily.commands.js +48 -5
  25. package/dist/commands/diff-check.command.d.ts.map +1 -1
  26. package/dist/commands/diff-check.command.js +6 -2
  27. package/dist/commands/feedback.command.d.ts.map +1 -1
  28. package/dist/commands/feedback.command.js +4 -0
  29. package/dist/commands/framework.command.d.ts.map +1 -1
  30. package/dist/commands/framework.command.js +20 -3
  31. package/dist/commands/gate.command.d.ts.map +1 -1
  32. package/dist/commands/gate.command.js +98 -13
  33. package/dist/commands/graph-code-subverbs.d.ts.map +1 -1
  34. package/dist/commands/graph-code-subverbs.js +183 -68
  35. package/dist/commands/graph.command.d.ts.map +1 -1
  36. package/dist/commands/graph.command.js +6 -0
  37. package/dist/commands/impact.command.d.ts.map +1 -1
  38. package/dist/commands/impact.command.js +91 -1
  39. package/dist/commands/knowledge.command.d.ts.map +1 -1
  40. package/dist/commands/knowledge.command.js +21 -1
  41. package/dist/commands/onboard.command.d.ts.map +1 -1
  42. package/dist/commands/onboard.command.js +11 -2
  43. package/dist/commands/orchestrate.command.d.ts.map +1 -1
  44. package/dist/commands/orchestrate.command.js +6 -1
  45. package/dist/commands/pack-author.command.d.ts.map +1 -1
  46. package/dist/commands/pack-author.command.js +13 -1
  47. package/dist/commands/packs.command.d.ts.map +1 -1
  48. package/dist/commands/packs.command.js +95 -17
  49. package/dist/commands/paths.command.d.ts.map +1 -1
  50. package/dist/commands/paths.command.js +8 -1
  51. package/dist/commands/pipelines.command.d.ts.map +1 -1
  52. package/dist/commands/pipelines.command.js +2 -1
  53. package/dist/commands/plan-context.command.d.ts.map +1 -1
  54. package/dist/commands/plan-context.command.js +6 -3
  55. package/dist/commands/plan-simulate.command.js +1 -1
  56. package/dist/commands/policy-lint.command.d.ts.map +1 -1
  57. package/dist/commands/policy-lint.command.js +20 -7
  58. package/dist/commands/recommend.command.d.ts.map +1 -1
  59. package/dist/commands/recommend.command.js +10 -2
  60. package/dist/commands/registry.command.d.ts.map +1 -1
  61. package/dist/commands/registry.command.js +117 -9
  62. package/dist/commands/report.command.js +1 -1
  63. package/dist/commands/reuse.command.d.ts.map +1 -1
  64. package/dist/commands/reuse.command.js +17 -5
  65. package/dist/commands/review.command.d.ts.map +1 -1
  66. package/dist/commands/review.command.js +20 -2
  67. package/dist/commands/rule-graph-subverbs.d.ts.map +1 -1
  68. package/dist/commands/rule-graph-subverbs.js +31 -4
  69. package/dist/commands/search-structural.command.d.ts.map +1 -1
  70. package/dist/commands/search-structural.command.js +2 -2
  71. package/dist/commands/search.command.d.ts.map +1 -1
  72. package/dist/commands/search.command.js +19 -1
  73. package/dist/commands/simulate.command.d.ts.map +1 -1
  74. package/dist/commands/simulate.command.js +6 -1
  75. package/dist/commands/smart-context.command.d.ts.map +1 -1
  76. package/dist/commands/smart-context.command.js +87 -4
  77. package/dist/commands/spec.command.d.ts.map +1 -1
  78. package/dist/commands/spec.command.js +73 -13
  79. package/dist/commands/task-context.command.d.ts.map +1 -1
  80. package/dist/commands/task-context.command.js +26 -2
  81. package/dist/commands/test.command.d.ts.map +1 -1
  82. package/dist/commands/test.command.js +17 -0
  83. package/dist/commands/trace.command.d.ts.map +1 -1
  84. package/dist/commands/trace.command.js +14 -1
  85. package/dist/main.d.ts.map +1 -1
  86. package/dist/main.js +15 -1
  87. package/dist/status/freshness.d.ts +30 -0
  88. package/dist/status/freshness.d.ts.map +1 -0
  89. package/dist/status/freshness.js +81 -0
  90. 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.22",
3
+ "version": "0.1.0-alpha.23",
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.22",
51
- "@shrkcrft/compress": "^0.1.0-alpha.22",
52
- "@shrkcrft/config": "^0.1.0-alpha.22",
53
- "@shrkcrft/workspace": "^0.1.0-alpha.22",
54
- "@shrkcrft/knowledge": "^0.1.0-alpha.22",
55
- "@shrkcrft/context": "^0.1.0-alpha.22",
56
- "@shrkcrft/rules": "^0.1.0-alpha.22",
57
- "@shrkcrft/paths": "^0.1.0-alpha.22",
58
- "@shrkcrft/templates": "^0.1.0-alpha.22",
59
- "@shrkcrft/plugin-api": "^0.1.0-alpha.22",
60
- "@shrkcrft/dashboard": "^0.1.0-alpha.22",
61
- "@shrkcrft/dashboard-api": "^0.1.0-alpha.22",
62
- "@shrkcrft/pipelines": "^0.1.0-alpha.22",
63
- "@shrkcrft/presets": "^0.1.0-alpha.22",
64
- "@shrkcrft/boundaries": "^0.1.0-alpha.22",
65
- "@shrkcrft/graph": "^0.1.0-alpha.22",
66
- "@shrkcrft/rule-graph": "^0.1.0-alpha.22",
67
- "@shrkcrft/structural-search": "^0.1.0-alpha.22",
68
- "@shrkcrft/impact-engine": "^0.1.0-alpha.22",
69
- "@shrkcrft/context-planner": "^0.1.0-alpha.22",
70
- "@shrkcrft/architecture-guard": "^0.1.0-alpha.22",
71
- "@shrkcrft/framework-scanners": "^0.1.0-alpha.22",
72
- "@shrkcrft/api-surface-diff": "^0.1.0-alpha.22",
73
- "@shrkcrft/quality-gates": "^0.1.0-alpha.22",
74
- "@shrkcrft/migrate": "^0.1.0-alpha.22",
75
- "@shrkcrft/generator": "^0.1.0-alpha.22",
76
- "@shrkcrft/importer": "^0.1.0-alpha.22",
77
- "@shrkcrft/inspector": "^0.1.0-alpha.22",
78
- "@shrkcrft/ai": "^0.1.0-alpha.22",
79
- "@shrkcrft/embeddings": "^0.1.0-alpha.22",
80
- "@shrkcrft/shared": "^0.1.0-alpha.22",
81
- "@shrkcrft/mcp-server": "^0.1.0-alpha.22",
50
+ "@shrkcrft/core": "^0.1.0-alpha.23",
51
+ "@shrkcrft/compress": "^0.1.0-alpha.23",
52
+ "@shrkcrft/config": "^0.1.0-alpha.23",
53
+ "@shrkcrft/workspace": "^0.1.0-alpha.23",
54
+ "@shrkcrft/knowledge": "^0.1.0-alpha.23",
55
+ "@shrkcrft/context": "^0.1.0-alpha.23",
56
+ "@shrkcrft/rules": "^0.1.0-alpha.23",
57
+ "@shrkcrft/paths": "^0.1.0-alpha.23",
58
+ "@shrkcrft/templates": "^0.1.0-alpha.23",
59
+ "@shrkcrft/plugin-api": "^0.1.0-alpha.23",
60
+ "@shrkcrft/dashboard": "^0.1.0-alpha.23",
61
+ "@shrkcrft/dashboard-api": "^0.1.0-alpha.23",
62
+ "@shrkcrft/pipelines": "^0.1.0-alpha.23",
63
+ "@shrkcrft/presets": "^0.1.0-alpha.23",
64
+ "@shrkcrft/boundaries": "^0.1.0-alpha.23",
65
+ "@shrkcrft/graph": "^0.1.0-alpha.23",
66
+ "@shrkcrft/rule-graph": "^0.1.0-alpha.23",
67
+ "@shrkcrft/structural-search": "^0.1.0-alpha.23",
68
+ "@shrkcrft/impact-engine": "^0.1.0-alpha.23",
69
+ "@shrkcrft/context-planner": "^0.1.0-alpha.23",
70
+ "@shrkcrft/architecture-guard": "^0.1.0-alpha.23",
71
+ "@shrkcrft/framework-scanners": "^0.1.0-alpha.23",
72
+ "@shrkcrft/api-surface-diff": "^0.1.0-alpha.23",
73
+ "@shrkcrft/quality-gates": "^0.1.0-alpha.23",
74
+ "@shrkcrft/migrate": "^0.1.0-alpha.23",
75
+ "@shrkcrft/generator": "^0.1.0-alpha.23",
76
+ "@shrkcrft/importer": "^0.1.0-alpha.23",
77
+ "@shrkcrft/inspector": "^0.1.0-alpha.23",
78
+ "@shrkcrft/ai": "^0.1.0-alpha.23",
79
+ "@shrkcrft/embeddings": "^0.1.0-alpha.23",
80
+ "@shrkcrft/shared": "^0.1.0-alpha.23",
81
+ "@shrkcrft/mcp-server": "^0.1.0-alpha.23",
82
82
  "@huggingface/transformers": "^3.7.5"
83
83
  },
84
84
  "publishConfig": {