## Summary - **End-of-cycle prompting:** After closing a leaf node and pushing, the agent should prompt the user to review and suggest ending the session rather than rushing into the next leaf - **Reset rigor:** Reinforced that errors during impl should trigger a branch reset + plan update (not fix-forward). Documented the `git log --oneline --not main` → `git reset --hard` → `git cherry-pick` pattern with clear threshold guidance - **`--resume` shows PR number:** Queries the Forgejo API for open PRs matching the branch, displays number/title/URL and a hint to run `pr-comments` - **`--resume` checks git stash:** Shows stash entries as a non-presumptive hint — informs without assuming they apply ## Test plan - [ ] `mise run docs-mikado --resume` runs without errors (no active chains case) - [ ] On a mikado branch with an open PR, verify PR info is shown - [ ] With stashed work, verify stash entries are displayed - [ ] Review agent-change-process.md for clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/261
166 B
166 B
Improved Mikado C2 process: end-of-cycle session prompts, rigorous reset discipline with documented git patterns, and --resume now shows PR number and stash hints.