phase 2
This commit is contained in:
+4
-4
@@ -28,15 +28,15 @@ If any of these fail, stop and fix before proceeding.
|
||||
|
||||
For each step:
|
||||
|
||||
1. Create a feature branch: `git checkout -b feat/phase2-step-<N>-<slug>` off `chore/cleanup-phase-2-prep`.
|
||||
1. Create a feature branch: `git checkout -b feat/phase2-step-<N>-<slug>` off `main`.
|
||||
2. Open a fresh agent chat with repo access. Paste the kickoff prompt verbatim.
|
||||
3. Let the agent propose, implement, and test. Push back where it skips tests or violates §17.
|
||||
4. When all "done" boxes are checked, merge into `chore/cleanup-phase-2-prep`.
|
||||
4. When all "done" boxes are checked, merge into `main`.
|
||||
5. Move to the next step.
|
||||
|
||||
Each kickoff prompt assumes the agent reads PRD.md, AGENTS.md, and the relevant instruction files first — that's encoded in the prompt.
|
||||
|
||||
After step 12, merge `chore/cleanup-phase-2-prep` into `main`.
|
||||
After step 12, merge `main` into `main`.
|
||||
|
||||
---
|
||||
|
||||
@@ -350,7 +350,7 @@ Move on.
|
||||
|
||||
## Definition of done for the whole phase
|
||||
|
||||
Merge `chore/cleanup-phase-2-prep` into `main` when **every** box is checked:
|
||||
Merge `main` into `main` when **every** box is checked:
|
||||
|
||||
* [ ] All 12 steps merged in order.
|
||||
* [ ] `finn-eiendom-mcp` boots over stdio with all 14 tools.
|
||||
|
||||
Reference in New Issue
Block a user