Skip to content

feat: Publish 2.0 control-plane readiness summary#632

Merged
StatPan merged 1 commit into
mainfrom
issue-631-publish-2-0-control-plane-readiness-summary
May 23, 2026
Merged

feat: Publish 2.0 control-plane readiness summary#632
StatPan merged 1 commit into
mainfrom
issue-631-publish-2-0-control-plane-readiness-summary

Conversation

@StatPan
Copy link
Copy Markdown
Owner

@StatPan StatPan commented May 23, 2026

Closes #631

@StatPan StatPan merged commit 294834f into main May 23, 2026
11 checks passed
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation to define the 2.0 control-plane surface, detailing stable contracts for goal management, workspace health, and agent adapter boundaries. The changes include updates to the README and the product roadmap to reflect a CLI-first, evidence-backed completion model. Feedback suggests improving the roadmap's consistency by explicitly including schema version names like ticket-status/v1, worker-handoff/v1, and goal-finish-receipt/v1 in the contract tables.


| Area | Ready surface |
| --- | --- |
| State-aware ticket runtime | Current ticket/PR resolution, structured ticket status JSON, action-oriented next steps, role packets, review packets, and lifecycle dry-run/apply commands. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the other rows in this table that use explicit schema names (like goal-status/v1 or workspace-queues/v1), it would be helpful to include the schema names for the ticket status JSON (ticket-status/v1) and role packets (worker-handoff/v1).

Suggested change
| State-aware ticket runtime | Current ticket/PR resolution, structured ticket status JSON, action-oriented next steps, role packets, review packets, and lifecycle dry-run/apply commands. |
| State-aware ticket runtime | Current ticket/PR resolution, `ticket-status/v1`, action-oriented next steps, `worker-handoff/v1` role packets, review packets, and lifecycle dry-run/apply commands. |

| --- | --- |
| State-aware ticket runtime | Current ticket/PR resolution, structured ticket status JSON, action-oriented next steps, role packets, review packets, and lifecycle dry-run/apply commands. |
| Evidence-based finish and audit | Ticket readiness, PR readiness, finish readiness, finish receipts, telemetry/provenance guidance, and workflow drift audit reports. |
| Goal mode | `goal-status/v1`, `goal-next/v1`, `goal-plan/v1`, `goal-finish-readiness/v1`, and idempotent human-review handoff receipts over child ticket graphs. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The schema name goal-finish-receipt/v1 is missing from the list of stable contracts for Goal mode. Including it would be consistent with the other versioned schemas listed in this row and throughout the table.

Suggested change
| Goal mode | `goal-status/v1`, `goal-next/v1`, `goal-plan/v1`, `goal-finish-readiness/v1`, and idempotent human-review handoff receipts over child ticket graphs. |
| Goal mode | `goal-status/v1`, `goal-next/v1`, `goal-plan/v1`, `goal-finish-readiness/v1`, `goal-finish-receipt/v1`, and idempotent human-review handoff receipts over child ticket graphs. |

@StatPan StatPan deleted the issue-631-publish-2-0-control-plane-readiness-summary branch May 23, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish 2.0 control-plane readiness summary

1 participant