Files
storkit/.story_kit/problems.md
Dave 15645a2a3e Bump version to 0.3.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 11:31:19 +00:00

594 B

Problems

Recurring issues observed during pipeline operation. Review periodically and create stories for systemic problems.

2026-03-18: Agent committed directly to master instead of worktree

Commit 5f4591f ("fix: update should_commit_stage test to match 5_done") was made directly on master by an agent (likely mergemaster). Agents should only commit to their feature branch or merge-queue branch, never to master directly. The commit content was correct but the target branch was wrong. Suspect the agent ran git commit in the project root instead of the merge worktree directory.