blue/docs/rfcs
Eric Garcia b8a15c2d87 docs(rfc): Update RFC 0001 with refinement dialogue consensus
Major updates from 12-round alignment dialogue (unanimous consensus):

Architecture:
- Hybrid coordination: SQLite IPC for real-time hints + Git PRs for durable changes
- SQLite sessions.db replaces JSON file for session coordination
- SQLite cache.db for export/contract/validation caching

Commands:
- Reduced to 5 MVP commands: status, sync, worktree, pr, check
- Admin commands under `blue realm admin` subcommand
- Added `blue realm check` with modes: exporter, importer, contract, compatibility

Contracts:
- Added `owner` field (one exporter per contract)
- Added `compatibility: {backwards, forwards}` rules
- Added `validation:` hooks with ci_only option
- Semver ranges in import bindings

Trust & Governance:
- Explicit trust.permissions model
- Contract ownership enforcement
- Cycle detection and prevention

Credentials:
- Layered: env → git credential → keychain → config
- GitHub App auth support for CI

Conflict Resolution:
- Ownership + semver + git rebase strategy
- Stale bindings as soft warnings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 05:33:55 -05:00
..
0001-cross-repo-realms.md docs(rfc): Update RFC 0001 with refinement dialogue consensus 2026-01-24 05:33:55 -05:00
0001-efficient-document-format.md feat: Add Rust workspace and MCP server skeleton 2026-01-23 16:51:04 -05:00
0002-port-coherence-functionality.md feat: Phase 6 - audit and completion tools 2026-01-24 03:48:07 -05:00