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.
@@ -5,7 +5,8 @@
5
5
  "template": "minimal",
6
6
  "specsDir": "specs",
7
7
  "structure": {
8
- "pattern": "{date}/{seq}-{name}/",
8
+ "pattern": "flat",
9
+ "prefix": "",
9
10
  "dateFormat": "YYYYMMDD",
10
11
  "sequenceDigits": 3,
11
12
  "defaultFile": "README.md"
@@ -1,11 +1,11 @@
1
1
  ---
2
2
  status: planned
3
- created: {date}
3
+ created: '{date}'
4
4
  ---
5
5
 
6
6
  # {name}
7
7
 
8
- > **Status**: 📅 Planned · **Created**: {date}
8
+ > **Status**: {status} · **Created**: {date}
9
9
 
10
10
  ## Goal
11
11
 
@@ -5,7 +5,8 @@
5
5
  "template": "standard",
6
6
  "specsDir": "specs",
7
7
  "structure": {
8
- "pattern": "{date}/{seq}-{name}/",
8
+ "pattern": "flat",
9
+ "prefix": "",
9
10
  "dateFormat": "YYYYMMDD",
10
11
  "sequenceDigits": 3,
11
12
  "defaultFile": "README.md"
@@ -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**: 📅 Planned · **Priority**: Medium · **Created**: {date}
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