docs: v2.1 soak triage (2026-05-15)#11
Open
LanderXT wants to merge 1 commit into
Open
Conversation
Two-week soak review of v2.1.0. Summarises 50 post-ship commits across v2.2–v2.5 and portable transport, friction signals from live dogfooding (export evidence loss, silent workspace fork, memory leaks, doc drift), and open items (PR #10, missing release tags). https://claude.ai/code/session_01SPtzM4oevrtxB7GoBz9uVT
LanderXT
added a commit
that referenced
this pull request
May 19, 2026
Adds a workspace rule requiring every code-touching task.close to reference its git commit via a `<plan.code>/T<local_seq>: ...` subject prefix and a `commit: <sha>` line in outcome_summary. Surfaces the operational pattern as Section 7 "Commit linkage" in SKILL.md (renumbers Error Codes → 8, Agent Handoff → 9) and updates the Task Lifecycle example to demonstrate commit-then-close. Motivation: prior plans (#11–#13) closed tasks without committing, leaving the ipman task state and git history out of sync. The new policy makes the link explicit; the existing local_seq + plan.code infrastructure (migrations 0016/0017) supplies the marker components.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full triage doc:
docs/reviews/v2.1-soak-2026-05-15.mdSummary
The soak window was extremely active — the project shipped four major follow-on versions (v2.2–v2.5) plus encrypted portable transport in 7 days. Multiple real dogfooding bugs were found and fixed (export evidence loss, silent workspace fork, memory leaks, doc drift). One PR (#10: init gitignore protection) remains open. No git release tags exist after v2.1.0.
Generated by Claude Code