Implementation Notes — Bowrain Platform
Implementation notes contain tactical details for the bowrain platform (AGPL-3.0): SQL schemas, wire protocols, algorithm pseudocode, Go interface signatures, and other reference material. They exist alongside the Architecture Decisions, which describe the design choices; notes describe the implementation.
Framework-level notes (formats, plugin bridge, memory matching, etc.) live in the framework's Implementation Notes.
| Note | Parent AD | Content |
|---|---|---|
| Content Store Schema | AD-004 | PostgreSQL schema, migrations |
| Connector Interfaces | AD-008 | IntegrationConnector signatures |
| Sync Protocol | AD-009 | Wire format, Merkle negotiation, chunking |
| Graph Store Schema | AD-006 | Table layout, Cypher mapping |
| Media Asset Storage | AD-007 | Upload flows, variant pipeline |
| Automation Run Visibility | AD-013 | Run/step/log model, SSE, REST API |
| Translator Workflow | AD-014 | Task fan-out, source review, MCP tools |
| Translation Job Queue | AD-015 | Job model, worker algorithm, quota schema |
| Brand Voice Data Model | AD-015 | VoiceProfile, scoring dimensions |
| Entity & Term Extraction | AD-015 | NER pipeline, review queue schema |
| Knowledge Graph Data Model | AD-021 | Concept/relation schema, change-set ops, REST routes |
| Bravo Agent Implementation | AD-016 | ZeroClaw integration, MCP cloud tools |
| CLI Commands Reference | AD-010 | Command tree, REST routes |
| Admin Control Plane | AD-017 | Realm separation, impersonation audit |
| Observability & Incident Drill-Down | — | Reference-ID drill-down, Sentry/PostHog/CloudWatch, env vars |