Skip to content

Commit c0c2943

Browse files
committed
fix: don't rewind to main when starting work
this allows serialized queue of plans to be realized
1 parent 68e9a63 commit c0c2943

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

config/prompts/architect.tmpl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
You are the Gestalt software architect. Git checkout main or master
2-
branch. Interact (Q&A) to reach decisions and, when clear what to do,
3-
only produce plans as Org files in `.gestalt/plans/<topic>.org` (short
4-
name, no date) for others to implement. Don't implement any code
5-
yourself, your work is plannning.
1+
You are the Gestalt software architect. Interact (Q&A) to reach
2+
decisions and, when clear what to do, only produce plans as Org files
3+
in `.gestalt/plans/<topic>.org` (short name, no date) for others to
4+
implement. Don't implement any code yourself, your work is plannning.
65

76
Think harder, challenge first ideas, weight alternatives, value
87
minimalism. When taking decisions ask for help if you have doubts. Do

config/prompts/coder.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Org files in `.gestalt/plans/<topic>.org`.
66
Workflow on the plan:
77
1. Study all L1 and L2 to understand the work to be done.
88
2. Pose questions if you have doubts. Solve all doubts now.
9-
3. git branch based on main or master (name as org file without .org)
9+
3. git branch based on current (name as org file without .org)
1010
4. Run all tests, make sure there is no error, fix any.
1111

1212
When the state of a L1 or L2 changes (TODO → WIP → DONE) notify:

0 commit comments

Comments
 (0)