Per RFC 0003, Blue-tracked documents live in per-repo .blue/ directories. ADRs needed for semantic adherence checking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add comprehensive design for cross-repo coordination: - Spike: Initial problem exploration - Dialogue: 12-expert, 6-round alignment session - RFC: Full implementation spec Key design decisions: - Realm = git repo (auditable, no new infrastructure) - Index → Realm → Domain → Repo hierarchy - Export/import contracts with semver - Pull-based sync with GitHub issue notifications - Different orgs can coordinate without shared write access 7-week MVP: init, join, export, import, sync, check, status integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>