Skip to content

fix: recover claims after explicit pinned base correction - #33

Merged
tabenius merged 2 commits into
mainfrom
agent/native-claim-pinned-base-recovery
Sep 5, 2026
Merged

fix: recover claims after explicit pinned base correction#33
tabenius merged 2 commits into
mainfrom
agent/native-claim-pinned-base-recovery

Conversation

@tabenius

Copy link
Copy Markdown
Owner

Summary\n- allow an expired native claim to recover after an explicit, auditable ChangeSet rebase\n- retain strict task identity, scope, and claim-owner checks\n- reject revision-label changes without a recorded base rebase\n\n## Verification\n- .................... [100%]

20 passed in 0.79s (20 passed)\n- validated 81 tasks across 12 files
topological roots: repo-bootstrap (81 tasks)\n-

xyzzy added 2 commits August 26, 2026 10:46
Resolves the one real conflict: src/weftmark/application/task_claims.py's
_finish() intent-match guard, where main's task-claim-scope-amendment-recovery
fix (subset scope check) and this branch's base-revision-compatibility fix
both touched the same condition. Combined both: _base_revision_is_compatible()
for the base check, task_scopes.issubset(change_set_scopes) for the scope
check (not this branch's original exact-equality, which would have
reintroduced the scope-amendment recovery bug already fixed on main).

Verified: 8/8 tests in tests/application/test_task_claims.py pass together
(both fixes' regression tests), full suite 550/550, validate_tasks.py clean.
@tabenius
tabenius marked this pull request as ready for review September 5, 2026 13:43
@tabenius
tabenius merged commit 9448aa7 into main Sep 5, 2026
4 checks passed
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@tabenius
tabenius deleted the agent/native-claim-pinned-base-recovery branch September 5, 2026 13:43
tabenius pushed a commit that referenced this pull request Sep 5, 2026
Native task and Frog task both closed 2026-09-05 after merging main
(19db3f7, 7-task subagent-driven-development process: per-task reviews,
a final whole-branch review, one fix wave, a scoped re-review, all
clean) and PR #33 (which the closeout depended on for native claim
recovery). 550/550 tests, validate_tasks.py clean.
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