docs: emergency ops, intents catalog, and threat model#6
Merged
Conversation
- docs/ARCHITECTURE.md: system diagram + sequence diagrams for create BEO, grant ConsentToken, submit BioRecord, and destroy BEO flows. Component responsibilities + trust boundaries documented. - docs/GLOSSARY.md: canonical definitions for BEO, IEO, BioRecord, ConsentToken, Scope, Intent, Domain, Guardian, Recovery, Relayer, and taxonomy terms. Normative — all implementations MUST use these meanings. - docs/ERROR_CODES.md: consolidated stable error code catalog cross-linked to contracts, API, SDK, CLI, and MCP sources.
- docs/SLA.md: 99.5% monthly uptime target for Registry API, P95 <500ms for reads and <3s for writes, maintenance windows, incident classification, communication channels, data integrity guarantees, SLA breach reporting procedure. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merge contracts (78 abort_codes) + API (31 machine codes) + SDK/CLI/MCP surfaces into one canonical catalog. Downstream repos will link here instead of duplicating tables. Structure: - Part I — Protocol-level string codes (SDK/CLI/MCP) - Part II — Registry API HTTP + machine codes - Part III — Move abort_code ranges per module - Part IV — SDK / CLI / MCP surface notes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Gap C: add Emergency Operations section to spec/governance.md covering trigger conditions, ACTION_SUSPEND_IEO, 2-of-3 threshold, and reactivation process. - Gap D: create docs/INTENTS_CATALOG.md as authoritative reference for SUBMIT_RECORD, READ_RECORDS, EXPORT_DATA, and MANAGE_CONSENT. - Gap E: create docs/THREAT_MODEL.md with adversary models (network observer, compromised relayer, malicious IEO), trust assumptions, attack surfaces with mitigations, and explicit out-of-scope items. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
spec/governance.md— covers trigger conditions,ACTION_SUSPEND_IEOschema, 2-of-3 multi-sig threshold, and the full reactivation process.docs/INTENTS_CATALOG.md— authoritative list ofSUBMIT_RECORD,READ_RECORDS,EXPORT_DATA, andMANAGE_CONSENTwith descriptions, authorized IEO types, data scope, and restrictions.docs/THREAT_MODEL.md— three adversary models (network observer, compromised relayer, malicious IEO), trust assumptions table, attack surfaces with implemented mitigations, and explicit out-of-scope items.Files changed
spec/governance.md— new Emergency Operations section before BIP Indexdocs/INTENTS_CATALOG.md— new filedocs/THREAT_MODEL.md— new fileTest plan
spec/ieo.mdExchange Intents tablespec/exchange.mdaccess control rules🤖 Generated with Claude Code