lean-spec 0.2.7-dev.20251128020042 → 0.2.8

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/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { agentCommand, analyzeCommand, archiveCommand, boardCommand, checkCommand, compactCommand, createCommand, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, viewCommand } from './chunk-JMVYXJV4.js';
1
+ import { agentCommand, analyzeCommand, archiveCommand, boardCommand, checkCommand, compactCommand, createCommand, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, viewCommand } from './chunk-EBSQ7FUR.js';
2
2
  import { backfillCommand } from './chunk-A6JDTXPV.js';
3
3
  import { validateCommand } from './chunk-FUIUCGUV.js';
4
4
  import './chunk-LXOJW2FE.js';
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- export { createMcpServer } from './chunk-JMVYXJV4.js';
2
+ export { createMcpServer } from './chunk-EBSQ7FUR.js';
3
3
  import './chunk-A6JDTXPV.js';
4
4
  import './chunk-FUIUCGUV.js';
5
5
  import './chunk-LXOJW2FE.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean-spec",
3
- "version": "0.2.7-dev.20251128020042",
3
+ "version": "0.2.8",
4
4
  "description": "Specification-driven development made simple",
5
5
  "type": "module",
6
6
  "bin": {
@@ -67,7 +67,7 @@
67
67
  "zod": "^3.25.76"
68
68
  },
69
69
  "devDependencies": {
70
- "@leanspec/core": "workspace:*",
70
+ "@leanspec/core": "^0.2.8",
71
71
  "@types/js-yaml": "^4.0.9",
72
72
  "@types/marked-terminal": "^6.1.1",
73
73
  "@types/node": "^20.10.0",
@@ -1,6 +1,6 @@
1
1
  # API Refactor Demo
2
2
 
3
- > **Tutorial**: [Refactoring with Specs](https://leanspec.dev/docs/tutorials/refactoring-specs)
3
+ > **Tutorial**: [Refactoring with Specs](https://lean-spec.dev/docs/tutorials/refactoring-specs)
4
4
 
5
5
  ## Scenario
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Dark Theme Demo
2
2
 
3
- > **Tutorial**: [Adding Dark Theme Support](https://leanspec.dev/docs/tutorials/adding-dark-theme)
3
+ > **Tutorial**: [Adding Dark Theme Support](https://lean-spec.dev/docs/tutorials/adding-dark-theme)
4
4
 
5
5
  ## Scenario
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Dashboard Widgets Demo
2
2
 
3
- > **Tutorial**: [Managing Multiple Features](https://leanspec.dev/docs/tutorials/multiple-features)
3
+ > **Tutorial**: [Managing Multiple Features](https://lean-spec.dev/docs/tutorials/multiple-features)
4
4
 
5
5
  ## Scenario
6
6