docs: retain open PR lifecycle handoff

This commit is contained in:
twentyOne2x 2026-07-15 03:39:17 +02:00
parent da84d4703e
commit 333647746f
2 changed files with 12 additions and 8 deletions

View file

@ -142,7 +142,7 @@
}, },
"worktree_lifecycle": { "worktree_lifecycle": {
"contract": "/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/goals/leo-fleet-20260715/WORKTREE_LIFECYCLE.md", "contract": "/Users/user/Documents/Codex/2026-07-09/019f34eb-d297-72d0-b7e2-b222d5515ab9-load/goals/leo-fleet-20260715/WORKTREE_LIFECYCLE.md",
"current_finish_state": "retained_active", "current_finish_state": "retained_unintegrated",
"cleanup_owner": "integration-owner", "cleanup_owner": "integration-owner",
"worker_must_not_remove_or_prune": true "worker_must_not_remove_or_prune": true
}, },
@ -154,14 +154,18 @@
"full_tests": "1297 passed in 106.35s", "full_tests": "1297 passed in 106.35s",
"ruff": "pass", "ruff": "pass",
"diff_check": "pass", "diff_check": "pass",
"standalone_verifier": "pass" "standalone_verifier": "pass",
"pr": "https://github.com/living-ip/teleo-infrastructure/pull/152",
"pr_number": 152,
"pr_state": "open",
"pr_head_commit_before_lifecycle_handoff": "da84d4703eb82ebfd89971796d821250648ff985"
}, },
"parallelism_expected": 1, "parallelism_expected": 0,
"parallelism_actual": 1, "parallelism_actual": 0,
"active_workers": [], "active_workers": [],
"root_owned_running_rows": ["ship owner implementation, runtime execution, integration, commit, push, and PR"], "root_owned_running_rows": [],
"queued_runnable_rows": [], "queued_runnable_rows": [],
"blocked_by_tooling_or_capacity": [], "blocked_by_tooling_or_capacity": [],
"blocked_by_collision_risk": [], "blocked_by_collision_risk": [],
"repair_action": "T2 canary, independent judgment, origin/main merge, and post-merge tests are complete; root owns push, PR creation, live PR readback, and retained_unintegrated lifecycle handoff." "repair_action": "PR 152 is open and mergeable; no repo-owned product repair remains. Keep the worktree retained_unintegrated for CI review and the integration owner's merge decision."
} }

View file

@ -84,7 +84,7 @@ Retained files:
# Delivery and worktree lifecycle # Delivery and worktree lifecycle
- Delivery state before PR creation: `canonical_commits`; PR creation follows the final origin/main integration test. - Delivery state: open PR [#152](https://github.com/living-ip/teleo-infrastructure/pull/152), mergeable at creation.
- Worktree state: `retained_active` until push and PR readback, then `retained_unintegrated` while the PR is open. - Worktree state: `retained_unintegrated` while PR #152 is open.
- Per `WORKTREE_LIFECYCLE.md`, this worker does not remove or prune the worktree. The integration owner owns cleanup - Per `WORKTREE_LIFECYCLE.md`, this worker does not remove or prune the worktree. The integration owner owns cleanup
only after merge, deliberate port, or explicit rejection is verified. only after merge, deliberate port, or explicit rejection is verified.