Skip to content

Converge the intent corpus under context/intent - #11

Merged
schickling merged 1 commit into
mainfrom
schickling-assistant/2026-08-10-intent-layout-convergence
Aug 10, 2026
Merged

Converge the intent corpus under context/intent#11
schickling merged 1 commit into
mainfrom
schickling-assistant/2026-08-10-intent-layout-convergence

Conversation

@schickling-assistant

Copy link
Copy Markdown
Contributor

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 current main contract.

What

Verification

  • RED (parent): a malformed repo-root decision produced no matching meta-decision-shape diagnostics; GREEN (candidate): the equivalent context/intent record produced four matching diagnostics.
  • RED (parent): an exported no-.git review 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.
  • Exact candidate: cargo fmt --check, cargo test --locked (10 unit, 12 integration, 0 doc), cargo build --locked, cargo clippy --locked --all-targets -- -D warnings, and nix flake check -L all pass. Strict corpus validation reports 0 diagnostics; the graph contains 246 nodes and 215 edges.

Closes #8
Supersedes #6

agent-tool: Codex
agent-tool-version: 0.145.0
agent-runtime: Codex 0.145.0
agent-session-lookup: unavailable
tooling-profile: dotfiles@unknown-dirty
@schickling
schickling merged commit e420471 into main Aug 10, 2026
5 checks passed
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.

CORPUS_SENTINEL hardcodes context/vrs at two sites — decision-dir skip and repo-root discovery

2 participants