Added verdict exit codes, dogfood CI, and a touched-path fix for visibility - #2
Merged
Merged
Conversation
- .gitignore: allow fixtures/repo/head/secrets/.env (dummy) so visibility test passes; all other *.env still ignored - fixtures/repo/head/secrets/.env: dummy API_KEY for cloaked verdict test - README: mark implemented items [x] (git ingestion, visibility, engine, docket, in-memory path, git adapter) and keep jj/hosted pending - clean untracked fixtures/base,head and duplicate tomls tests: 54/54 pass, clippy/fmt green
… regression, ambiguity disputes, &self engine API
…ep ambiguity disputes and governance work
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR made by x-preview-f-free from opencode on behalf of Kriday.
This branch grew in parallel with PR #1's engine rewrite. It keeps the reviewed multi-language work but focuses on making oot governable by oot: machine-checkable verdicts, its own policy file, and a CI job that adjudicates every PR. Also fixes a visibility bug that would have cloaked every PR forever.
Summary :
Note on merge strategy vs PR #1: both branches rewrote src/engine/mod.rs. A probe against #1's engine confirmed qualified keys fabricate High conflicts on impl-block moves (pure refactor + unrelated edit => Blocked). Proposal: keep #1's LangConfig architecture + Python support, port this branch's correctness fixes onto it, disable qualifiers or gate them behind ambiguity detection.
Ready For Review !!