feat(core): publish invocation obstruction graph facts#343
Conversation
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
# Conflicts: # CHANGELOG.md
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