@opellen/scaff 0.1.12 → 0.1.13
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/package.json
CHANGED
|
@@ -33,10 +33,10 @@ Execute when any of:
|
|
|
33
33
|
## Documentation Timing
|
|
34
34
|
|
|
35
35
|
- (implementation plan crystallizes — files, design decisions, execution order) => suggest `/scaff:design init`
|
|
36
|
-
- (design changes during implementation) => suggest `/scaff:design sync`
|
|
37
|
-
- (project context changes — principles, resources, processes) => suggest `/scaff:context sync`
|
|
36
|
+
- (design changes during implementation) => suggest `/scaff:design sync` if `$DocsDir/DESIGN.md` exists, else `/scaff:design init`
|
|
37
|
+
- (project context changes — principles, resources, processes) => suggest `/scaff:context sync` if `$DocsDir/CONTEXT.md` exists, else `/scaff:context init`
|
|
38
38
|
- (multiple GOALs need a higher-level plan) => suggest `/scaff:roadmap init`
|
|
39
|
-
- (new milestone identified) => suggest `/scaff:roadmap add`
|
|
39
|
+
- (new milestone identified) => suggest `/scaff:roadmap add` if `$DocsDir/ROADMAP.md` exists, else `/scaff:roadmap init`
|
|
40
40
|
- (DESIGN.md step completed) => suggest `/scaff:design sync`
|
|
41
41
|
- (multiple design decisions or context changes accumulated but not yet documented) => suggest `/scaff:recap`
|
|
42
42
|
|