lean-spec 0.2.7-dev.20251127055844 → 0.2.7-dev.20251127073850

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, backfillCommand, boardCommand, checkCommand, compactCommand, createCommand, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, validateCommand, viewCommand } from './chunk-FTKNRIOE.js';
1
+ import { agentCommand, analyzeCommand, archiveCommand, backfillCommand, boardCommand, checkCommand, compactCommand, createCommand, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, validateCommand, viewCommand } from './chunk-2DAPKDV5.js';
2
2
  import './chunk-LVD7ZAVZ.js';
3
3
  import { Command } from 'commander';
4
4
  import { readFileSync } from 'fs';
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- export { createMcpServer } from './chunk-FTKNRIOE.js';
2
+ export { createMcpServer } from './chunk-2DAPKDV5.js';
3
3
  import './chunk-LVD7ZAVZ.js';
4
4
  //# sourceMappingURL=mcp-server.js.map
5
5
  //# sourceMappingURL=mcp-server.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean-spec",
3
- "version": "0.2.7-dev.20251127055844",
3
+ "version": "0.2.7-dev.20251127073850",
4
4
  "description": "Specification-driven development made simple",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,25 +2,6 @@
2
2
 
3
3
  ## Project: {project_name}
4
4
 
5
- <!-- ═══════════════════════════════════════════════════════════════════════════
6
- 👇 TODO: Fill in your project context below (then delete these comments)
7
- ═══════════════════════════════════════════════════════════════════════════ -->
8
-
9
- ### 📋 Project Context
10
-
11
- **What this project does:**
12
- _TODO: Describe your project in 1-2 sentences_
13
-
14
- **Tech stack:**
15
- _TODO: List main technologies (e.g., Node.js, React, PostgreSQL)_
16
-
17
- **Key objectives:**
18
- _TODO: What are you building toward? (e.g., Launch MVP by Q1)_
19
-
20
- <!-- ═══════════════════════════════════════════════════════════════════════════
21
- 👆 End of TODO section - Delete these comment markers when done
22
- ═══════════════════════════════════════════════════════════════════════════ -->
23
-
24
5
  ## 🚨 CRITICAL: Before ANY Task
25
6
 
26
7
  **STOP and check these first:**
@@ -22,7 +22,7 @@ Keep it lean, but organized. Use sub-specs to manage complexity without overwhel
22
22
 
23
23
  ## Next Steps
24
24
 
25
- 1. Customize AGENTS.md for your project
26
- 2. Create your first spec: `lean-spec create my-feature`
27
- 3. When a spec grows large, split sections into sub-spec files
25
+ You're ready to go! Ask your AI to create a spec for your next feature.
26
+
27
+ When a spec grows large, consider splitting sections into sub-spec files.
28
28
 
@@ -2,25 +2,6 @@
2
2
 
3
3
  ## Project: {project_name}
4
4
 
5
- <!-- ═══════════════════════════════════════════════════════════════════════════
6
- 👇 TODO: Fill in your project context below (then delete these comments)
7
- ═══════════════════════════════════════════════════════════════════════════ -->
8
-
9
- ### 📋 Project Context
10
-
11
- **What this project does:**
12
- _TODO: Describe your project in 1-2 sentences_
13
-
14
- **Tech stack:**
15
- _TODO: List main technologies (e.g., Node.js, React, PostgreSQL)_
16
-
17
- **Key objectives:**
18
- _TODO: What are you building toward? (e.g., Launch MVP by Q1)_
19
-
20
- <!-- ═══════════════════════════════════════════════════════════════════════════
21
- 👆 End of TODO section - Delete these comment markers when done
22
- ═══════════════════════════════════════════════════════════════════════════ -->
23
-
24
5
  ## 🚨 CRITICAL: Before ANY Task
25
6
 
26
7
  **STOP and check these first:**
@@ -21,6 +21,5 @@ Keep it lean. Write specs for features that need clarity. Skip them for obvious
21
21
 
22
22
  ## Next Steps
23
23
 
24
- 1. Customize AGENTS.md for your project
25
- 2. Create your first spec: `lean-spec create my-feature`
24
+ You're ready to go! Ask your AI to create a spec for your next feature.
26
25