feat(#560): WallGuard Professional Workroom runtime product-state contract#655
Open
mdheller wants to merge 1 commit into
Open
feat(#560): WallGuard Professional Workroom runtime product-state contract#655mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…tract - Runtime-state fixture: wall_state, policy_version, participants with acknowledgment_state, blocked_attempts (cross_wall_retrieval/writeback/ collaboration) with safe reason summaries, clean_room_release_request referencing Policy Fabric + Holmes + Core Ledger evidence - Policy gates: fail closed on null/missing wall_ref; reject any blocked attempt with restricted_payload_embedded=true; reject when runtime_enforcement_implemented=true; enforce clean-room release evidence completeness - 3 reject fixtures: missing-wall-context, restricted-payload-in-state, policy-authority-claimed - Makefile target validate-wallguard-professional-workroom-runtime wired into .PHONY and validate: aggregate Closes #560
| from __future__ import annotations | ||
|
|
||
| import json | ||
| import sys |
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
Implements the WallGuard Professional Workroom runtime product-state contract for issue #560.
New files:
contracts/wallguard/professional-workroom-runtime-state.v0.1.json— runtime state fixture: wall_state, policy_version, participants with acknowledgment_state, 3 blocked attempts (retrieval/writeback/collaboration) with safe reason summaries, clean-room release request referencing Policy Fabric + Holmes + Core Ledger evidencecontracts/wallguard/reject.missing-wall-context.json— null wall_ref fails closedcontracts/wallguard/reject.restricted-payload-in-state.json— blocked attempt with restricted_payload_embedded=true is rejectedcontracts/wallguard/reject.policy-authority-claimed.json— runtime_enforcement_implemented=true is rejectedtools/validate_wallguard_professional_workroom_runtime.py— full validator with policy gatesPolicy gates enforced:
wall_refis null/absentrestricted_payload_embedded=trueruntime_enforcement_implemented=truepolicy_decision_ref,holmes_evidence_ref, andcore_ledger_evidence_refMakefile:
validate-wallguard-professional-workroom-runtimewired into.PHONYandvalidate:aggregate.Result: 1 valid + 3 reject, 4/4 pass.
Closes #560
Test plan
make validate-wallguard-professional-workroom-runtimepasses 4/4