No description
- Create timeline storage package that subscribes to EventBus - Implement 1000-event buffered queue with drop-oldest behavior - SQLite writer goroutine flushes events every 100ms in batches of 100 - Publishers never block - events dropped with warning log on overflow - All event types stored in SQLite within 1 second of firing - Comprehensive table-driven tests for all acceptance criteria Acceptance Criteria Met: - All event types stored in SQLite within 1 second of firing - Storage subscriber never blocks publishers - Handles queue overflow gracefully with warning log - Tests cover basic storage, non-blocking, drop-oldest, all event types Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .beads | ||
| .github/workflows | ||
| .marathon | ||
| dashboard | ||
| docs | ||
| firmware | ||
| mothership | ||
| tests/e2e | ||
| .dockerignore | ||
| .gitignore | ||
| .needle-predispatch-sha | ||
| .needle.yaml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| PROGRESS.md | ||
| VERSION | ||