lean-spec 0.2.7-dev.20251127055844 → 0.2.7-dev.20251127073145
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/{chunk-FTKNRIOE.js → chunk-2DAPKDV5.js} +297 -117
- package/dist/chunk-2DAPKDV5.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
- package/templates/detailed/AGENTS.md +0 -19
- package/templates/detailed/README.md +3 -3
- package/templates/standard/AGENTS.md +0 -19
- package/templates/standard/README.md +1 -2
- package/dist/chunk-FTKNRIOE.js.map +0 -1
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-
|
|
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';
|
package/dist/mcp-server.js
CHANGED
package/package.json
CHANGED
|
@@ -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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
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
|
|