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
Adds the runtime test-gate feedback loop for review automation. After a review agent submits findings, AO can now persist those findings, run runtime
verification, fuse the test evidence with the reviewer verdict, and send the final actionable feedback back to the worker.
Also includes hardening for the submit flow, baseline reuse, severity validation, and fused verdict display in the SessionInspector Reviews tab.
Testing
go test ./internal/testgate ./internal/storage/sqlite ./internal/storage/sqlite/store ./internal/service/review ./internal/review ./internal/httpd/ controllers ./internal/cli ./internal/daemon ./internal/httpd/apispec/... ./internal/service/project
go vet ./internal/testgate ./internal/storage/sqlite/store ./internal/service/review ./internal/review ./internal/httpd/controllers ./internal/cli ./ internal/daemon ./internal/httpd/apispec/... ./internal/service/project
npm.cmd run typecheck
npm.cmd run test -- src/renderer/components/SessionInspector.test.tsx src/renderer/lib/command-palette.test.ts
Could not push to head feat/review-test-feedback-loop-complete (no write access). Superseding CI-fix PR opened with rebase onto main + migration renumber (0029→0030) + prettier/lint fixes:
Cannot push to this head (feat/review-test-feedback-loop-complete) — no write access. CI fixes (Prettier SessionInspector, testgate revive comments, unused reviewResults, migration renumber off 0029 → 0030+) live on #3031 only. #3030 was closed as a duplicate of #3031.
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
Adds the runtime test-gate feedback loop for review automation. After a review agent submits findings, AO can now persist those findings, run runtime
verification, fuse the test evidence with the reviewer verdict, and send the final actionable feedback back to the worker.
Also includes hardening for the submit flow, baseline reuse, severity validation, and fused verdict display in the SessionInspector Reviews tab.
Testing
go test ./internal/testgate ./internal/storage/sqlite ./internal/storage/sqlite/store ./internal/service/review ./internal/review ./internal/httpd/ controllers ./internal/cli ./internal/daemon ./internal/httpd/apispec/... ./internal/service/projectgo vet ./internal/testgate ./internal/storage/sqlite/store ./internal/service/review ./internal/review ./internal/httpd/controllers ./internal/cli ./ internal/daemon ./internal/httpd/apispec/... ./internal/service/projectnpm.cmd run typechecknpm.cmd run test -- src/renderer/components/SessionInspector.test.tsx src/renderer/lib/command-palette.test.tsgit diff --check