Description:
Phase 4 completes the intelligence layer. Write a concise docs/ARCHITECTURE.md
that describes the full pipeline now that all 4 phases are done — replacing the
placeholder ASCII diagram in the README with a proper reference doc.
Sections:
- Pipeline overview (one-paragraph summary)
- Component table: service, tech, input schema, output schema
- Data flow diagram (ASCII or Mermaid)
- Key design decisions (why event-triggered VLM, why two-stage reasoning,
why Redis ring buffer not PostgreSQL)
- What is NOT in scope (true intent understanding, legal compliance, etc.)
Acceptance criteria:
Description: Phase 4 completes the intelligence layer. Write a concise
docs/ARCHITECTURE.mdthat describes the full pipeline now that all 4 phases are done — replacing the placeholder ASCII diagram in the README with a proper reference doc.Sections:
Acceptance criteria:
README.mdupdated to link to this doc