Skip to content

fix: workflow discipline — session recovery, test rules, merge safety#36

Merged
egerev merged 2 commits intomainfrom
fix/workflow-discipline
Mar 24, 2026
Merged

fix: workflow discipline — session recovery, test rules, merge safety#36
egerev merged 2 commits intomainfrom
fix/workflow-discipline

Conversation

@egerev
Copy link
Copy Markdown
Owner

@egerev egerev commented Mar 24, 2026

Summary

  • SKILL.md: Added session recovery check to the startup checklist — git status + stash flow so resumed sessions don't lose uncommitted work
  • phase2-execution.md: Added "Test Execution Discipline" (run tests deterministically, paste output) and "Commit Before Review" (no reviews on uncommitted code) sections
  • phase3-merge.md: Added "Pre-Merge: Exit Worktree" section — ensures cd out of worktree and cleanup happens BEFORE merge, not after
  • superflow-enforcement.md: Added "Test & Process Discipline" rules that survive context compaction

Test plan

  • Verify SKILL.md startup checklist includes session recovery step
  • Verify phase2-execution.md contains Test Execution Discipline and Commit Before Review sections
  • Verify phase3-merge.md contains Pre-Merge: Exit Worktree section
  • Verify superflow-enforcement.md contains Test & Process Discipline rules
  • Confirm no unrelated changes were introduced

🤖 Generated with Claude Code

egerev and others added 2 commits March 24, 2026 16:34
…workflow docs

- SKILL.md: session recovery check in startup checklist (git status + stash flow)
- phase2-execution.md: "Test Execution Discipline" + "Commit Before Review" sections
- phase3-merge.md: "Pre-Merge: Exit Worktree" section, cleanup BEFORE merge not after
- superflow-enforcement.md: "Test & Process Discipline" rules (survives compaction)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…est examples

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@egerev egerev force-pushed the fix/workflow-discipline branch from 57fe469 to 15327ca Compare March 24, 2026 08:34
@egerev egerev merged commit 6393e8f into main Mar 24, 2026
@egerev egerev deleted the fix/workflow-discipline branch March 24, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant