feat(civic-stack): emit OQL/OAC runtime evidence capsule for Seven-Model civic architecture#288
Open
mdheller wants to merge 1 commit into
Open
feat(civic-stack): emit OQL/OAC runtime evidence capsule for Seven-Model civic architecture#288mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…del civic architecture (#154) - CivicStackRunCapsule schema: run_id, actor_ref, oql_plan_id, artifact_manifest_id, policy_decision_id, tool_grants, action_dispatch_records, oql_plan_acceptance, oac_compiler_invocation, subagent_delegations, attestation_events, rationalgrl_trace, hellgraph_evidence_refs, delivery_excellence_signal_ref, provenance_refs, timestamps - RationalGRL trace: goals_addressed (goal/softgoal), tasks_executed, dependencies_blocked with defeater_reason on blocked tasks and denied goals - OQL plan acceptance with OQL-to-agent-task mappings - OAC compiler invocation with artifact emission refs - Policy gates: deny outcome enforces empty tool_grants + all dispatches blocked; blocked dispatches require defeater_reason; oac failure forbids artifact_emission_refs - 2 valid fixtures (allow + deny/policy-blocked) + 3 reject fixtures - validate-civic-stack-runtime-evidence wired into Makefile aggregate validate target - Upstream anchors: ontogenesis#80, #81, policy-fabric#72, sociosphere#323, delivery-excellence#28
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.
Summary
CivicStackRunCapsuleschema: governs AgentPlane emission of runtime evidence for Seven-Model Civic Operating Architecture execution — OQL plan acceptance, OAC compiler invocation, tool grants, action dispatch, RationalGRL trace links, HellGraph/Prophet Core evidence refs, and Delivery Excellence score signalsvalidate-civic-stack-runtime-evidenceMakefile target: schema lint + validator (2 valid, 3 reject fixtures); policy gates enforce: deny outcome → empty grants + all dispatches blocked; blocked dispatch → defeater_reason required; OAC failure → no artifact_emission_refsTest plan
make validate-civic-stack-runtime-evidence— PASS (2 valid, 3 reject)Closes #154
Upstream anchors: ontogenesis#80, ontogenesis#81, policy-fabric#72, sociosphere#323, delivery-excellence#28