lean-spec 0.2.6-dev.20251126033915 → 0.2.6-dev.20251126060744
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.
|
@@ -9383,16 +9383,31 @@ For any specs you've worked on:
|
|
|
9383
9383
|
2. Document key decisions or changes in the spec content
|
|
9384
9384
|
3. Link related specs if you discovered connections
|
|
9385
9385
|
|
|
9386
|
+
### Step 4: Validate (Before Completing)
|
|
9387
|
+
Before marking any spec as complete, run validation:
|
|
9388
|
+
\`\`\`
|
|
9389
|
+
validate { "checkDeps": true }
|
|
9390
|
+
\`\`\`
|
|
9391
|
+
|
|
9392
|
+
This checks:
|
|
9393
|
+
- Spec structure and frontmatter
|
|
9394
|
+
- Content/frontmatter dependency alignment
|
|
9395
|
+
- Any referenced specs are properly linked
|
|
9396
|
+
|
|
9397
|
+
Fix any warnings before marking specs complete.
|
|
9398
|
+
|
|
9386
9399
|
### Action Items
|
|
9387
9400
|
Based on the board review:
|
|
9388
9401
|
1. List any specs with stale status
|
|
9389
9402
|
2. Identify work being done without specs
|
|
9390
9403
|
3. Suggest status updates needed
|
|
9404
|
+
4. Fix any dependency alignment warnings
|
|
9391
9405
|
|
|
9392
9406
|
**Remember:**
|
|
9393
9407
|
- Specs track implementation, not documentation
|
|
9394
9408
|
- Update status BEFORE starting work, AFTER completing
|
|
9395
|
-
- Keep specs in sync with actual progress
|
|
9409
|
+
- Keep specs in sync with actual progress
|
|
9410
|
+
- Always validate with \`--check-deps\` before completing`
|
|
9396
9411
|
}
|
|
9397
9412
|
}
|
|
9398
9413
|
]
|
|
@@ -9450,12 +9465,14 @@ Use \`deps\` to verify all links are in place:
|
|
|
9450
9465
|
deps { "spec": "your-spec" }
|
|
9451
9466
|
\`\`\`
|
|
9452
9467
|
|
|
9453
|
-
### Step 5: Validate
|
|
9454
|
-
Run dependency alignment check:
|
|
9468
|
+
### Step 5: Validate (REQUIRED)
|
|
9469
|
+
Run dependency alignment check to ensure content matches frontmatter:
|
|
9455
9470
|
\`\`\`
|
|
9456
9471
|
validate { "specs": ["your-spec"], "checkDeps": true }
|
|
9457
9472
|
\`\`\`
|
|
9458
9473
|
|
|
9474
|
+
\u26A0\uFE0F **Do not consider spec creation complete until validation passes with 0 dependency warnings!**
|
|
9475
|
+
|
|
9459
9476
|
### Common Patterns to Link
|
|
9460
9477
|
|
|
9461
9478
|
| Content Pattern | Link Type |
|
|
@@ -9540,5 +9557,5 @@ if (import.meta.url === `file://${process.argv[1]}`) {
|
|
|
9540
9557
|
}
|
|
9541
9558
|
|
|
9542
9559
|
export { analyzeCommand, archiveCommand, backfillCommand, boardCommand, checkCommand, compactCommand, createCommand, createMcpServer, depsCommand, examplesCommand, filesCommand, ganttCommand, initCommand, linkCommand, listCommand, mcpCommand, migrateCommand, openCommand, searchCommand, splitCommand, statsCommand, templatesCommand, timelineCommand, tokensCommand, uiCommand, unlinkCommand, updateCommand, validateCommand, viewCommand };
|
|
9543
|
-
//# sourceMappingURL=chunk-
|
|
9544
|
-
//# sourceMappingURL=chunk-
|
|
9560
|
+
//# sourceMappingURL=chunk-YPVK4J5Z.js.map
|
|
9561
|
+
//# sourceMappingURL=chunk-YPVK4J5Z.js.map
|