Skip to content

v0.7.8

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 03:40
· 227 commits to main since this release

Release Notes — v0.7.8

AgentPlane 0.7.8 makes it easier to take an agent task from an approved plan to a result you can trust. Once you agree on the work, the agent can carry out the steps within that scope while AgentPlane keeps track of what remains, which checks have passed, and when a decision is still yours to make. The task now has a more consistent record from planning through review and completion, so a finished label is backed by the work and its verification.

Much of this release improves what happens when work does not go smoothly. Interrupted runs, revised plans, failed checks, and branches that have fallen behind can recover without losing completed work or treating an old result as current. GitHub and GitLab workflows follow a more consistent process, installed projects have stronger upgrade coverage, and the command-line runtime and documentation are more predictable. Together, these changes reduce the manual repair needed to continue a long task and make its progress easier to understand.

Summary

  • Keep one task as the source of truth for its plan, internal work items, implementation, verification, review, and completion.
  • Continue safe work after plan approval while retaining explicit authority for protected and external actions.
  • Recover interrupted or revised work with checks that bind results to the state and code they actually describe.

Added

  • A canonical Task kernel, internal WorkItems, and compatibility adapters provide a consistent lifecycle and migration path for existing task records.
  • Provider-neutral change-request handling supports GitHub pull requests and GitLab merge requests through shared lifecycle contracts.
  • State-bound provider branch updates allow an otherwise ready change to catch up with its base before integration.

Improved

  • Task-scoped execution authority and workspace routing keep task creation, edits, and recovery attached to the correct checkout.
  • Verification and evaluator review select the same meaningful implementation even when framework-owned evidence commits follow it.
  • Local runtime preparation, aggregate CI, and packaged lifecycle checks provide more reproducible execution and clearer failure evidence.
  • The README, homepage, and framework instructions explain the division between agent work, deterministic commands, and user decisions more clearly.

Fixed

  • Preserve approved Task verification commands, check identifiers, and deadlines during final branch verification.
  • Create one complete repository identity when simultaneous commands initialize a new repository, so duplicate task requests receive the intended conflict response.
  • Keep a fresh task worktree runnable when package dependencies come from the active runtime, without reusing a foreign root install.
  • Keep prerequisite waits and planning-base recovery consistent with approved Tasks that have not executed any WorkItem. Restore task-read preparation tracing.
  • Preserve accepted results and completed WorkItems through plan refinements, reapproval, evidence-only rework, and interrupted result submission.
  • Keep task projections and authoritative revisions consistent during rejection, scope extension, verification, and closure recovery.
  • Reject stale evaluator results, unproduced planning inputs, and premature closure when required work remains incomplete.
  • Verify a committed implementation without dirtying its checkout, and recover its identity when an interrupted run leaves an evidence commit at the branch head.
  • Recover interrupted integration intents through explicit operation evidence, and converge hosted closeout and worktree cleanup after integration.
  • Archive resolved incident advice with its history and regression evidence while keeping repository and bundled policy registries consistent.

Upgrade Notes

  • The CLI, @agentplaneorg/core, and @agentplaneorg/recipes move together to 0.7.8 with exact matching internal package versions.
  • In an installed project, preview managed-file changes with agentplane upgrade --dry-run, then apply them with agentplane upgrade --auto --yes --migrate-task-docs. Existing task data remains outside managed-file replacement.
  • Qualification includes published 0.7.7 projects in both direct and branch_pr modes, alongside the existing installed migration matrix and packed lifecycle checks.
  • The source tree opens 0.7.9-beta.1 only after hosted stable publication succeeds; it is a separate development version.

Verification

  • The integrated preparation baseline 262da3130bc5628a7641c400c74368ae355000bf passed the complete local CI gate before release metadata was prepared.
  • Candidate admission requires the canonical prepublish gate, installed mixed-scope lifecycle, published 0.7.7 upgrade qualification, version parity, and release-note validation on the committed candidate.
  • Publication requires successful hosted Core CI and its release-ready artifact for the exact main commit; the canonical publish-result and distribution checks record the subsequent publication outcome.

Detailed Change Record

The following record covers all 1,417 non-merge commits in the prepared range from v0.7.7 through 262da3130bc5628a7641c400c74368ae355000bf. Entries are grouped by the task they support. Short commit IDs resolve uniquely in the frozen source list. Implementation changes and the records of checks, review, rework, and closure are identified separately so the history does not overstate the number of product features.

Archive the resolved WorkItem input planning incident before AgentPlane 0.7.8

  • Synchronized task and PR records. (262da3130b)
  • Recorded closure for integration. (11b53e5f84)
  • Recorded evaluation and review. (a2564340a3)
  • Recorded branch verification. (ca2bb87f77)
  • Recorded implementation evidence. (6024411059)
  • Preserved implementation identity for checks. (ba8874a888)
  • Updated implementation; updated packages/agentplane/assets/policy/incidents.md. (a4aedd5a03)
  • Recorded verification rework. (ec95c2e803)
  • Recorded implementation evidence. (19ce338e6f)
  • Preserved implementation identity for checks. (f3d1eb3130)
  • Updated documentation, workflow or tooling; updated docs/developer/incident-archive.mdx and 1 other project file. (ad9e515367)

Recover an interrupted integration queue supervisor intent before semantic rework

  • Synchronized task and PR records. (b1e13dec00)
  • Recorded closure for integration. (ba67d24ab8)
  • Recorded evaluation and review. (467a21903b)
  • Recorded implementation evidence. (e495579870)
  • Updated implementation; updated packages/agentplane/src/cli/workflow-effect-recovery.testkit.ts and 1 other project file. (48dda1e008)
  • Recorded closure for integration. (430befb956)
  • Recorded evaluation and review. (0183bdf929)
  • Recorded implementation evidence. (66ced0b68f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 2 other project files. (7d5e2ef3ba)
  • Recorded evaluation and review. (ac565f6fb1)
  • Recorded branch verification. (898d06351b)
  • Recorded implementation evidence. (ec418b1b33)
  • Updated documentation; updated website/static/llms-full.txt. (8f77e8033e)
  • Updated implementation, regression coverage, documentation; updated docs/user/task-lifecycle.mdx and 3 other project files. (c74e8f1cdd)
  • Recorded implementation evidence. (7a1731ccc2)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/run-cli.critical.agent-efficiency-baseline.test.ts and 2 other project files. (736fba555b)
  • Updated implementation, regression coverage, documentation; updated docs/user/cli-reference.generated.mdx and 6 other project files. (b33a39fb7c)
  • Recorded implementation evidence. (33d00156ba)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 4 other project files. (8ad0c158c5)
  • Recorded blockers and remaining work. (43f3ba86b4)

Run supervisor verification against the committed implementation without dirtying its checkout

  • Synchronized task and PR records. (e7aae1f741)
  • Recorded closure for integration. (fdf2dd5b35)
  • Recorded evaluation and review. (424c7e7e16)
  • Recorded branch verification. (367024bb03)
  • Recorded implementation evidence. (801dbd096b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.branch-worktree.test.ts and 2 other project files. (a25edd68b3)
  • Recorded evaluation and review. (86505007bb)
  • Recorded implementation evidence. (f15f2914fd)
  • Preserved implementation identity for checks. (9626c6364f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.clean-verification.test.ts and 1 other project file. (572353c8ad)
  • Synchronized task and PR records. (48d2e75856)
  • Recorded closure for integration. (de6df111e2)
  • Recorded evaluation and review. (ea8830b4be)
  • Recorded implementation evidence. (5d65025e87)
  • Preserved implementation identity for checks. (1c14163429)
  • Updated implementation; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts. (2e9f7df5eb)
  • Recorded evaluation and review. (a8648b4c43)
  • Recorded implementation evidence. (1438fcf8c4)
  • Preserved implementation identity for checks. (a5846b477c)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.clean-verification.test.ts. (d8298cfe7b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts and 3 other project files. (1981b97456)
  • Synchronized task and PR records. (cf909f3246)
  • Recorded closure for integration. (6bf388900d)
  • Recorded evaluation and review. (b82739de71)
  • Recorded branch verification. (86e9343e66)
  • Recorded implementation evidence. (4b0c941f98)
  • Preserved implementation identity for checks. (e72029c56f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-execute.ts and 1 other project file. (6764bc96f8)
  • Recorded verification rework. (4b86e4b502)
  • Recorded implementation evidence. (34bb48ae8c)
  • Preserved implementation identity for checks. (b2da1f445d)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.clean-verification.test.ts. (fa586d9c7d)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.clean-verification.test.ts and 1 other project file. (da91d0ce85)

Repair post-integration Clean Core task-cycle regression and restore final release-readiness verification

  • Synchronized task and PR records. (556bd57198)
  • Recorded closure for integration. (e81a82df89)
  • Recorded evaluation and review. (a4cbbf1122)
  • Recorded implementation evidence. (50d0834079)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 1 other project file. (8701b4ee14)
  • Recorded evaluation and review. (e01b34f443)
  • Recorded implementation evidence. (1e3a1d54e7)
  • Updated implementation; updated packages/agentplane/src/commands/task/branch-task-supervisor-conflict-recovery.ts and 1 other project file. (2613ab498a)
  • Synchronized task and PR records. (fbf8853c50)
  • Recorded closure for integration. (2b0bcb6d5b)
  • Recorded evaluation and review. (8f7b0706b6)
  • Recorded implementation evidence. (ad262173f6)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-observed-changes.ts and 1 other project file. (5e35370df7)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-implementation-recovery.ts and 4 other project files. (b255ea521a)
  • Recorded evaluation and review. (ac91f8bfdd)
  • Recorded implementation evidence. (baae32a2e3)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.pr-conflict-rework.test.ts and 9 other project files. (0bc37e5952)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/declared-check.ts and 3 other project files. (99fdb3c4cc)
  • Synchronized task and PR records. (6c866e888b)
  • Recorded closure for integration. (3fc391c151)
  • Recorded evaluation and review. (218df006de)
  • Recorded implementation evidence. (4c90e955a1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.pr-conflict-rework.test.ts and 13 other project files. (1050a0f485)
  • Recorded checkout state. (11f06801e1)
  • Synchronized task and PR records. (3cd9c9fa22)
  • Recorded closure for integration. (8f006bf84e)
  • Recorded evaluation and review. (42463c33c8)
  • Recorded branch verification. (4bed92f9ee)
  • Recorded implementation evidence. (09c20ba49b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/managed-conflict-recovery.testkit.ts and 37 other project files. (8b1594fdbd)
  • Recorded evaluation and review. (9795e50dfb)
  • Recorded blockers and remaining work. (3248b9f886)
  • Synchronized task and PR records. (ea5c591439)
  • Recorded closure for integration. (439c9ba039)
  • Recorded evaluation and review. (0404fde1d7)
  • Recorded implementation evidence. (50e5e52267)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 1 other project file. (b74bcc2adf)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/conflict-rework-base-context.ts and 3 other project files. (4d370d8480)
  • Synchronized task and PR records. (2468531e1d)
  • Recorded closure for integration. (edcf2b69d6)
  • Recorded evaluation and review. (93211cb20b)
  • Recorded implementation evidence. (41e69190c8)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.route-decision.quality.test.ts. (d189723a7d)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (38eaaad02c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-runtime.ts and 16 other project files. (1550993bbc)
  • Recorded evaluation and review. (cb5e00d0a7)
  • Recorded implementation evidence. (0f5e4a08b6)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/declared-check.test.ts and 1 other project file. (d7bbd71571)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/commands/shared/workflow-step-factory.ts and 4 other project files. (682089ad39)
  • Recorded approved scope extension. (99fe77c52d)
  • Recorded blockers and remaining work. (2cf9e65d49)
  • Synchronized task and PR records. (0d7595210c)
  • Recorded closure for integration. (97742cc072)
  • Recorded evaluation and review. (4751c6fb30)
  • Recorded implementation evidence. (9850748a35)
  • Updated implementation; updated packages/agentplane/src/commands/task/direct-task-verification.ts. (7860e47440)
  • Updated implementation; updated packages/agentplane/src/commands/task/direct-task-verification.ts. (2a9b25ec8f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts and 1 other project file. (b8caa347ec)
  • Recorded implementation evidence. (afcd685ddc)
  • Updated regression coverage; updated packages/agentplane/src/commands/workflow.test.ts and 1 other project file. (53302ccb99)
  • Recorded verification rework. (c1150b2460)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/release-critical-lifecycle.test.ts and 7 other project files. (9ad28bcb18)
  • Recorded verification rework. (66d004e6cd)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/route-decision.testkit.ts and 16 other project files. (39bec608a2)

Port the minimal missing Clean Core lifecycle boundary contracts from audited unfinished branches

  • Synchronized task and PR records. (6e49077db6)
  • Recorded closure for integration. (b97f2fe710)
  • Recorded evaluation and review. (ba7e8f4f2e)
  • Recorded implementation evidence. (3b97e47908)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 2 other project files. (5fb7535ebb)
  • Recorded approved scope extension. (a88c40af8b)
  • Recorded blockers and remaining work. (57c2d80323)
  • Recorded verification rework. (92c32572c9)
  • Synchronized task and PR records. (2aba959f1d)
  • Recorded closure for integration. (1d142fbc8d)
  • Recorded evaluation and review. (f27ae34090)
  • Recorded implementation evidence. (9f570067e4)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.sequence.cases.ts and 2 other project files. (64898ccbe6)
  • Recorded evaluation and review. (56cbe8f631)
  • Recorded implementation evidence. (6ebc31ad36)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/bootstrap-framework-dev-script.test.ts and 1 other project file. (5eef4df5df)
  • Recorded evaluation and review. (0009750918)
  • Recorded checkout state. (9354fba273)
  • Recorded checkout state. (3325180268)
  • Recorded checkout state. (897ba25fed)
  • Recorded checkout state. (e80f719ff0)
  • Recorded checkout state. (e379a99c23)
  • Recorded checkout state. (03378b7812)
  • Recorded checkout state. (2980d2f311)
  • Record hosted rework evidence. (fbc7b80620)
  • Updated implementation; updated packages/agentplane/src/commands/shared/task-handoff.ts. (0851c89e3c)
  • Synchronized task and PR records. (9316be53a6)
  • Recorded closure for integration. (380bb01380)
  • Recorded evaluation and review. (4484f7e753)
  • Recorded branch verification. (0c2a5eaaff)
  • Recorded evaluation and review. (5341e9566a)
  • Recorded evaluation and review. (1453840bc5)
  • Recorded branch verification. (a8e1e141d5)
  • Recorded implementation evidence. (db95c0d3d0)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/branch/work-start.materialize.test.ts and 3 other project files. (0b44a5f6dc)
  • Recorded implementation evidence. (65cebceec9)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/cli/bootstrap-framework-dev-script.test.ts and 3 other project files. (e6742189ff)
  • Recorded implementation evidence. (a1ce908493)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (c373b86735)
  • Recorded implementation evidence. (d3b4fc9147)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/branch-publication.test.ts and 2 other project files. (e0f5b4254e)
  • Recorded implementation evidence. (25f147b3bd)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-handoff.test.ts and 5 other project files. (ebcfd74ba8)

Repair atomic scope extension projection and accepted-result recovery

  • Synchronized task and PR records. (3b3ddab7b2)
  • Recorded closure for integration. (73db6785bf)
  • Recorded evaluation and review. (84844ef977)
  • Recorded implementation evidence. (7adafb5755)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-evaluator-recovery.test.ts and 4 other project files. (a061f62568)
  • Recorded approved scope extension. (8656e5f6fc)
  • Recorded blockers and remaining work. (5f3bd1d90f)
  • Recorded checkout state. (033202b52f)
  • Recorded branch verification. (43a5215945)
  • Recorded checkout state. (adfbe59a15)
  • Updated implementation; updated packages/agentplane/src/commands/shared/workflow-step-policy-scope.ts. (13911973ac)
  • Synchronized task and PR records. (8eb6406238)
  • Recorded closure for integration. (0cfba36f0f)
  • Recorded evaluation and review. (32afd315b6)
  • Recorded branch verification. (61944bc6d1)
  • Recorded implementation evidence. (0bf8cdb660)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/workflow-step-policy-scope.ts and 1 other project file. (fa8b628c6c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-runtime.ts and 8 other project files. (ce9a2d8269)
  • Recorded approved scope extension. (9261a90212)
  • Recorded blockers and remaining work. (4cb5870b3b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts and 11 other project files. (57649817b7)
  • Recorded approved scope extension. (225c8e8f0b)
  • Recorded blockers and remaining work. (0232b60448)

Repair pre-merge DONE task rework blocker persistence and resume ZVX69C

  • Synchronized task and PR records. (d345cdb14c)
  • Recorded closure for integration. (94877a6956)
  • Recorded evaluation and review. (088c0370f4)
  • Recorded branch verification. (128a90b802)
  • Recorded implementation evidence. (bd32e35206)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/set-status.unit.test.ts. (f3d8477591)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts. (f9ef1f8e3e)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts and 2 other project files. (001f037287)

Repair verification evidence contract atomicity and task-centric rework projection so PX8PZT can complete

  • Recorded closure for integration. (4b8b1907b2)
  • Recorded the review verdict. (3096366006)
  • Recorded branch verification. (6bbff04186)
  • Synchronized task and PR records. (e047769210)
  • Recorded closure for integration. (56350af0b4)
  • Recorded evaluation and review. (1df06b051f)
  • Recorded implementation evidence. (6ad6e9fcea)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/direct-task-supervisor.test.ts. (cdf1a08eb6)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/task-execution-contract-observation.test.ts and 1 other project file. (2dc4119723)
  • Updated regression coverage; updated packages/core/src/tasks/task-centric/replacement-plan-recovery.test.ts and 1 other project file. (c5f6706f8b)
  • Recorded verification rework. (7bcf31cf1f)
  • Synchronized task and PR records. (5681ea0621)
  • Recorded closure for integration. (73f1538f71)
  • Recorded evaluation and review. (b8fd2fa885)
  • Recorded branch verification. (a756da3ab6)
  • Recorded implementation evidence. (6581be53b3)
  • Updated regression coverage; updated packages/core/src/tasks/task-centric/task-centric.test.ts. (96d33c4f65)
  • Updated regression coverage; updated packages/core/src/tasks/task-centric/task-centric.test.ts. (156e922cdf)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-centric/graph.ts and 2 other project files. (8cc9203c99)
  • Recorded branch verification. (11d4047f56)
  • Recorded evaluation and review. (2b314ffd15)
  • Recorded branch verification. (42c859dc0b)
  • Record existing implementation. (b17fd50c0e)
  • Checkpoint approved plan refinement. (cb2f170d5e)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-projection.ts and 1 other project file. (de5817fb2a)
  • Recorded implementation evidence. (bf16dd221e)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts. (d326f81b44)
  • Recorded implementation evidence. (1820a0b8bb)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-projection.ts and 1 other project file. (e37f30c537)
  • Recorded implementation evidence. (68e6c6becb)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 5 other project files. (099ca9948c)

Unblock verification recovery before provider conflict handling

  • Synchronized task and PR records. (0ce66e217b)
  • Recorded closure for integration. (26c32bc28b)
  • Recorded evaluation and review. (ab9bbe1c1b)
  • Recorded branch verification. (afe04074d4)
  • Recorded implementation evidence. (2cb4083ff8)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.pr-conflict-rework.test.ts and 5 other project files. (92d8e2fedd)

Preserve completed WorkItems across command-only material plan refinements

  • Synchronized task and PR records. (195f4f941e)
  • Recorded closure for integration. (674eee639d)
  • Recorded evaluation and review. (aa1c1c3aaa)
  • Recorded branch verification. (8e9f05338b)
  • Recorded implementation evidence. (d5de68b022)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 2 other project files. (bab56406ba)
  • Recorded implementation evidence. (47a25c637a)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-centric/graph.ts and 1 other project file. (30852a55ed)

Repair plan-amendment Verify Steps projection routing

  • Synchronized task and PR records. (fa693664b5)
  • Recorded closure for integration. (6c1c9407ba)
  • Recorded evaluation and review. (dc26990fe5)
  • Recorded branch verification. (7edba19871)
  • Recorded evaluation and review. (c5f7fb5b14)
  • Recorded branch verification. (144d72fca7)
  • Recorded implementation evidence. (a2c1ef3726)
  • Updated implementation; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 1 other project file. (5243072e44)
  • Recorded implementation evidence. (72b49847fd)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 2 other project files. (39b2d2f940)
  • Recorded implementation evidence. (ba8eae6cdc)
  • Updated implementation; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts. (60f79f18b0)
  • Recorded verification rework. (8b681acd50)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts and 1 other project file. (9823ab37b5)

Repair lifecycle projection integrity after M3 cutover

  • Recorded closure for integration. (599efe896c)
  • Recorded checkout state. (bf77042aaa)
  • Recorded checkout state. (ad076f1952)
  • Synchronized task and PR records. (552d6dc925)
  • Recorded closure for integration. (c691067dca)
  • Recorded evaluation and review. (ff11af8968)
  • Recorded branch verification. (c6c2b1a6e4)
  • Recorded implementation evidence. (2f9f3ad39c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 5 other project files. (b635007139)
  • Recorded implementation evidence. (e46e4b5316)
  • Updated regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged.targeted.test.ts. (8555ef930f)
  • Recorded implementation evidence. (4ac9f27d4c)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/workflow-step-projections-routing.test.ts. (8d5db78062)
  • Recorded implementation evidence. (d8d938277c)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/set-status.unit.test.ts. (ac1bd42084)
  • Recorded implementation evidence. (dac0ef5a61)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/task-backend-branch-snapshot.unit.test.ts. (9cd6008b99)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.route-decision.test.ts and 3 other project files. (944c8f81d3)
  • Recorded implementation evidence. (60cb40a450)
  • Updated regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged.targeted.test.ts. (143095a470)
  • Recorded implementation evidence. (8e2f58bb93)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/workflow-step-projections-routing.test.ts. (171c76d471)
  • Recorded implementation evidence. (6fa8c86acc)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts and 7 other project files. (f5fb814c24)
  • Recorded implementation evidence. (d0cd2122d3)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/task-backend-branch-snapshot.unit.test.ts. (dd283c655f)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.route-decision.test.ts. (939f62acc6)
  • Recorded implementation evidence. (6d1f913c5f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged.targeted.test.ts and 1 other project file. (f200d94de2)
  • Recorded implementation evidence. (7f670974f1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/task-backend.ts and 8 other project files. (03c4ae4d03)
  • Recorded implementation evidence. (98b4bc5222)
  • Updated implementation; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts. (7837f2a7f8)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 7 other project files. (9158b6afcb)
  • Recorded implementation evidence. (ee384d9bab)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/route-decision-workspace.ts and 4 other project files. (95337ac8dd)

Repair task-centric plan-rejection projection atomicity and recover task 202609021331-5FPZAB via a CLI-owned receipt-backed operation

  • Recorded closure for integration. (bbae4466fa)
  • Record hosted retry pass. (557331253a)
  • Recorded closure for integration. (e4c5f4dee0)
  • Recorded branch verification. (2e30b4f7ed)
  • Recorded closure for integration. (5f75635f96)
  • Record rework evaluator pass. (e3911c653f)
  • Record rework verification. (0970c9243f)
  • Remove unused recovery re-exports. (3582bd9772)
  • Synchronized task and PR records. (4b1882998b)
  • Recorded closure for integration. (1527042cc7)
  • Recorded evaluation and review. (691f03ca3c)
  • Recorded branch verification. (e7ae59675a)
  • Recorded implementation evidence. (9c6d3df3e9)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/external-agent-planning-authority.test.ts. (1605f28840)
  • Recorded implementation evidence. (ba722906b0)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts. (44c164a4f1)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts. (187a757fad)
  • Recorded implementation evidence. (a6ea6be9b1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-planning-authority.test.ts and 1 other project file. (9229665252)
  • Updated regression coverage; updated packages/agentplane/src/commands/doctor/workspace-task-state.test.ts. (0adc3f3ade)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/cli/group-command.test.ts and 8 other project files. (bf90f1559f)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/commands/doctor/workspace-task-state.test.ts and 2 other project files. (62bdf20b74)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts and 17 other project files. (33ea3530b2)

Adopt the canonical Task kernel and retire legacy core paths

  • Synchronized task and PR records. (4720c0f52c)
  • Recorded closure for integration. (c75b1a6c7a)
  • Recorded evaluation and review. (6b4d900a5e)
  • Recorded implementation evidence. (3bae763949)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/evidence-only-rework-commit.ts and 2 other project files. (512c79a2a3)
  • Updated implementation; updated packages/agentplane/src/commands/task/kernel-exchange.ts and 3 other project files. (ecdbcc74c4)
  • Synchronized task and PR records. (8b3cd10893)
  • Recorded closure for integration. (581d2da7ab)
  • Recorded evaluation and review. (c7ac513330)
  • Recorded implementation evidence. (b9b52c780f)
  • Updated workflow or tooling; updated scripts/checks/check-m3-legacy-authority-imports.mjs. (3e79d32c8a)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 3 other project files. (5be5e17410)
  • Recorded verification rework. (7d71b8eaf0)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 4 other project files. (f277d5b695)
  • Recorded checkout state. (e3125a08d2)
  • Synchronized task and PR records. (9564358352)
  • Recorded closure for integration. (146c9254c3)
  • Recorded evaluation and review. (82d808b902)
  • Recorded implementation evidence. (0b1aacf74d)
  • Recorded evaluation and review. (93358b65b2)
  • Recorded branch verification. (f24c1304aa)
  • Recorded implementation evidence. (2724f1082b)
  • Updated workflow or tooling; updated scripts/qualification/release-qualification.test.mjs. (245fdf56dc)
  • Recorded implementation evidence. (8c3837a804)
  • Updated implementation, workflow or tooling; updated packages/agentplane/src/commands/task/external-agent-plan-refinement.ts and 2 other project files. (a161096f0c)
  • Recorded implementation evidence. (2bde44e2bc)
  • Updated workflow or tooling; updated scripts/qualification/check-m3-self-hosting.mjs. (a2e8a7040b)
  • Updated workflow or tooling; updated scripts/qualification/check-m3-self-hosting.mjs and 1 other project file. (d4a3c17855)
  • Recorded implementation evidence. (b4d47a4822)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-migration.test.ts and 1 other project file. (39f03800a8)
  • Recorded implementation evidence. (9aa97cbdb8)
  • Updated workflow or tooling; updated scripts/qualification/check-packaged-mixed-scope-lifecycle.mjs and 1 other project file. (4bef5f4dcd)
  • Recorded implementation evidence. (c351800154)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 1 other project file. (05ddb7f628)
  • Recorded implementation evidence. (95bbaf16f4)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/workflow-step-quality.test.ts and 1 other project file. (bf79e8efe2)
  • Recorded implementation evidence. (5670a95a3d)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 3 other project files. (6bd4b0ea4e)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 2 other project files. (dea22f6231)
  • Recorded implementation evidence. (e121ddbbb3)
  • Updated regression coverage; updated packages/agentplane/src/runner/usecases/kernel-authority.test.ts. (555f855371)
  • Recorded implementation evidence. (975b9d8a5c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-planning-authority.ts and 3 other project files. (6619fb2ae9)
  • Recorded implementation evidence. (f83483f202)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (90552723a6)
  • Recorded the review verdict. (2152a19c21)
  • Recorded branch verification. (578923647d)
  • Synchronized task and PR records. (5edebb20df)
  • Recorded closure for integration. (9bfc7e1dc7)
  • Recorded evaluation and review. (69fc56e9e0)
  • Recorded branch verification. (f82d19288b)
  • Recorded implementation evidence. (20795fb1d7)
  • Updated implementation, workflow or tooling; updated packages/agentplane/src/commands/shared/workflow-step-branch.ts and 1 other project file. (1692b5eab6)
  • Recorded implementation evidence. (0d80b3b073)
  • Updated workflow or tooling; updated scripts/checks/check-m3-legacy-authority-imports.mjs. (072f8af453)
  • Recorded implementation evidence. (83f70fe129)
  • Updated workflow or tooling; updated scripts/qualification/check-m3-self-hosting.mjs and 1 other project file. (98fae64767)
  • Recorded implementation evidence. (5c0bd26ad8)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-migration.test.ts. (20b3af7e34)
  • Recorded implementation evidence. (60ab12fbe4)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.route-decision.pr-open-metadata.test.ts and 1 other project file. (b6ad0005f2)
  • Recorded implementation evidence. (62b0f0b327)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts. (0020cbe98f)
  • Recorded implementation evidence. (3e4da4735b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/verification-details.test.ts and 1 other project file. (76f05d8ae6)
  • Recorded implementation evidence. (5abb2e1ea9)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-next-action-json.test.ts. (b1d64c2eb9)
  • Recorded implementation evidence. (84b3c115d0)
  • Updated regression coverage; updated packages/agentplane/src/runner/usecases/kernel-authority.test.ts. (6728389191)
  • Recorded implementation evidence. (5ad7e7fdbd)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/pr-meta/verify-log.test.ts and 1 other project file. (2f4980c1f3)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (ec2b615682)
  • Recorded implementation evidence. (54e9173a5d)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (c0cb0ea9da)
  • Recorded blockers and remaining work. (f1042dee4e)
  • Updated workflow or tooling; updated scripts/release/smoke-bun-compiled-cli.mjs. (10afd7c227)
  • Recorded approved scope extension. (564acce705)
  • Recorded blockers and remaining work. (66a9a940ac)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/commands/guard/impl/allow.test.ts and 1 other project file. (9207950b8f)
  • Recorded implementation evidence. (10c6477cd7)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (d26d9bace6)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 4 other project files. (c76590dcef)
  • Recorded approved scope extension. (e392a4f189)
  • Recorded blockers and remaining work. (0f90c6005a)
  • Checkpoint cross-machine handoff. (e1bcbc1a1f)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts. (71912f4add)
  • Recorded implementation evidence. (338e7437b1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 2 other project files. (10f2efcbcc)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (c30b350390)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (aa93e1d10d)
  • Recorded implementation evidence. (7ac36db054)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/adapters/task-backend/kernel-documents.ts and 39 other project files. (134bb1bbc0)
  • Recorded approved scope extension. (a29ab25a34)
  • Recorded blockers and remaining work. (33376176e6)
  • Recorded approved scope extension. (d4da9c4ba7)
  • Recorded blockers and remaining work. (4db67aefbc)
  • Recorded approved scope extension. (34b8041a5a)
  • Recorded blockers and remaining work. (fba66d087e)
  • Recorded implementation evidence. (5e8748039b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/authority/user-approval-receipt.ts and 14 other project files. (50dfade203)
  • Recorded implementation evidence. (c97c559df6)
  • Updated regression coverage; updated packages/agentplane/src/runner/usecases/kernel-task-lifecycle.test.ts. (b6434d7125)
  • Recorded implementation evidence. (5875040071)
  • Updated regression coverage; updated packages/core/src/tasks/task-kernel/invariants.test.ts and 1 other project file. (f3ca644939)
  • Recorded approved scope extension. (995469cfb5)
  • Recorded blockers and remaining work. (ae554e945f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-backend-adapter.test.ts and 9 other project files. (7d3e7ba7fd)
  • Recorded implementation evidence. (b3abf19128)
  • Updated documentation; updated docs/developer/clean-task-core-cutover.mdx and 1 other project file. (36aa33491d)
  • Updated implementation, regression coverage, documentation; updated docs/developer/clean-task-core-cutover.mdx and 2 other project files. (d154a7268f)
  • Updated implementation, regression coverage, documentation; updated docs/developer/clean-task-core-cutover.mdx and 14 other project files. (36e1575c02)

Repair pure plan-refinement result recovery for M3 continuation

  • Synchronized task and PR records. (1d98bf9e30)
  • Recorded closure for integration. (45555cc837)
  • Recorded evaluation and review. (0d393e3c61)
  • Recorded implementation evidence. (5b4b8e3782)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/external-agent-exchange.test.ts. (529ca17fef)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-exchange.test.ts and 1 other project file. (e7dc74aa11)
  • Synchronized task and PR records. (3a7a1a7e7b)
  • Recorded closure for integration. (0db015c5d3)
  • Recorded evaluation and review. (35162fdb92)
  • Recorded implementation evidence. (5d710e5f09)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 5 other project files. (106f2d9183)
  • Recorded approved scope extension. (8e140af401)
  • Recorded blockers and remaining work. (72244685d8)
  • Synchronized task and PR records. (5a4fd5dcb1)
  • Recorded closure for integration. (8a0880ef98)
  • Recorded evaluation and review. (c92982fd4e)
  • Recorded implementation evidence. (a389347b84)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 3 other project files. (5fd9266ee2)

Recover unstarted task worktrees pinned before the approved planning baseline

  • Synchronized task and PR records. (e16259bf96)
  • Recorded closure for integration. (34123e2602)
  • Recorded evaluation and review. (a0d218fcfe)
  • Recorded implementation evidence. (2cec9e4714)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 2 other project files. (d92337ff97)
  • Synchronized task and PR records. (957738e52b)
  • Recorded closure for integration. (a6b86b5c44)
  • Recorded evaluation and review. (41dea52f06)
  • Recorded implementation evidence. (61c0058602)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.worktree-resolution.test.ts. (0ddf94b8ea)
  • Recorded evaluation and review. (6e8a3ce674)
  • Recorded implementation evidence. (76b5f00dbc)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.worktree-resolution.test.ts and 1 other project file. (b8359558b3)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/harness-dev.mdx and 6 other project files. (8c3abdecb9)
  • Recorded approved scope extension. (1b8db2fc22)
  • Recorded blockers and remaining work. (0de4696c12)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 4 other project files. (bf9ce4ef11)
  • Recorded approved scope extension. (24ee2724f3)
  • Recorded blockers and remaining work. (d180d97b20)

Add compatibility adapters and replay migration

  • Synchronized task and PR records. (399bb3c46e)
  • Recorded closure for integration. (45ff3de0cf)
  • Recorded evaluation and review. (629373c376)
  • Recorded implementation evidence. (79c07b8b2f)
  • Updated implementation; updated packages/agentplane/src/adapters/task-backend/kernel-effect-replay.testkit.ts and 3 other project files. (6de58ebe87)
  • Recorded checkout state. (b687c6778e)
  • Recorded checkout state. (07871f3853)
  • Recorded branch verification. (41c77df42f)
  • Synchronized task and PR records. (d774c61fa7)
  • Recorded closure for integration. (27194c58d6)
  • Recorded evaluation and review. (acea2a5011)
  • Recorded implementation evidence. (00811d091a)
  • Updated documentation; updated docs/developer/harness-dev.mdx. (1e07dd534c)
  • Synchronized task and PR records. (dce3aa36d5)
  • Recorded closure for integration. (af6fcc3971)
  • Recorded evaluation and review. (cb7c611566)
  • Recorded implementation evidence. (471c81a2a3)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/clean-task-core-m2-replay-checkpoint/README.md and 10 other project files. (2d298871cf)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/clean-task-core-m2-replay-checkpoint/README.md and 20 other project files. (646305bc49)
  • Recorded implementation evidence. (26f69ff48b)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/clean-task-core-m2-replay-checkpoint/README.md and 4 other project files. (2c75288545)
  • Recorded implementation evidence. (88ddc6bbdf)
  • Updated regression coverage, documentation; updated docs/developer/clean-task-core-m2-replay-checkpoint/README.md and 1 other project file. (cd3252423e)
  • Updated implementation, regression coverage, documentation; updated docs/developer/clean-task-core-m2-replay-checkpoint.md and 2 other project files. (2b787ce106)
  • Updated implementation, regression coverage, documentation; updated docs/developer/clean-task-core-m2-replay-checkpoint.md and 6 other project files. (8b9a98f8b4)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/clean-task-core-m2-replay-checkpoint.md and 14 other project files. (8e92d66b86)
  • Recorded implementation evidence. (c403d60c2f)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/adapters/task-backend/kernel-replay.test.ts and 3 other project files. (57c2355965)
  • Recorded implementation evidence. (3b5212575b)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-migration.test.ts. (e2d304641b)
  • Recorded implementation evidence. (aca5341e68)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-replay-persistence.test.ts. (ca249fe859)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/run-cli.critical.agent-efficiency-baseline.test.ts and 2 other project files. (1bac24a696)
  • Updated regression coverage; updated packages/agentplane/src/adapters/task-backend/kernel-backend-adapter.test.ts. (2b964f7cbf)
  • Recorded blockers and remaining work. (4b00960ebf)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/harness-dev.mdx and 15 other project files. (447e42b16e)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 10 other project files. (5ea8af080c)
  • Recorded implementation evidence. (25e9e05565)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 11 other project files. (2ee9027b56)

AP-RUNTIME-001 Make local execution runtime deterministic

  • Recorded closure for integration. (ab48f94ccc)
  • Recorded checkout state. (644cdd23fa)
  • Recorded checkout state. (41b1276461)
  • Recorded checkout state. (0a503fc33a)
  • Recorded branch verification. (cd3c92682b)
  • Recorded checkout state. (00a35cf302)
  • Record full post-conflict qualification. (a39d56b517)
  • Synchronized task and PR records. (a5debd7e63)
  • Synchronized task and PR records. (4c25909c36)
  • Recorded closure for integration. (d4ab83a5f9)
  • Recorded evaluation and review. (00207fd19a)
  • Recorded implementation evidence. (8302e840b0)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 3 other project files. (daf594dbe3)
  • Recorded evaluation and review. (98d38823b1)
  • Recorded implementation evidence. (bea3053bdc)
  • Updated regression coverage; updated packages/agentplane/src/runner/adapters/custom-security.test.ts. (bf870e63a2)
  • Updated regression coverage; updated packages/agentplane/src/runner/adapters/custom-security.test.ts. (5819defbab)
  • Updated implementation, regression coverage, documentation; updated docs/developer/harness-dev.mdx and 5 other project files. (9ae23e29f9)
  • Recorded evaluation and review. (c268af6bf7)
  • Recorded implementation evidence. (18525e5c8c)
  • Updated documentation; updated docs/developer/harness-dev.mdx and 1 other project file. (eaf67c9057)
  • Updated implementation, regression coverage, documentation; updated docs/developer/local-runtime-resolution.md and 10 other project files. (846ffaccbd)

Preserve semantic conflict resolutions in evaluator target selection

  • Synchronized task and PR records. (2cf28554b3)
  • Recorded closure for integration. (5cd0c79c73)
  • Recorded evaluation and review. (7cce896f11)
  • Recorded implementation evidence. (ddd9ea9a51)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/quality-review-merge.ts and 1 other project file. (28b35a2e5c)
  • Synchronized task and PR records. (07bc8b3499)
  • Recorded closure for integration. (dcb6ff5d55)
  • Recorded evaluation and review. (8a7083ff77)
  • Recorded implementation evidence. (898e428018)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/quality-review-target.test.ts. (0f1bd52eb4)
  • Accepted a task result and updated its task-local record and evidence. (f8e5d3517c)
  • Retain semantic merge review targets. (8e5ef5b3a8)

Implement the isolated canonical Task kernel

  • Synchronized task and PR records. (cbc5d79d15)
  • Recorded closure for integration. (da5f0dfc9a)
  • Recorded evaluation and review. (d446352f35)
  • Recorded implementation evidence. (6aaddf87f0)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md and 2 other project files. (b98fda9291)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md and 5 other project files. (14062f6028)
  • Recorded evaluation and review. (ec0737df34)
  • Recorded implementation evidence. (7333472193)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md and 2 other project files. (fd882065c8)
  • Recorded evaluation and review. (21739c6a1a)
  • Recorded implementation evidence. (3738d664ac)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md and 4 other project files. (663eb75b15)
  • Recorded evaluation and review. (7c65bb05f0)
  • Recorded implementation evidence. (03cb0f591a)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md and 4 other project files. (4e90c4fa78)
  • Recorded approved scope extension. (04005b2c4b)
  • Recorded blockers and remaining work. (c1557faf9c)
  • Updated implementation; updated packages/core/src/tasks/task-kernel/M1-QUALIFICATION.md. (b5b6182bed)
  • Recorded implementation evidence. (bae4f2ed79)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/pr-meta/verify-log.test.ts. (9d2e0d811f)
  • Recorded approved scope extension. (1e91dca55f)
  • Recorded blockers and remaining work. (57d86181bf)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/pr-meta/verify-log.test.ts. (3078c1d555)
  • Recorded evaluation and review. (96c4e8e210)
  • Recorded branch verification. (e01548f90a)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/pr-meta/verify-log.test.ts and 1 other project file. (63f356d649)
  • Updated implementation, regression coverage; updated depcruise.config.cjs and 5 other project files. (4350470210)
  • Recorded implementation evidence. (5bd3965f28)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/index.ts and 3 other project files. (afc6bc5d12)
  • Recorded implementation evidence. (805b57ef68)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-kernel/index.ts and 2 other project files. (a4d1e875d1)
  • Recorded implementation evidence. (898611a605)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/index.ts and 3 other project files. (32bcae3210)

Preserve WorkItem results during plan reapproval and recover evidence-only implementation

  • Synchronized task and PR records. (1f724c7360)
  • Recorded closure for integration. (7658f94e0b)
  • Recorded evaluation and review. (0dd743a8fd)
  • Recorded implementation evidence. (4ef69a699d)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/task-centric/graph.ts and 1 other project file. (ba3a6955c5)
  • Synchronized task and PR records. (c3712135ba)
  • Recorded closure for integration. (0e6188d284)
  • Recorded evaluation and review. (4e4a438c96)
  • Recorded implementation evidence. (bbb6695d1e)
  • Updated implementation; updated packages/core/src/tasks/task-centric/graph.ts. (48f9247c53)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-implementation-recovery.test.ts and 2 other project files. (382b62b4e2)

Prevent branch closeout while required WorkItems are incomplete

  • Synchronized task and PR records. (71519a0e67)
  • Recorded closure for integration. (adff753b05)
  • Synchronized task and PR records. (54aeb21693)
  • Recorded closure for integration. (9fe70c7cfd)
  • Recorded evaluation and review. (abe7740b7d)
  • Recorded implementation evidence. (e6bed9b162)
  • Updated implementation; updated packages/agentplane/src/commands/shared/workflow-step-branch.ts. (5c8517da81)
  • Updated regression coverage; updated packages/agentplane/src/commands/evaluator/evaluator-episode.calibration.test.ts. (0dfb187119)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/workflow-step-branch.ts and 1 other project file. (80a15f759e)

Specify the clean Task kernel and migration oracle

  • Synchronized task and PR records. (dbaf4bc287)
  • Recorded closure for integration. (016bcbcf92)
  • Recorded evaluation and review. (ef52e81053)
  • Recorded implementation evidence. (0ce50ee7ab)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (ba6ee01895)
  • Synchronized task and PR records. (f76f58ee31)
  • Recorded closure for integration. (023051240f)
  • Recorded evaluation and review. (8fe02f0dd0)
  • Recorded implementation evidence. (99126c7c38)
  • Updated documentation; updated website/static/img/social/docs/adr/0017-clean-task-core-rebuild.png and 2 other project files. (8396720010)
  • Synchronized task and PR records. (dc778c0eca)
  • Recorded closure for integration. (42145c1b56)
  • Recorded evaluation and review. (59f6c2df08)
  • Recorded implementation evidence. (822ee0dbb2)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (763380f234)
  • Recorded implementation evidence. (44cb073876)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (5f7cfd71f2)
  • Recorded implementation evidence. (4d94c2be7a)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (c10956ec13)
  • Recorded implementation evidence. (90030c0ff2)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (48c6cb9c6e)
  • Recorded evaluation and review. (fd5bf1a14f)
  • Recorded implementation evidence. (e8c00469f4)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (ed240c6a08)
  • Updated documentation; updated docs/reference/clean-task-core-rebuild-spec.mdx. (de22e93b8f)
  • Recorded evaluation and review. (a1e40cdf11)
  • Recorded branch verification. (574b7d857d)
  • Updated documentation; updated docs/adr/README.md. (8948ab0129)
  • Recorded evaluation and review. (2815524617)
  • Updated documentation; updated docs/adr/0017-clean-task-core-rebuild.md and 1 other project file. (1f90a92ab3)

Allow state-bound WorkItem implementation results to reopen DONE tasks

  • Synchronized task and PR records. (c068d43b61)
  • Recorded closure for integration. (0e3644806a)
  • Recorded evaluation and review. (e5dfc92a78)
  • Recorded implementation evidence. (a8c52ba3a5)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 3 other project files. (f8821292b3)
  • Recorded closure for integration. (62719f2969)
  • Record current evaluator result. (a4c6c41d58)
  • Recorded checkout state. (0f017bdaba)
  • Recorded checkout state. (71f9d08676)
  • Record current verification evidence. (9cee6e0a59)
  • Recorded checkout state. (10a3ee4572)
  • Recorded closure for integration. (02718b6ab1)
  • Recorded implementation evidence. (826d217c44)
  • Recorded branch verification. (2456652b13)
  • Recorded evaluation and review. (f30957edcf)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.branch-worktree.test.ts. (41fa3572d4)
  • Recorded approved scope extension. (af028725eb)
  • Recorded blockers and remaining work. (7ac619434e)
  • Updated implementation; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts. (605e13b9c2)
  • Updated implementation; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts. (0163c3a443)
  • Recorded blockers and remaining work. (93f3ae3866)
  • Recorded evaluation and review. (250c9a09cb)
  • Updated implementation; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts. (ad31ea657a)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 3 other project files. (56b3da152e)

Keep evaluator preparation aligned with the current verified change

  • Synchronized task and PR records. (64e32b1cde)
  • Recorded closure for integration. (7d96d770f0)
  • Recorded evaluation and review. (341d6df25b)
  • Recorded implementation evidence. (629164cd94)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/evaluator/evaluator-review-usecase.ts and 1 other project file. (89538bc55d)

Allow task-centric plan refinement before WorkItem selection

  • Synchronized task and PR records. (57a22a308f)
  • Recorded closure for integration. (4ff631a444)
  • Recorded evaluation and review. (0081a2a03a)
  • Recorded implementation evidence. (600e91ed9b)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts. (a4d1f16859)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts and 1 other project file. (90dde4144d)
  • Recorded evaluation and review. (e6908366fb)
  • Recorded implementation evidence. (932fd072fc)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts and 1 other project file. (ad2d956c34)

Recover stale evaluator exchanges without accepting obsolete verdicts

  • Synchronized task and PR records. (3bcce28909)
  • Recorded closure for integration. (a675ccc8b2)
  • Recorded evaluation and review. (7fe235da69)
  • Recorded blockers and remaining work. (94cf624907)
  • Recorded evaluation and review. (aed46283c3)
  • Recorded implementation evidence. (8bd5433243)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evaluator-recovery.test.ts and 6 other project files. (912e48ffd7)
  • Recorded approved scope extension. (5448df15f8)
  • Recorded blockers and remaining work. (a91a1a7b13)
  • Recorded blockers and remaining work. (f7e0367f58)
  • Synchronized task and PR records. (1a54374347)
  • Recorded closure for integration. (0af8f42616)
  • Recorded evaluation and review. (66af81b0a0)
  • Recorded implementation evidence. (d8b6fadb30)
  • Recorded blockers and remaining work. (aeee0802ea)
  • Recorded evaluation and review. (bd2a7a97a6)
  • Recorded implementation evidence. (98c2dcb8f6)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evaluator-recovery.test.ts and 3 other project files. (e034d5877b)

Recover evidence rework after execution-base provenance hydration

  • Synchronized task and PR records. (02557854d3)
  • Recorded closure for integration. (c6304b9a9d)
  • Recorded evaluation and review. (d7a75af153)
  • Recorded implementation evidence. (7ea68b5d79)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 2 other project files. (a00a8e5648)

Recover task-level evidence rework after completed WorkItems

  • Synchronized task and PR records. (2b0760edea)
  • Recorded closure for integration. (330a7a774b)
  • Recorded evaluation and review. (8b2d797ca0)
  • Recorded implementation evidence. (146757fb59)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.evidence-rework.test.ts and 3 other project files. (8a07a668e1)

Keep verification and review on the same semantic commit

  • Synchronized task and PR records. (e3550efba4)
  • Recorded closure for integration. (eb5295f11a)
  • Recorded evaluation and review. (484071a162)
  • Recorded implementation evidence. (9cd368634f)
  • Recorded the task as in progress. (6eed358dad)
  • Record verified cause and residual boundaries. (e394676e51)
  • Recorded blockers and remaining work. (2ff8bf885e)
  • Recorded evaluation and review. (2066a790ef)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-execute.ts and 2 other project files. (3979960e54)
  • Synchronized task and PR records. (855b362885)
  • Recorded closure for integration. (836dae13fc)
  • Recorded evaluation and review. (0155794770)
  • Recorded implementation evidence. (b5051c9737)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-execute.ts and 2 other project files. (f177d3b87a)

Recover interrupted verification-to-WorkItem completion without false DONE

  • Synchronized task and PR records. (844eff36ba)
  • Recorded closure for integration. (07d29ccba9)
  • Recorded evaluation and review. (f8e8391a0c)
  • Recorded implementation evidence. (c9757daada)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.branch-worktree.test.ts. (fb86c0ea2d)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.branch-worktree.test.ts and 2 other project files. (71a539c711)
  • Synchronized task and PR records. (42b786bb18)
  • Recorded closure for integration. (5050dcb824)
  • Recorded evaluation and review. (fe75de798a)
  • Recorded branch verification. (5f03f48733)
  • Resume after approved documentation update. (7bd0f67bc8)
  • Document recovery verification and residual work. (3b91050006)
  • Recorded blockers and remaining work. (d283ddbabb)
  • Recorded evaluation and review. (3ee3b27fbd)
  • Recorded implementation evidence. (f6d38fd2bf)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.branch-worktree.test.ts and 6 other project files. (cdeca01b41)

Preserve task identity in closeout and worktree fixtures

  • Synchronized task and PR records. (e43acc5f72)
  • Recorded closure for integration. (855aa4ed07)
  • Recorded evaluation and review. (2f64a52f78)
  • Accepted a task result and updated its task-local record and evidence. (afa54c9510)
  • Recorded blockers and remaining work. (fa6256cb4d)
  • Recorded evaluation and review. (0b50340cae)
  • Recorded implementation evidence. (b25253a336)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.lifecycle.finish-validation.test.ts and 3 other project files. (aa40c2d29b)

Repair lifecycle fixture execution bases

  • Synchronized task and PR records. (9ab453ac00)
  • Recorded closure for integration. (e6ec57413d)
  • Recorded evaluation and review. (b7f7b4618a)
  • Recorded implementation evidence. (435309bfd5)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.lifecycle.start-commit.policy.test.ts and 3 other project files. (e54f2c4e55)

Modernize task continuity and approval fixtures

  • Synchronized task and PR records. (db908ae90d)
  • Recorded closure for integration. (30e46ac3c8)
  • Recorded evaluation and review. (000e10e804)
  • Recorded implementation evidence. (724425ab7b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.direct-task-supervision.test.ts and 4 other project files. (9b9883ab1e)

Modernize structured planner-intent fixtures

  • Synchronized task and PR records. (849d1112e4)
  • Recorded closure for integration. (7bde0518a9)
  • Recorded evaluation and review. (f45eb3b5e6)
  • Recorded implementation evidence. (60cdd76fc3)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-create-base-intent.test.ts and 2 other project files. (3c58f90f72)

Modernize route-decision fixture prerequisites

  • Synchronized task and PR records. (30587c2beb)
  • Recorded closure for integration. (e27b0ebc73)
  • Recorded evaluation and review. (7b47791e94)
  • Recorded implementation evidence. (a54f00ff22)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/route-decision.testkit.ts and 7 other project files. (b94fcb8370)

Align intake and query execution fixtures

  • Synchronized task and PR records. (546a00ef13)
  • Recorded closure for integration. (60ca4b6a6f)
  • Recorded evaluation and review. (a54d72371c)
  • Recorded implementation evidence. (cd74d6da32)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.lifecycle.plan.test.ts and 4 other project files. (fba188c364)

Align PR fixtures with committed Git identity

  • Synchronized task and PR records. (51b6befa6e)
  • Recorded closure for integration. (5da173b5f0)
  • Recorded evaluation and review. (251f5b1e16)
  • Recorded implementation evidence. (4055e9a6a1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.pr-flow.pr-notes-verify.test.ts and 9 other project files. (19093ba94b)

Recover green behind PRs through provider branch update

  • Synchronized task and PR records. (b01cc86d4b)
  • Recorded closure for integration. (954838a17b)
  • Recorded evaluation and review. (f2c31858ba)
  • Recorded implementation evidence. (87088d469f)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/workflow-operation-projection.registry.test.ts. (f5a859707d)
  • Recorded approved scope extension. (3a50eb38e1)
  • Recorded blockers and remaining work. (ec4c033c24)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/head-publication.test.ts and 12 other project files. (9507644e95)
  • Recorded approved scope extension. (93e96acc2d)
  • Recorded blockers and remaining work. (d910320483)
  • Recorded approved scope extension. (907773284f)
  • Recorded blockers and remaining work. (314669b328)
  • Synchronized task and PR records. (ddb2e04268)
  • Recorded closure for integration. (01d3f04962)
  • Recorded evaluation and review. (1444bd018c)
  • Recorded implementation evidence. (af6e5bcf5e)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/provider-update-branch-local.test.ts and 5 other project files. (a30f239968)
  • Recorded approved scope extension. (50223e368a)
  • Recorded blockers and remaining work. (ede1feb51d)
  • Synchronized task and PR records. (cfbd3e248b)
  • Recorded closure for integration. (4021f8c762)
  • Recorded evaluation and review. (0e740d0e5e)
  • Recorded implementation evidence. (121d78411d)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/provider-update-branch-route.ts and 3 other project files. (e71ebccbf7)

Modernize exact-result recovery fixtures

  • Synchronized task and PR records. (95b8373fe3)
  • Recorded closure for integration. (1f0951ae43)
  • Recorded evaluation and review. (aab0cfa4ac)
  • Recorded implementation evidence. (c4b2993152)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 2 other project files. (02fcf22e53)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance-effect-recovery.test.ts and 1 other project file. (e7c2b33855)

Repair verification fixtures on integrated main 5fce04a

  • Synchronized task and PR records. (2c9a2f5914)
  • Recorded closure for integration. (eb5787113f)
  • Recorded evaluation and review. (1f52d8e1b1)
  • Recorded implementation evidence. (6b5a0fe4fc)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.incidents.test.ts. (7a2cb313a1)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.incidents.test.ts and 3 other project files. (c6ec75d483)

Replace obsolete CLI test expectations with architecture-aligned contracts

  • Synchronized task and PR records. (5fce04a8be)
  • Recorded closure for integration. (a547ae1bb1)
  • Recorded evaluation and review. (cf1c3a0a21)
  • Recorded implementation evidence. (1669cfa81d)
  • Updated regression coverage; updated packages/agentplane/src/cli/prompts.test.ts and 1 other project file. (a3aedabbaf)
  • Recorded approved scope extension. (412be56823)
  • Recorded blockers and remaining work. (3e20324e66)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/__snapshots__/run-cli.core.help-snap.test.ts.snap and 3 other project files. (ee88a830c6)

Initialize blueprint test projects as real Git repositories for release CI

  • Synchronized task and PR records. (74c39ba733)
  • Recorded closure for integration. (d77fec1a6a)
  • Recorded evaluation and review. (21094966da)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.blueprint.test.ts. (a7642a8b24)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.blueprint.test.ts. (964670bcaf)

Add a digest-bound provider update-branch recovery transition for stale hosted PR heads

  • Synchronized task and PR records. (c5626485f2)
  • Recorded closure for integration. (01a8e1d8ed)
  • Recorded evaluation and review. (08cc105d09)
  • Updated implementation; updated packages/agentplane/src/commands/pr/provider-update-branch.ts. (9304d855e6)
  • Recorded closure for integration. (c1c2ef83c4)
  • Synchronized task and PR records. (bc69b7b85d)
  • Synchronized task and PR records. (2983d01cbe)
  • Recorded closure for integration. (1d788d0c8f)
  • Recorded evaluation and review. (4a5868fa80)
  • Recorded verification rework. (0451ea1db6)
  • Updated implementation; updated packages/agentplane/src/commands/shared/workflow-step-provider-update-branch-spec.ts. (8fde29699b)
  • Updated implementation; updated packages/agentplane/src/commands/shared/workflow-step-provider-update-branch-spec.ts and 2 other project files. (a51cb70543)
  • Synchronized task and PR records. (2043a35b02)
  • Recorded checkout state. (081ca5c503)
  • Synchronized task and PR records. (7c80dfeda3)
  • Recorded closure for integration. (1836cef12e)
  • Recorded evaluation and review. (0be0e06166)
  • Recorded implementation evidence. (03d5a5ef70)
  • Updated implementation; updated packages/agentplane/src/commands/shared/provider-update-branch-route.ts and 4 other project files. (4b128ad62c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/route-decision-blockers.quality-review.test.ts and 16 other project files. (c8c5bbbaaf)
  • Recorded implementation evidence. (6d65c8635e)
  • Updated regression coverage; updated packages/agentplane/src/commands/pr/provider-update-branch.test.ts. (0c6a9a1aac)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/provider-update-branch.test.ts and 1 other project file. (8a43dfe8c8)

Restore packaged mixed-scope lifecycle qualification on the exact release candidate

  • Synchronized task and PR records. (79bc13ff33)
  • Recorded closure for integration. (61a81f0a9b)
  • Recorded evaluation and review. (f0b5631dfa)
  • Recorded implementation evidence. (d12bbdc286)
  • Updated workflow or tooling; updated scripts/qualification/release-qualification.test.mjs. (f49e4609cd)
  • Recorded blockers and remaining work. (0430f33629)
  • Updated workflow or tooling; updated scripts/qualification/release-qualification.test.mjs. (24148a4199)
  • Recorded blockers and remaining work. (22459ea802)
  • Updated workflow or tooling; updated scripts/qualification/check-packaged-mixed-scope-lifecycle.mjs and 1 other project file. (dd2cb4f0c6)

Allow evidence-only rework after an already committed implementation

  • Synchronized task and PR records. (8ea1cefbbc)
  • Recorded closure for integration. (6794d53d88)
  • Recorded evaluation and review. (8257d4ff15)
  • Recorded implementation evidence. (a35583dbd0)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (70055ae195)
  • Synchronized task and PR records. (42c540c359)
  • Recorded closure for integration. (a30f0a51df)
  • Recorded evaluation and review. (08748f5d9b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts and 3 other project files. (26e2ee7ecb)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts and 1 other project file. (b793e12a74)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (9bfcb8e5b9)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts and 3 other project files. (594c82a2eb)

Make aggregate local CI deterministic and preserve failing-group evidence

  • Synchronized task and PR records. (6d359cd0b1)
  • Recorded closure for integration. (89437b7f6e)
  • Recorded evaluation and review. (ded285b4c5)
  • Recorded implementation evidence. (5157abe06c)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/verification-contract.test.ts and 3 other project files. (66d5a250bb)

Fix task scope extend state-binding option parsing

  • Synchronized task and PR records. (a788399c9c)
  • Recorded closure for integration. (7ab42beb69)
  • Recorded evaluation and review. (d06904cbf2)
  • Recorded implementation evidence. (e20914b571)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (034edc0e46)
  • Recorded evaluation and review. (ced2f07cfa)
  • Reopen structured verification. (00a2a50495)
  • Record final evaluator review. (88741abf37)
  • Finalize pre-merge closure. (2fc276eea4)
  • Recorded evaluation and review. (daf7646204)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (c58cac2910)
  • Recorded blockers and remaining work. (20ea1baf81)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (aaf206f2b0)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (3a237d975c)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/scope-extend.command.ts and 1 other project file. (90d9fbc78b)

Migrate blocked-result CLI fixture to structured task plan

  • Synchronized task and PR records. (8fe7573bfc)
  • Recorded closure for integration. (e106ec3f89)
  • Recorded evaluation and review. (5442de826e)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts. (5c917929b8)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts. (7bd56d665b)
  • Recorded blockers and remaining work. (4bf38e343e)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts. (702f2557e5)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.blocked-result.test.ts. (fb2dcbaff3)

Propagate approved scope extension into task-centric WorkItem plan

  • Propagate approved scope extension into task-centric WorkItem plan. (ada2daa6ec)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/task-scope-extension-request.ts and 1 other project file. (3a161c2c9c)
  • Accepted a task result and updated its task-local record and evidence. (d0410c4411)
  • Recorded approved scope extension. (2abb7b2399)
  • Recorded blockers and remaining work. (d6601baab6)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (6c27980db0)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (4467e11d4a)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/task-scope-extension-request.ts and 1 other project file. (10755ab13c)

Stabilize full CI runtime claims under supervisor load

  • Synchronized task and PR records. (bb8e73a2a1)
  • Recorded closure for integration. (3519bea08f)
  • Recorded evaluation and review. (000b4f7c8c)
  • Recorded implementation evidence. (64dc8f0730)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (1e0bb478c3)
  • Recorded evaluation and review. (9242d865cd)
  • Recorded checkout state. (de09c5cc7f)
  • Recorded checkout state. (bdeeb4fa99)
  • Recorded checkout state. (f220529549)
  • Recorded checkout state. (eb03ec9612)
  • Recorded checkout state. (e6878a28f6)
  • Recorded checkout state. (993849d89e)
  • Recorded evaluation and review. (54387c61e3)
  • Recorded implementation evidence. (fb23257091)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (980e7abf87)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (d50767dbd9)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (6b62f90375)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (52c8dfa61a)
  • Updated implementation, workflow or tooling; updated packages/agentplane/src/runner/usecases/task-run-active-claim.testkit.ts and 1 other project file. (36b81025b3)

Honor task-centric PLANNING after material plan refinement

  • Synchronized task and PR records. (488c7f1c81)
  • Recorded closure for integration. (bc0eaf692a)
  • Recorded evaluation and review. (1bb3e202a8)
  • Recorded implementation evidence. (4aa44e9fef)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts. (0b280a295c)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts. (d5d59b8d8a)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-advance.test.ts. (e93d124ac2)
  • Recorded verification rework. (8dcaece042)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 1 other project file. (4826863aa6)

Archive resolved task-centric external result routing incident before v0.7.8

  • Synchronized task and PR records. (d93e42ccae)
  • Recorded closure for integration. (00c4d0630e)
  • Recorded evaluation and review. (ddbfab41f4)
  • Recorded implementation evidence. (8520887d19)
  • Updated documentation; updated docs/developer/incident-archive.mdx. (01821b2c7d)
  • Record work item rework. (5ba6517cd3)
  • Persist failed completion evidence. (bf5e3199f5)
  • Reopen incomplete work item. (00a259f71b)
  • Persist recovered evaluator review. (bc874dfe93)
  • Persist evaluator closeout. (34a6b7ca34)
  • Recorded evaluation and review. (b318add5aa)
  • Recorded branch verification. (655d1f3b3b)
  • Archive resolved routing incident. (dc85452e72)

Finalize the v0.7.8 maximum-assimilation compatibility gate

  • Recorded closure for integration. (81279b3b18)
  • Recorded branch verification. (498586659f)
  • Synchronized task and PR records. (d5a9e5052c)
  • Recorded closure for integration. (b7209e89f3)
  • Recorded evaluation and review. (dc548c4673)
  • Recorded implementation evidence. (ef4e44dbe3)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.critical.context-maximum-assimilation.test.ts. (4e21699575)

Stop verification receipts from overstating check coverage

  • Synchronized task and PR records. (3a9cbda9d6)
  • Recorded closure for integration. (f93d593353)
  • Recorded evaluation and review. (92359ad507)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 3 other project files. (509d164beb)
  • Synchronized task and PR records. (98cbd20ee5)
  • Recorded closure for integration. (e3bdc2ee0b)
  • Recorded evaluation and review. (fa94ee1275)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 3 other project files. (8031a880f6)
  • Updated regression coverage; updated packages/agentplane/src/cli/run-cli.critical.task-centric.test.ts. (1ecc7b57b8)
  • Recorded approved scope extension. (c7d7305a69)
  • Recorded blockers and remaining work. (731b3394ac)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts. (413dbf085e)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (14c9caddb5)
  • Updated regression coverage; updated packages/agentplane/src/commands/shared/task-verification-records.test.ts and 1 other project file. (e466bd2f31)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/task-verification-records.test.ts and 5 other project files. (97f332e430)

Fix idempotent null-WorkItem external result acceptance

  • Synchronized task and PR records. (1d68d8f8aa)
  • Recorded closure for integration. (5ce8717432)
  • Recorded evaluation and review. (c3e7178b64)
  • Strengthen ambiguous result proof. (21a98e9c84)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts. (6a5ee84e66)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts. (e357fa9904)
  • Recorded approved scope extension. (ab942526b9)
  • Recorded blockers and remaining work. (b0094c2112)
  • Recorded test results and evidence. (5b89698ff1)
  • Recorded branch verification. (d8d904d8a3)
  • Recorded test results and evidence. (aa2c19c3ef)
  • Recorded branch verification. (3694037e99)
  • Recorded closure for integration. (06cdc811d9)
  • Recorded evaluation and review. (69251ea409)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts and 1 other project file. (59dc61a27e)
  • Synchronized task and PR records. (cdf66698b9)
  • Recorded closure for integration. (00b3dc53a4)
  • Recorded evaluation and review. (a31c68d161)
  • Recorded implementation evidence. (00992af4f2)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/task-centric-external-result.test.ts and 1 other project file. (84d99a1342)

Refresh the clone baseline after the completed task-centric roadmap

  • Synchronized task and PR records. (ee460292f9)
  • Recorded closure for integration. (eb599cd2f2)
  • Recorded evaluation and review. (db4baefb5e)
  • Recorded implementation evidence. (9f18a5c000)
  • Updated workflow or tooling; updated scripts/baselines/clone-baseline.json. (45afebfe5d)

Restore source-module naming guardrails without changing behavior

  • Synchronized task and PR records. (5fd1963ef2)
  • Recorded closure for integration. (01fb6ee43a)
  • Recorded evaluation and review. (f720ff014d)
  • Recorded implementation evidence. (a0e1156854)
  • Updated implementation; updated packages/agentplane/src/runtime/task-execution-context/index.ts and 7 other project files. (f1b7e477e5)

Preserve verified implementation identity through pre-merge review

  • Synchronized task and PR records. (0a1e75c439)
  • Recorded closure for integration. (b868e33e9b)
  • Record linked batch quality review. (b8a59102f7)
  • Verify linked batch rework. (45ea145da6)
  • Record P1 review rework. (d39082f51a)
  • Record P1 rework verification. (74295b1a9b)
  • Include linked batch task artifacts. (51081797a4)
  • Synchronized task and PR records. (126f190eca)
  • Recorded closure for integration. (eb67e6452a)
  • Recorded evaluation and review. (edb9b45073)
  • Recorded implementation evidence. (bdbf119de1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/quality-review-target.ts and 4 other project files. (d376092d5c)

Resolve task autonomy and evaluator rework incidents

  • Synchronized task and PR records. (49a18763cb)
  • Recorded closure for integration. (f50a7b6175)
  • Recorded evaluation and review. (2c58b8b971)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts and 1 other project file. (60b7fba314)
  • Synchronized task and PR records. (ce8d2bfc1d)
  • Recorded closure for integration. (5997fee879)
  • Recorded evaluation and review. (232f0f1908)
  • Recorded implementation evidence. (8add5f82fb)
  • Updated documentation; updated docs/developer/incident-archive.mdx. (2ebb94cbf1)
  • Recorded implementation evidence. (69d0eedc79)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/supervision-outcome-disposition.test.ts. (06a6961f7a)
  • Recorded implementation evidence. (d3ac47ef33)
  • Updated regression coverage; updated packages/core/src/tasks/plan-execution-grant.test.ts. (9df98c8855)
  • Recorded evaluation and review. (8ff8dacf73)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/scope-extend.test.ts. (c9995fce57)
  • Recorded closure for integration. (f9bda80949)
  • Recorded closure for integration. (bfa2c39196)
  • Recorded evaluation and review. (9289508394)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated docs/developer/incident-archive.mdx and 14 other project files. (cf18e3626c)
  • Recorded approved scope extension. (0abc55be6f)
  • Recorded blockers and remaining work. (fee71a0c88)

Implement the task-centric refactoring roadmap

  • Synchronized task and PR records. (258015fbf8)
  • Recorded closure for integration. (e9dc26f26e)
  • Recorded evaluation and review. (06c4276950)
  • Recorded implementation evidence. (33e8158188)
  • Updated implementation; updated packages/agentplane/src/commands/task/branch-task-supervisor.ts and 1 other project file. (9b760a2d68)
  • Record stale verification rework. (01f5412874)
  • Recorded branch verification. (45224ecf02)
  • Record static-gate rework target. (f944a59b37)
  • Remove unused internal exports. (26a036bf4b)
  • Recorded checkout state. (73ab8af495)
  • Synchronized task and PR records. (7ad7177bb3)
  • Recorded closure for integration. (fae3644ade)
  • Recorded evaluation and review. (0d471f35b3)
  • Recorded branch verification. (c1428deb5b)
  • Restore incident-aware implementation target. (5000a929dd)
  • Record stale verification receipt. (07af66e4ad)
  • Recorded branch verification. (4a3aad852a)
  • Record incident-aware verification. (cf22caf358)
  • Recorded branch verification. (4f29894d50)
  • Bind incident-aware implementation. (8b8ed2b763)
  • Restore verified implementation identity. (db91434258)
  • Record current verification. (052e77f25b)
  • Recorded branch verification. (5fed2c04cb)
  • Record tester verification. (938a9feaba)
  • Recorded branch verification. (34afdddf74)
  • Recorded branch verification. (ce3887ea7b)
  • Recorded test results and evidence. (034ac33595)
  • Recorded branch verification. (c7863a2157)
  • Recorded closure for integration. (f2afd408d5)
  • Recorded evaluation and review. (63144b0b98)
  • Recorded implementation evidence. (b0d39ec46b)
  • Updated workflow or tooling; updated scripts/qualification/check-packaged-mixed-scope-lifecycle.mjs. (be6d5fda97)
  • Recorded approved scope extension. (9ebfaa8d1a)
  • Recorded blockers and remaining work. (348a89eadc)
  • Recorded evaluation and review. (15ddd433fd)
  • Recorded evaluation and review. (92c081a54d)
  • Recorded evaluation and review. (789f5195b3)
  • Recorded implementation evidence. (c0cb407caa)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.test.ts and 21 other project files. (23b5f34f51)
  • Synchronized task and PR records. (d1347c23bd)
  • Recorded closure for integration. (650a572bd2)
  • Recorded evaluation and review. (e026a98f39)
  • Recorded implementation evidence. (269bbc9521)
  • Updated implementation, regression coverage; updated packages/agentplane/src/adapters/task-backend/task-centric-backend-adapter.ts and 11 other project files. (d3084af023)
  • Synchronized task and PR records. (2cd390b521)
  • Recorded closure for integration. (2f3b6c92fa)
  • Recorded evaluation and review. (feb0aaf28a)
  • Recorded implementation evidence. (a50988b1d8)
  • Updated implementation; updated packages/agentplane/src/commands/task/finish-closeout-journal.ts. (6f2508012b)
  • Synchronized task and PR records. (20673bce42)
  • Recorded closure for integration. (975ac1ec2f)
  • Recorded evaluation and review. (1f99bacca2)
  • Recorded implementation evidence. (665abf30e5)
  • Updated implementation; updated packages/agentplane/src/commands/task/finish-closeout-journal.ts. (1b075b5444)
  • Reset finish recovery receipt. (ea93b419c9)
  • Recover prepared finish requests. (b762eccffd)
  • Recorded evaluation and review. (6cb398808b)
  • Recorded implementation evidence. (e14b4c84bc)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/verify-record.unit.test.ts. (795a997199)
  • Cover verification receipt retention. (b9ba5eca04)
  • Reset stale implementation receipt. (fd69cca862)
  • Clear stale implementation on rework. (027439883b)
  • Recorded branch verification. (f5e2bc8b81)
  • Recover tester result. (af1e7053a7)
  • Reconcile review-fix evidence. (d299f50491)
  • Recorded branch verification. (1bf2e6e4d2)
  • Record review-fix verification. (1cf57947f9)
  • Recorded branch verification. (c4d03e14f6)
  • Address review findings. (e6e205da66)
  • Synchronized task and PR records. (cbef5fe3cf)
  • Recorded closure for integration. (53b1b5e1e1)
  • Recorded evaluation and review. (422c1a7373)
  • Recorded implementation evidence. (7da12eba20)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/run-cli.critical.agent-efficiency-baseline.test.ts and 2 other project files. (1007534df9)
  • Recorded approved scope extension. (92734b7f7b)
  • Recorded blockers and remaining work. (fbfd1537e8)
  • Recorded evaluation and review. (3ae0592c39)
  • Recorded evaluation and review. (e79b899a71)
  • Recorded implementation evidence. (94add7b18a)
  • Updated implementation, regression coverage; updated depcruise.config.cjs and 82 other project files. (2746dd91b1)

Accept exact tree identity for GitHub rebase cleanup

  • Accept exact tree identity for GitHub rebase cleanup. (a20c8e011d)
  • Preserve patch proof on tree receipt. (f0f5533e70)
  • Recorded branch verification. (31dc1f762a)
  • Reject identical head and merge IDs. (adaf415c96)
  • Record verification recovery. (fffa2e0b91)
  • Recorded branch verification. (f26c664918)
  • Recorded test results and evidence. (a6ad9533fd)
  • Recorded branch verification. (b8350f0fd7)
  • Satisfy lint in receipt fixture. (10faca6e5c)
  • Synchronized task and PR records. (c00bdc1ead)
  • Recorded closure for integration. (cd5cd49eb7)
  • Recorded evaluation and review. (bf8fe541f3)
  • Recorded branch verification. (e1661a984a)
  • Updated regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged-provider-receipt.test.ts. (2ce59b0950)
  • Recorded verification rework. (b92ef9c0f0)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged-provider-receipt.test.ts and 1 other project file. (8097fe416a)

Fix live GitLab MR transport and provider-neutral mergeability validation

  • Recorded closure for integration. (134c95fd62)
  • Recorded branch verification. (10fafdaa45)
  • Synchronized task and PR records. (288610eb50)
  • Recorded closure for integration. (9ade153706)
  • Recorded evaluation and review. (e1a0484748)
  • Recorded verification rework. (1f0b392ae9)
  • Updated regression coverage; updated packages/agentplane/src/commands/pr/internal/sync-gitlab.test.ts. (d6c0432d8d)
  • Recorded verification rework. (97c6ad1756)
  • Synchronized task and PR records. (80020b1bba)
  • Recorded closure for integration. (7d91ae2e0e)
  • Recorded evaluation and review. (d47a130e52)
  • Recorded verification rework. (16b77aa742)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/hosted-checks.gitlab.test.ts and 1 other project file. (132ba34501)
  • Recorded approved scope extension. (63982610af)
  • Recorded blockers and remaining work. (224ff76bef)
  • Record supervisor regression timeout. (43e6583073)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/integrate-queue.command.test.ts and 1 other project file. (a3a5d82bfa)
  • Recorded approved scope extension. (19f6a56320)
  • Recorded blockers and remaining work. (761e95aa78)
  • Resume GitLab queue dispatch rework. (6732fc037e)
  • Record live GitLab queue rework. (55add26810)
  • Recorded verification rework. (cfd828a547)
  • Preserve cleanup fallback for missing fetch URLs. (075aeaee94)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged-provider-reconciliation.test.ts and 6 other project files. (9305ad304b)
  • Recorded approved scope extension. (6c953572cb)
  • Recorded blockers and remaining work. (47fc214126)
  • Recorded verification rework. (fd0be81668)
  • Updated regression coverage; updated packages/agentplane/src/commands/pr/conflict-rework.test.ts. (fcc25c20bd)
  • Recorded blockers and remaining work. (8831b0f63e)
  • Recorded verification rework. (9bae5c46ed)
  • Updated regression coverage; updated packages/agentplane/src/commands/pr/internal/sync-gitlab.test.ts. (22f3c542b2)
  • Recorded verification rework. (f8f5c57023)
  • Updated regression coverage; updated packages/agentplane/src/commands/pr/internal/glab-api.test.ts. (8033fb64a3)
  • Recorded verification rework. (7063ffa261)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/conflict-rework.test.ts and 5 other project files. (50bb5e770b)

Repair packaged candidate verification-contract refresh after managed upgrade

  • Synchronized task and PR records. (be352e9aad)
  • Recorded closure for integration. (9f8b7ecff1)
  • Recorded evaluation and review. (50b774b47e)
  • Recorded implementation evidence. (207e5f6ca2)
  • Updated implementation; updated packages/agentplane/src/commands/task/verify-record-observed-changes.ts. (9b2deb8943)
  • Synchronized task and PR records. (3cf56d4e44)
  • Recorded closure for integration. (10d4410b56)
  • Recorded evaluation and review. (ef91569e99)
  • Recorded implementation evidence. (0b9de0ae24)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-observed-changes.ts and 1 other project file. (89e58f775a)
  • Synchronized task and PR records. (055cadba03)
  • Recorded closure for integration. (a7d818917e)
  • Recorded evaluation and review. (313d1e8319)
  • Recorded implementation evidence. (4bf6d0082b)
  • Updated implementation; updated packages/agentplane/src/commands/task/verify-record-observed-changes.ts. (1810a44289)
  • Recorded verification rework. (ac5b9884b2)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/verify-record-observed-changes.ts and 1 other project file. (9131533fff)
  • Recorded approved scope extension. (6e7c2cb73a)
  • Recorded blockers and remaining work. (47b0440eb8)

Implement task-scoped autonomous execution after one user-approved plan

  • Synchronized task and PR records. (91c5233e4f)
  • Recorded closure for integration. (833506286c)
  • Recorded evaluation and review. (bb3193d6d2)
  • Recorded implementation evidence. (151945d857)
  • Updated implementation; updated packages/agentplane/src/commands/shared/supervisor-execution-budget-renewal.ts and 1 other project file. (137b60c7e7)
  • Recorded checkout state. (d3a791a7fc)
  • Recorded checkout state. (410d051ca9)
  • Synchronized task and PR records. (316e97e2a7)
  • Recorded closure for integration. (460cd2fe85)
  • Recorded evaluation and review. (1d39287474)
  • Recorded implementation evidence. (f9aacde5f9)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/quality-review-target.ts and 1 other project file. (34507b19ab)
  • Synchronized task and PR records. (ba2396ef0d)
  • Recorded closure for integration. (53d3f8948a)
  • Recorded evaluation and review. (3ff8577b3d)
  • Recorded implementation evidence. (99a6a5699f)
  • Updated implementation; updated packages/agentplane/src/commands/shared/supervisor-execution-episode.ts. (057f1ad2ed)
  • Recorded implementation evidence. (c8634863b7)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/supervisor-execution-episode.test.ts and 5 other project files. (5681b0d292)
  • Recorded test results and evidence. (daa6f64e62)
  • Recorded branch verification. (bfa9f38c69)
  • Recorded test results and evidence. (88e06bd4c7)
  • Recorded branch verification. (2eb8d7ca36)
  • Recorded closure for integration. (784e6e1dae)
  • Recorded evaluation and review. (507af3b933)
  • Recorded implementation evidence. (1d37df86d0)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/external-agent-implementation-authority.ts and 2 other project files. (38e0d182d2)
  • Recorded implementation evidence. (4da81a4efa)
  • Updated regression coverage; updated packages/core/src/tasks/plan-execution-grant.test.ts. (f9a57ded53)
  • Synchronized task and PR records. (55f33d64a3)
  • Recorded closure for integration. (6a5b6fd853)
  • Recorded evaluation and review. (17907aff23)
  • Recorded implementation evidence. (e79d135932)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/quality-review-target.test.ts and 1 other project file. (ffcf295fe6)
  • Recorded test results and evidence. (fb464fcfc1)
  • Recorded branch verification. (501472d44f)
  • Recorded test results and evidence. (9e506356f9)
  • Recorded branch verification. (8b390597c7)
  • Recorded test results and evidence. (97f65df334)
  • Recorded branch verification. (e03a75dd2e)
  • Synchronized task and PR records. (a664575e0c)
  • Recorded closure for integration. (9456913f0c)
  • Recorded evaluation and review. (0608bfcb26)
  • Recorded implementation evidence. (31e582dfcb)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-create-base-intent.test.ts and 6 other project files. (68ad038118)
  • Recorded closure for integration. (883886d39d)
  • Synchronized task and PR records. (4b925712e7)
  • Recorded closure for integration. (8e0978f013)
  • Recorded evaluation and review. (c8a9e01c0f)
  • Recorded implementation evidence. (7b47cf11f4)
  • Updated implementation, regression coverage, workflow or tooling; updated check and 5 other project files. (a84dd9e3fb)
  • Recorded approved scope extension. (1836ad946f)
  • Recorded blockers and remaining work. (5302e316a8)
  • Updated project files; updated check. (6a1c3a4080)
  • Updated project files; updated check. (ca134abf67)
  • Recorded verification rework. (f720b5fd2b)
  • Updated regression coverage; updated packages/agentplane/src/runner/usecases/task-run-active-claim-concurrency.test.ts and 1 other project file. (ab8bc62471)
  • Recorded verification rework. (2a786d09fc)
  • Updated documentation; updated website/static/llms-full.txt. (dac4dfb80f)
  • Synchronized task and PR records. (6b84dcd9c9)
  • Recorded closure for integration. (6275f22cc9)
  • Recorded evaluation and review. (c6c170decc)
  • Recorded implementation evidence. (4329fb19d7)
  • Updated implementation, regression coverage, documentation, workflow or tooling; updated check and 14 other project files. (ae9e80223d)
  • Recorded approved scope extension. (51c554cab4)
  • Recorded blockers and remaining work. (3da8aefbf9)
  • Recorded evaluation and review. (59f8fa106f)
  • Recorded implementation evidence. (48555628ee)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/branch/cleanup-merged.targeted.test.ts and 6 other project files. (6fa8370712)
  • Synchronized task and PR records. (db70addfa2)
  • Recorded closure for integration. (4c118b4a16)
  • Recorded evaluation and review. (c8a7041803)
  • Recorded implementation evidence. (78af428e39)
  • Updated implementation; updated packages/core/src/tasks/plan-execution-grant.ts. (5a68dd0ebe)
  • Synchronized task and PR records. (05926076a6)
  • Recorded closure for integration. (cd525bcfa3)
  • Recorded evaluation and review. (af1d7b8c20)
  • Recorded implementation evidence. (f4e1cb5b34)
  • Updated implementation, regression coverage; updated packages/core/src/tasks/plan-execution-grant.test.ts and 1 other project file. (0a339f786a)
  • Synchronized task and PR records. (010ece2568)
  • Recorded closure for integration. (b24616dd29)
  • Recorded evaluation and review. (e29cd7eab9)
  • Recorded implementation evidence. (fc4b6b84c1)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-create-base-intent.test.ts and 5 other project files. (13931bc825)
  • Synchronized task and PR records. (f69556d28d)
  • Recorded closure for integration. (1a2da3c00b)
  • Recorded evaluation and review. (e75d537191)
  • Recorded implementation evidence. (87ccb15797)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-create-planner-intent.test.ts and 9 other project files. (8298ada8c8)
  • Synchronized task and PR records. (5f5dbdc83d)
  • Recorded closure for integration. (d2ccc92d46)
  • Recorded evaluation and review. (f2230dc1fb)
  • Recorded implementation evidence. (18d5bf63a8)
  • Updated implementation; updated packages/agentplane/src/commands/task/new.ts. (5c435a7da9)
  • Recorded implementation evidence. (ce32739714)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/task-backend.ts and 2 other project files. (d4ff082349)
  • Synchronized task and PR records. (103d6b4acc)
  • Recorded closure for integration. (a9e1980619)
  • Recorded evaluation and review. (31bb3500e3)
  • Recorded implementation evidence. (307d70b29d)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-create-planner-intent.test.ts and 5 other project files. (5ebb45c0ef)
  • Recorded evaluation and review. (c6020c2167)
  • Recorded implementation evidence. (27e8c473ff)
  • Updated implementation, regression coverage, documentation; updated docs/developer/task-execution-authority.mdx and 29 other project files. (9c8ba75207)
  • Recorded evaluation and review. (f2d52609ad)
  • Recorded implementation evidence. (4c82cb58d2)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-verification.test.ts and 1 other project file. (0fc5512142)
  • Updated implementation, regression coverage, documentation; updated docs/developer/task-execution-authority.mdx and 2 other project files. (83cfaa5925)
  • Updated regression coverage, workflow or tooling; updated packages/agentplane/src/cli/run-cli.critical.agent-efficiency-baseline.test.ts and 2 other project files. (c27b7393ff)
  • Recorded approved scope extension. (32f6a864c7)
  • Recorded blockers and remaining work. (c6d8d609dc)
  • Recorded verification rework. (f176bc5d12)
  • Updated implementation, documentation, workflow or tooling; updated packages/agentplane/src/commands/branch/work-start.command.ts and 8 other project files. (9866e7885e)
  • Recorded approved scope extension. (a154291f5d)
  • Recorded blockers and remaining work. (015e7c28f9)
  • Recorded verification rework. (95902acfa5)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/configured-authority.test.ts and 3 other project files. (57a6b8ca28)
  • Recorded verification rework. (89f9786e71)
  • Updated implementation, regression coverage, documentation; updated docs/developer/task-execution-authority.mdx and 23 other project files. (ed5b9eed54)

Route new task creation to the primary checkout

  • Synchronized task and PR records. (3cc2c44248)
  • Recorded closure for integration. (2ddf6c8cfb)
  • Recorded evaluation and review. (beb76a7743)
  • Recorded implementation evidence. (0143f07496)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/new.primary-checkout.test.ts and 1 other project file. (460ddf1808)
  • Recorded checkout state. (1176a010f2)
  • Synchronized task and PR records. (d37874f0cb)
  • Recorded closure for integration. (ee7d9ab881)
  • Recorded evaluation and review. (9ed38cb508)
  • Recorded implementation evidence. (d41384023b)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.tasks.create.test.ts and 1 other project file. (60761021ac)
  • Synchronized task and PR records. (73f7e61ba8)
  • Recorded closure for integration. (4719c72a55)
  • Recorded evaluation and review. (08756a2317)
  • Recorded branch verification. (89e945ee67)
  • Updated regression coverage; updated packages/agentplane/src/commands/task/new.primary-checkout.test.ts. (a42f4b6b5b)
  • Recorded approved scope extension. (b3e3c8614c)
  • Recorded blockers and remaining work. (29f074a000)
  • Recorded verification rework. (a8fd6e1b38)
  • Updated implementation, regression coverage; updated packages/agentplane/src/cli/run-cli.core.task-guided.test.ts and 5 other project files. (699d479945)
  • Recorded approved scope extension. (c097f26157)
  • Recorded blockers and remaining work. (1db51a8280)

Fix local branch_pr status after merged cleanup

  • Synchronized task and PR records. (3e756cba6c)
  • Recorded closure for integration. (daeb2238fd)
  • Recorded evaluation and review. (a498fb3f0e)
  • Recorded implementation evidence. (fcf56630ad)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/shared/route-decision-next-action.test.ts and 1 other project file. (e0db52131a)

Make task execution authority local and direct execution workspace-safe

  • Synchronized task and PR records. (41f1b102af)
  • Recorded closure for integration. (eb8b84abbc)
  • Recorded evaluation and review. (a677a6299d)
  • Recorded implementation evidence. (1cebc5b3a9)
  • Updated implementation; updated packages/agentplane/src/commands/pr/flow-status.ts. (ac1e6e23d4)
  • Recorded verification rework. (02f7d20cac)
  • Synchronized task and PR records. (ce78e78e9f)
  • Recorded closure for integration. (015b91f50a)
  • Recorded evaluation and review. (f5c2664409)
  • Recorded implementation evidence. (a4cade0914)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/direct-task-supervisor-operation.test.ts and 6 other project files. (b173cb8821)
  • Synchronized task and PR records. (3d581d00aa)
  • Recorded closure for integration. (3966726d56)
  • Recorded evaluation and review. (1584c896c2)
  • Recorded implementation evidence. (fe3ac28b5a)
  • Updated implementation, documentation; updated packages/agentplane/src/commands/evaluator/evaluator-diff-evidence.ts and 9 other project files. (874a0c210d)
  • Recorded approved scope extension. (7c638478b9)
  • Recorded blockers and remaining work. (a1588e8d34)
  • Synchronized task and PR records. (15e8884425)
  • Recorded closure for integration. (fb1a3d7c2c)
  • Recorded evaluation and review. (6e29dfeb6c)
  • Recorded branch verification. (4498565aaa)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/finish-blueprint-evidence.ts and 2 other project files. (00bd531e78)
  • Recorded evaluation and review. (a24884ddc9)
  • Recorded implementation evidence. (16ce7a4086)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/task/finish-execute-commit.ts and 1 other project file. (c3a960584c)
  • Recorded evaluation and review. (db5a08d33c)
  • Recorded branch verification. (90c98cbdec)
  • Recorded the task as in progress. (2d3df340d5)
  • Recorded blockers and remaining work. (395eb32c0b)
  • Recorded evaluation and review. (470141bb36)
  • Recorded implementation evidence. (9bc50096d1)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (894ade6b42)
  • Recorded verification rework. (636b029012)
  • Updated workflow or tooling; updated scripts/checks/run-local-ci.mjs. (c7b4cf05c7)
  • Recorded verification rework. (f4dc78297a)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/evaluator/evaluator-execute-supervisor.ts and 25 other project files. (37c9447cbd)
  • Recorded verification rework. (b0039c9ff7)
  • Updated implementation, regression coverage, workflow or tooling; updated packages/agentplane/src/cli/run-cli.critical.agent-efficiency-baseline.test.ts and 12 other project files. (832b2a22b9)
  • Recorded approved scope extension. (3025b76554)
  • Recorded blockers and remaining work. (3ef37b4b0f)
  • Record compatibility rework. (2b1e5e7839)
  • Updated workflow or tooling; updated scripts/baselines/v0.7-compatibility-candidate.json. (5d4adfecac)
  • Recorded approved scope extension. (57c9742830)
  • Recorded blockers and remaining work. (59a89c2c00)
  • Record scoped rework. (42b19109a8)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/integrate-queue-lane.ts and 1 other project file. (f152c3b9dd)
  • Recorded verification rework. (9939cd3f65)
  • Resolve ap doctor checks. (0bd78f34fc)
  • Recorded verification rework. (dfc5bc4f39)
  • Localize execution authority. (5df9f6f44c)

Improve the root README around the semantic-agent and deterministic-CLI boundary

  • Synchronized task and PR records. (6babbd76fd)
  • Recorded closure for integration. (53d9c384e9)
  • Recorded evaluation and review. (e346c5ae83)
  • Recorded implementation evidence. (7f8bf93b61)
  • Updated documentation; updated README.md. (68403f2365)
  • Recorded checkout state. (4569279e4e)
  • Recorded checkout state. (e612f43163)
  • Synchronized task and PR records. (52a0247f7f)
  • Recorded closure for integration. (4954074c16)
  • Recorded evaluation and review. (840a628277)
  • Recorded implementation evidence. (3173437694)
  • Updated documentation; updated README.md. (b3d47eed10)
  • Record stale implementation provenance. (cdd1e00f0a)
  • Recorded branch verification. (aaaab485b8)
  • Restore contract-tested first-task example. (a4dfa4dc07)
  • Recorded checkout state. (5adce3903f)
  • Recorded checkout state. (13a24bfcd8)
  • Synchronized task and PR records. (f81c05d80c)
  • Recorded closure for integration. (3f46607452)
  • Recorded evaluation and review. (e14fa0f0fa)
  • Recorded implementation evidence. (a35d7b0664)
  • Updated documentation; updated README.md. (6023ff7c70)

Add AP-TE Lite to framework agent instructions

  • Synchronized task and PR records. (23fb0196bd)
  • Recorded closure for integration. (be4698a568)
  • Recorded evaluation and review. (16020e4da7)
  • Recorded branch verification. (876e08c638)
  • Add AP-TE Lite to agent instructions. (9c6593d885)

Implement provider-neutral GitHub and GitLab change-request lifecycle

  • Synchronized task and PR records. (60be014575)
  • Recorded closure for integration. (04672fb0d1)
  • Recorded evaluation and review. (80086cbe77)
  • Recorded implementation evidence. (a9ab117c80)
  • Updated implementation; updated packages/agentplane/src/commands/pr/internal/glab-api.ts and 2 other project files. (d6a7eea6fc)
  • Synchronized task and PR records. (2fd6e9fa10)
  • Recorded closure for integration. (5f3a0d852b)
  • Recorded evaluation and review. (b8fee31142)
  • Recorded implementation evidence. (ada945ca2f)
  • Updated implementation, regression coverage; updated packages/agentplane/src/commands/pr/integrate/internal/gitlab-protection.ts and 2 other project files. (f4c631182f)
  • Synchronized task and PR records. (9c8910637d)
  • Recorded closure for integration. (f8be1ff47b)
  • Recorded evaluation and review. (aae0a3f810)
  • Recorded implementation evidence. (62da8d5588)
  • Updated documentation; updated website/static/llms-full.txt. (2a0b41f174)
  • Recorded approved scope extension. (61cb475d21)
  • Recorded blockers and remaining work. (6b094db451)
  • Recorded evaluation and review. (4a35b0945c)
  • Recorded implementation evidence. (4d5972d1ff)
  • Updated implementation, regression coverage, documentation; updated docs/user/branching-and-pr-artifacts.mdx and 51 other project files. (ec3b0b57e9)

Redesign the Agentplane homepage around a clear authority-to-proof happy path

  • Reconcile merged task artifacts. (71b49a3512)
  • Tighten homepage border radii for design contract. (304d2dfb75)
  • Format homepage files for PR verification. (257b7c159b)
  • Recorded closure for integration. (6c42d3d6c3)
  • Refresh task artifacts after rebase. (15b6a70c0f)
  • Recorded closure for integration. (e63c29d6c6)
  • Updated documentation; updated website/docusaurus.config.ts and 3 other project files. (2601e73b3e)

Release metadata and compatibility

  • Refresh next development compatibility candidate. (2a68fc0bd8)
  • Format next development ACR surface. (f6461cae84)

Record the preceding stable release and open the next development line

  • Record publish evidence and open 0.7.8-beta.1. (6fc16a1e68)