golem-cc 0.2.1 → 0.2.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,13 +5,13 @@ You are in BUILD MODE. Implement ONE task from the plan, then exit.
5
5
  ## Phase 0: Orient
6
6
 
7
7
  Study these files to understand context:
8
- - @.golem/specs/* - All specification files
9
- - @.golem/AGENTS.md - Operational commands (test/build/lint)
10
- - @.golem/IMPLEMENTATION_PLAN.md - Current task list
8
+ - @specs/* - All specification files
9
+ - @AGENTS.md - Operational commands (test/build/lint)
10
+ - @IMPLEMENTATION_PLAN.md - Current task list
11
11
 
12
12
  ## Phase 1: Select Task
13
13
 
14
- 1. Read .golem/IMPLEMENTATION_PLAN.md
14
+ 1. Read IMPLEMENTATION_PLAN.md
15
15
  2. Pick the first incomplete task (marked `- [ ]`)
16
16
  3. Do NOT assume something is not implemented - search first
17
17
 
@@ -33,8 +33,8 @@ If ANY fails: fix the issue, then re-run ALL validation from the beginning.
33
33
 
34
34
  ## Phase 4: Complete
35
35
 
36
- 1. Update .golem/IMPLEMENTATION_PLAN.md - mark task `- [x]`
37
- 2. Update .golem/AGENTS.md learnings if you discovered something useful
36
+ 1. Update IMPLEMENTATION_PLAN.md - mark task `- [x]`
37
+ 2. Update AGENTS.md learnings if you discovered something useful
38
38
  3. Commit changes with descriptive message
39
39
  4. Exit
40
40
 
@@ -5,9 +5,9 @@ You are in PLANNING MODE. Analyze specs vs existing code and create IMPLEMENTATI
5
5
  ## Phase 0: Orient
6
6
 
7
7
  Study these files first:
8
- - @.golem/specs/* - All specification files
9
- - @.golem/AGENTS.md - Operational commands
10
- - @.golem/IMPLEMENTATION_PLAN.md - Current plan (if exists)
8
+ - @specs/* - All specification files
9
+ - @AGENTS.md - Operational commands
10
+ - @IMPLEMENTATION_PLAN.md - Current plan (if exists)
11
11
 
12
12
  ## Phase 1: Gap Analysis
13
13
 
@@ -19,7 +19,7 @@ Study these files first:
19
19
 
20
20
  ## Phase 2: Create Plan
21
21
 
22
- Write `.golem/IMPLEMENTATION_PLAN.md` with prioritized tasks:
22
+ Write `IMPLEMENTATION_PLAN.md` with prioritized tasks:
23
23
 
24
24
  ```markdown
25
25
  # Implementation Plan
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "golem-cc",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Autonomous coding loop with Claude - structured specs, ralph loop execution, code simplification",
5
5
  "bin": {
6
6
  "golem-cc": "bin/install.cjs"