You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capture the scope/provider, review/gate, and bookkeeping backlog priorities and link them to the relevant OAT projects.
Promote agent-provider-root to spec-driven and add its starting-point discovery, specification, and design artifacts.
Add the project grouping tree, workflow-mode recommendations, dependency map, and explicit concurrent kickoff lanes to the roadmap and priority alignment.
Backlog and project coverage
This covers the active scope/provider cluster, the review/gate integrity cluster, the ReviewPlan workflow, and the two standalone gate contracts. The complete ID-and-title mapping is recorded in .oat/repo/pjm/roadmap.md and .oat/repo/pjm/backlog/reviews/priority-alignment.md.
Validation
Push checks passed: release:check-versions, type-check, lint, and format.
pnpm exec oxfmt --check passed for the changed Markdown artifacts.
git diff --check passed.
oat pjm doctor --json confirms repository adoption is declared; it reports only existing PJM layout warnings.
The local commit hook reports the known missing control-plane/dist module before the build restores it; the push completed successfully.
Low Risk
Documentation and OAT project metadata only; no application code, config defaults, or release artifacts are modified in this diff.
Overview
Adds and refreshes OAT project lifecycle documentation so backlog themes map to concrete discovery/spec/design work, without changing CLI or runtime behavior.
agent-provider-root is promoted from quick discovery to spec-driven design: new spec.md and a full design.md define per-dependency canonical agent-root binding, portability ratchet for bare .agents/agents/ reads, consumer migration, and boundaries with tool-pack-scope-provider-truthfulness. state.md now tracks design phase, linked backlog/project issues, and draft spec/design artifacts; discovery.md gains an explicit revalidation notice.
New or expanded discovery dossiers (with plan/implementation templates where noted) capture bounded follow-ups: gate-headless-no-yield (headless gate children must not background required work; cause-specific diagnostics vs PR #190), gate-structured-output-contract (warn when configured oat gate review omits global --json), review-gate-integrity (grouped backlog: bookkeeping-only non-re-review, source-qualified receipts, gate event binding, closeout freshness), and tool-pack-scope-provider-truthfulness (scope vs placement vs provider visibility, directory symlink adoption, init/AGENTS.md guidance; boundary with agent-provider-root after PR #231).
review-plan-workflow discovery now states it is a non-exhaustive baseline that must be revalidated before plan approval.
Reviewed by Cursor Bugbot for commit f3890ee. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-provider-rootto spec-driven and add its starting-point discovery, specification, and design artifacts.Backlog and project coverage
This covers the active scope/provider cluster, the review/gate integrity cluster, the ReviewPlan workflow, and the two standalone gate contracts. The complete ID-and-title mapping is recorded in
.oat/repo/pjm/roadmap.mdand.oat/repo/pjm/backlog/reviews/priority-alignment.md.Validation
release:check-versions,type-check,lint, andformat.pnpm exec oxfmt --checkpassed for the changed Markdown artifacts.git diff --checkpassed.oat pjm doctor --jsonconfirms repository adoption isdeclared; it reports only existing PJM layout warnings.control-plane/distmodule before the build restores it; the push completed successfully.