Skip to content

feat(core): publish invocation obstruction graph facts#343

Merged
flyingrobots merged 2 commits into
mainfrom
stack/invocation-obstruction-graph-facts
May 15, 2026
Merged

feat(core): publish invocation obstruction graph facts#343
flyingrobots merged 2 commits into
mainfrom
stack/invocation-obstruction-graph-facts

Conversation

@flyingrobots
Copy link
Copy Markdown
Owner

Adds causal graph fact publication for optic invocation obstruction.\n\nDoctrine:\nRegistered handles are not authority.\nInvocation obstruction is causal refusal evidence.\nObstruction facts are not admission tickets, law witnesses, executions, scheduler output, or counterfactual candidates.\nReceipts explain graph outcomes; they do not replace graph facts.\n\nBehavior:\n- unknown handle publishes GraphFact::OpticInvocationObstructed\n- operation mismatch publishes GraphFact::OpticInvocationObstructed\n- missing capability publishes GraphFact::OpticInvocationObstructed\n- basis and aperture request bytes are named by deterministic digests\n- fact digests remain deterministic\n\nScope:\n- no success admission\n- no AdmissionTicket\n- no LawWitness\n- no grant validation\n- no execution\n- no scheduler\n- no persistence\n- no Continuum schema\n\nVerification:\n- cargo test -p warp-core --test optic_invocation_admission_tests\n- cargo test -p warp-core --test causal_fact_publication_tests\n- cargo check -p warp-core\n- scripts/ban-nondeterminism.sh\n- npx markdownlint-cli2 docs/design/invocation-obstruction-graph-facts.md CHANGELOG.md\n- git diff --check

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Warning

Rate limit exceeded

@flyingrobots has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 43 minutes and 58 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 888ec05b-01df-4bdf-ade8-b28bac6832c3

📥 Commits

Reviewing files that changed from the base of the PR and between 31c77c1 and 49d635e.

📒 Files selected for processing (6)
  • CHANGELOG.md
  • crates/warp-core/src/causal_facts.rs
  • crates/warp-core/src/lib.rs
  • crates/warp-core/src/optic_artifact.rs
  • crates/warp-core/tests/optic_invocation_admission_tests.rs
  • docs/design/invocation-obstruction-graph-facts.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch stack/invocation-obstruction-graph-facts

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 and usage tips.

@flyingrobots flyingrobots merged commit 6d5a6f4 into main May 15, 2026
32 checks passed
@flyingrobots flyingrobots deleted the stack/invocation-obstruction-graph-facts branch May 15, 2026 12:21
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