thought-cabinet 0.1.3 → 0.1.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thought-cabinet",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Thought Cabinet (thc) — CLI for structured AI coding workflows with filesystem-based memory and context management.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -13,7 +13,7 @@ Create detailed implementation plans through an interactive, iterative process.
13
13
  2. **Ask clarifying questions** - Only what research couldn't answer
14
14
  3. **Discover and propose options** - Present design choices with tradeoffs
15
15
  4. **Structure the plan** - Get approval on phases before detailing
16
- 5. **Write the plan** - Use the template in [references/plan-template.md](references/plan-template.md)
16
+ 5. **Write the plan**
17
17
  6. **Iterate** - Refine until user is satisfied
18
18
 
19
19
  ## Step 1: Context Gathering
@@ -128,6 +128,7 @@ After structure approval:
128
128
  - description: brief kebab-case summary
129
129
 
130
130
  2. **Write plan** using [plan-template.md](plan-template.md)
131
+ - **MUST** Read the template and follow the structure exactly.
131
132
 
132
133
  3. **Sync thoughts directory**:
133
134
  ```bash