Converge the intent corpus under context/intent - #11
Merged
schickling merged 1 commit intoAug 10, 2026
Merged
Conversation
agent-tool: Codex agent-tool-version: 0.145.0 agent-runtime: Codex 0.145.0 agent-session-lookup: unavailable tooling-profile: dotfiles@unknown-dirty
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.
Why
Issue #8 exposes two conflicting corpus roots: the checker treats
intent/as the corpus while exported review workspaces operate from the repository root. This converges both seams on the currentmaincontract.What
intent/to canonicalcontext/intent/and update owned links, fixtures, CLI defaults/help, CI, and Nix checks.main.Verification
meta-decision-shapediagnostics; GREEN (candidate): the equivalentcontext/intentrecord produced four matching diagnostics..gitreview invoked the checker with--cwd=<export>/intent; GREEN (candidate): it invoked the checker with the exported repository root. Both review invocations exited 0, isolating the path-selection seam.cargo fmt --check,cargo test --locked(10 unit, 12 integration, 0 doc),cargo build --locked,cargo clippy --locked --all-targets -- -D warnings, andnix flake check -Lall pass. Strict corpus validation reports 0 diagnostics; the graph contains 246 nodes and 215 edges.Closes #8
Supersedes #6