docs: add helper causal receipts architecture spec#13
Open
mdheller wants to merge 13 commits into
Open
Conversation
Contributor
Author
Cross-repo implementation traceThis PR is the source architecture contract for Helper Causal Receipts v0.1. Downstream implementation work is now opened across the relevant repos:
Implementation split
Next sourceos-shell artifacts planned on this branch
|
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
Adds the Helper Causal Receipts v0.1 architecture contract plus the first reviewable implementation skeleton for SourceOS Shell.
This captures the design response from the macOS unified-log helper-cascade analysis:
Included in this PR
docs/architecture/helper-causal-receipts-v0.1.mdschemas/helper-causal-receipts.schema.jsonpolicies/helper-receipts/service_taxonomy.v0.1.yamlpolicies/helper-receipts/apple_service_family_taxonomy.v0.1.yamltools/check_helper_receipts.pytools/unified_log_helper_parser.pytools/unified_log_helper_correlator.pytests/test_unified_log_helper_parser.pytests/test_unified_log_helper_correlator.pytests/fixtures/helper-receipts/*.jsonWhy this belongs in sourceos-shell
SourceOS Shell is the right runtime/spec home because it is the user-facing shell and receipt/inspector boundary for helper activity across preview, PDF/document rendering, browser integration, terminal integration, and local-first observability.
Downstream repos should align to this contract:
SourceOS-Linux/BearBrowser: browser file picker, cache cleanup, preview, web thumbnail enforcementSourceOS-Linux/TurtleTerm: terminal preview helper isolation and shell-secret denialSocioProphet/ontogenesis: ontology + SHACL vocabularySocioProphet/prophet-platform: evidence envelope mapping and CI trust gatesCross-repo implementation trace
SourceOS-Linux/BearBrowser#26SourceOS-Linux/TurtleTerm#11SocioProphet/ontogenesis#59SocioProphet/prophet-platform#435Validation commands
Notes
Generated evidence artifacts from the local analysis packet are intentionally not committed here. This PR lands the normative contract, lightweight parser/correlator tooling, policy taxonomies, CI gate, and fixtures only.