Skip to content

feat(review): add revision-aware T0 runtime - #35

Merged
777genius merged 2 commits into
mainfrom
feat/revision-aware-review-evidence
Jul 23, 2026
Merged

feat(review): add revision-aware T0 runtime#35
777genius merged 2 commits into
mainfrom
feat/revision-aware-review-evidence

Conversation

@777genius

Copy link
Copy Markdown
Owner

Summary

  • add revision-aware T0 orchestration and current-revision projection
  • add prepared provider invocation and lease-loss cancellation
  • add immutable reusable workflow entrypoints and generated SaaS contract handoff
  • rebuild committed Action runtime

Verification

  • 1719 tests passed, 2 skipped
  • typecheck passed
  • generated contract and reusable workflow suites passed
  • release manifest verified against SaaS 120dfbca and Action 3c75bf1

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@777genius, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 25 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: fe2d03bf-d96f-4485-8938-930056360006

📥 Commits

Reviewing files that changed from the base of the PR and between be133b0 and 3c75bf1.

⛔ Files ignored due to path filters (30)
  • dist/index.js is excluded by !**/dist/**
  • dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • package-lock.json is excluded by !**/package-lock.json
  • src/control-plane/generated/review-action-v2/fixtures/provider-invocation-manifest-v1.golden.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/fixtures/review-action-v2.golden.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/fixtures/review-run-authorize.request.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/fixtures/review-run-authorize.unsupported.response.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/handoff-manifest.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/manifest.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/provider-invocation-manifest-v1.ts is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/review-action-v2-negotiation.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/review-action-v2-negotiation.ts is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/review-action-v2.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/review-action-v2.ts is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_evidence_commit.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_evidence_lookup.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_finalize.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_observation_adopt.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_observation_attach.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_restore.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_start.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_execution_supersede.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_invocation_lease_acquire.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_invocation_lease_release.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_invocation_lease_renew.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_publication_request.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_publication_status.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_run_authorize.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_run_renew.schema.json is excluded by !**/generated/**
  • src/control-plane/generated/review-action-v2/schemas/review_snapshot_restore.schema.json is excluded by !**/generated/**
📒 Files selected for processing (79)
  • .github/workflows/reviewrouter-execution-reusable.yml
  • .github/workflows/reviewrouter-reusable.yml
  • .prettierignore
  • __tests__/e2e/install-script.e2e.test.ts
  • __tests__/integration/provider-mock.integration.test.ts
  • __tests__/unit/analysis/thread-lifecycle.test.ts
  • __tests__/unit/codex-oauth/action-posting.test.ts
  • __tests__/unit/codex-oauth/action-setup-preview.test.ts
  • __tests__/unit/codex-oauth/auth-input.test.ts
  • __tests__/unit/codex-oauth/runtime.test.ts
  • __tests__/unit/control-plane/review-action-v2-client.test.ts
  • __tests__/unit/control-plane/review-action-v2-contract.test.ts
  • __tests__/unit/core/orchestrator.health.test.ts
  • __tests__/unit/github/reusable-workflows.test.ts
  • __tests__/unit/github/review-thread-inventory.test.ts
  • __tests__/unit/output/formatter-v2.test.ts
  • __tests__/unit/output/severity-gate.test.ts
  • __tests__/unit/providers/codex-provider.test.ts
  • __tests__/unit/providers/prepared-invocation.test.ts
  • __tests__/unit/review-orchestration/codex-review-invocation-adapter.test.ts
  • __tests__/unit/review-orchestration/current-review-projection-builder-adapter.test.ts
  • __tests__/unit/review-orchestration/production-review-projection.test.ts
  • __tests__/unit/review-orchestration/production-t0-review-runner.test.ts
  • __tests__/unit/review-orchestration/prompt-coverage-v2.test.ts
  • __tests__/unit/review-orchestration/review-action-v2-control-plane-adapter.test.ts
  • __tests__/unit/review-orchestration/review-observation-normalizer.test.ts
  • __tests__/unit/review-orchestration/review-orchestration-state.test.ts
  • __tests__/unit/review-orchestration/run-t0-review-orchestration.test.ts
  • __tests__/unit/review-orchestration/stable-review-work-plan.test.ts
  • __tests__/unit/review-projection/build-current-review-projection.test.ts
  • __tests__/unit/review-projection/legacy-review-projection-policy-adapter.test.ts
  • docs/review-action-v2-development.md
  • jest.config.js
  • package.json
  • src/analysis/llm/prepared-review-prompt.ts
  • src/analysis/llm/prompt-builder.ts
  • src/analysis/thread-lifecycle.ts
  • src/codex-oauth/action.ts
  • src/codex-oauth/auth-input.ts
  • src/codex-oauth/runtime.ts
  • src/control-plane/review-action-v2-client.ts
  • src/control-plane/review-action-v2-contract.ts
  • src/core/orchestrator.ts
  • src/github/review-thread-inventory.ts
  • src/main.ts
  • src/output/formatter-v2.ts
  • src/providers/base.ts
  • src/providers/claude-code.ts
  • src/providers/codex.ts
  • src/providers/gemini.ts
  • src/providers/opencode.ts
  • src/providers/openrouter.ts
  • src/providers/prepared-invocation.ts
  • src/review-orchestration/application/index.ts
  • src/review-orchestration/application/review-orchestration-ports.ts
  • src/review-orchestration/application/run-t0-review-orchestration.ts
  • src/review-orchestration/domain/index.ts
  • src/review-orchestration/domain/review-orchestration-state.ts
  • src/review-orchestration/domain/review-prompt-coverage.ts
  • src/review-orchestration/domain/stable-review-work-plan.ts
  • src/review-orchestration/infrastructure/codex-review-invocation-adapter.ts
  • src/review-orchestration/infrastructure/current-review-projection-builder-adapter.ts
  • src/review-orchestration/infrastructure/github-review-state-adapter.ts
  • src/review-orchestration/infrastructure/index.ts
  • src/review-orchestration/infrastructure/production-review-projection.ts
  • src/review-orchestration/infrastructure/production-t0-review-runner.ts
  • src/review-orchestration/infrastructure/review-action-v2-control-plane-adapter.ts
  • src/review-orchestration/infrastructure/review-observation-normalizer.ts
  • src/review-projection/application/build-current-review-projection.ts
  • src/review-projection/application/index.ts
  • src/review-projection/application/review-projection-ports.ts
  • src/review-projection/domain/current-review-projector.ts
  • src/review-projection/domain/index.ts
  • src/review-projection/domain/review-projection-canonicalizer.ts
  • src/review-projection/domain/review-projection-limits.ts
  • src/review-projection/domain/review-projection.ts
  • src/review-projection/index.ts
  • src/review-projection/infrastructure/legacy/legacy-review-projection-policy-adapter.ts
  • src/types/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/revision-aware-review-evidence

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@777genius
777genius merged commit 852297e into main Jul 23, 2026
3 checks passed
@777genius
777genius deleted the feat/revision-aware-review-evidence branch July 23, 2026 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant