cc-dev-template 0.1.33 → 0.1.34
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
|
@@ -65,10 +65,6 @@ Create the minimal scaffolding that enables the `/prime` and `/done` workflow. T
|
|
|
65
65
|
## Structure
|
|
66
66
|
- `docs/` - Documentation and status tracking
|
|
67
67
|
- `docs/CURRENT_WORK.md` - What's in progress and up next
|
|
68
|
-
|
|
69
|
-
## Session Workflow
|
|
70
|
-
- `/prime` - Start a session (orientation)
|
|
71
|
-
- `/done` - End a session (sync docs, commit)
|
|
72
68
|
```
|
|
73
69
|
|
|
74
70
|
**If CLAUDE.md exists with content**, leave it alone - the user has already configured it.
|