tidaldb/tidal/docs/planning/milestone-p/phase-4/task-02-quality-operations.md
jx12n 3bcfb3c576 feat: Bazel build, crate docs/ai-lookup, docker images, and engine hardening
- Add BUILD.bazel across tidal, tidal-net, tidal-server, tidalctl for bzlmod build
- Add tidal/ crate docs (README, CHANGELOG, CONTRIBUTING, AGENTS, CLAUDE, API, ARCHITECTURE) and ai-lookup reference
- Add docker standalone/cluster/deploy images, compose, and prometheus config
- Harden WAL (batch format, writer, dedup, diagnostics), text syncer/collectors, and vector registry
- Expand tidalctl CLI and tests; restructure WAL/visibility integration test suites
- Refine tidal-net transport/client/server and tidal-server cluster/scatter-gather
2026-06-07 18:29:38 -06:00

16 lines
359 B
Markdown

# P3 Task 02: Quality Operations
## Deliverable
Operational quality controls to prevent stale, duplicate, or low-credibility briefing output.
## Acceptance Criteria
- [ ] Quality floor rules enforced.
- [ ] Regression dashboard for useful-item rate and repeated-unwanted-item rate.
- [ ] On-call quality triage workflow defined.
## Depends On
- Task 01