From 15645a2a3e591472a205f6fdd0b4faf9aa915415 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 11:31:19 +0000 Subject: [PATCH] Bump version to 0.3.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- .story_kit/problems.md | 7 +++++++ server/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .story_kit/problems.md diff --git a/.story_kit/problems.md b/.story_kit/problems.md new file mode 100644 index 0000000..81c163b --- /dev/null +++ b/.story_kit/problems.md @@ -0,0 +1,7 @@ +# 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. diff --git a/server/Cargo.toml b/server/Cargo.toml index 70baa2a..b7a385f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "story-kit" -version = "0.2.0" +version = "0.3.0" edition = "2024" build = "build.rs"