lean-spec 0.1.0 → 0.1.2
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/CHANGELOG.md +73 -1
- package/README.md +313 -213
- package/dist/chunk-OXTU3PN4.js +5429 -0
- package/dist/chunk-OXTU3PN4.js.map +1 -0
- package/dist/chunk-S4YNQ5KE.js +306 -0
- package/dist/chunk-S4YNQ5KE.js.map +1 -0
- package/dist/cli.js +186 -1908
- package/dist/cli.js.map +1 -1
- package/dist/frontmatter-26SOQGYM.js +23 -0
- package/dist/frontmatter-26SOQGYM.js.map +1 -0
- package/dist/mcp-server.js +9 -0
- package/dist/mcp-server.js.map +1 -0
- package/package.json +23 -9
- package/templates/enterprise/config.json +2 -1
- package/templates/enterprise/spec-template.md +8 -3
- package/templates/minimal/config.json +2 -1
- package/templates/minimal/spec-template.md +2 -2
- package/templates/standard/config.json +2 -1
- package/templates/standard/spec-template.md +9 -2
- /package/bin/{lspec.js → lean-spec.js} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
status: planned
|
|
3
|
-
created: {date}
|
|
3
|
+
created: '{date}'
|
|
4
4
|
tags: []
|
|
5
5
|
priority: medium
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# {name}
|
|
9
9
|
|
|
10
|
-
> **Status**:
|
|
10
|
+
> **Status**: {status} · **Priority**: {priority} · **Created**: {date}
|
|
11
11
|
|
|
12
12
|
## Overview
|
|
13
13
|
|
|
@@ -19,6 +19,13 @@ priority: medium
|
|
|
19
19
|
|
|
20
20
|
## Plan
|
|
21
21
|
|
|
22
|
+
<!-- Break down implementation into steps -->
|
|
23
|
+
|
|
24
|
+
<!-- 💡 TIP: If your plan has >6 phases or this spec approaches
|
|
25
|
+
400 lines, consider using sub-spec files:
|
|
26
|
+
- IMPLEMENTATION.md for detailed implementation
|
|
27
|
+
- See spec 012-sub-spec-files for guidance on splitting -->
|
|
28
|
+
|
|
22
29
|
- [ ] Task 1
|
|
23
30
|
- [ ] Task 2
|
|
24
31
|
- [ ] Task 3
|
|
File without changes
|