tidaldb/tidal/docs/planning/milestone-p/OVERVIEW.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

21 lines
641 B
Markdown

# Milestone P Overview
This directory contains the execution plan for the product track defined in `docs/planning/PRODUCT_ROADMAP.md`.
## Phase Map
- `phase-1/` -> P0 Beachhead Validation
- `phase-2/` -> P1 Concierge Alpha
- `PG1 gate` -> Personalization Core Done (must pass before P2)
- `phase-3/` -> P2 Productized Beta
- `phase-4/` -> P3 Public Launch
- `phase-5/` -> P4 Scale + Revenue Fit
## Usage
Each phase follows the same pattern:
1. Read `OVERVIEW.md` for objective, success criteria, and task dependency.
2. Execute tasks in numbered order.
3. Report completion back to `PRODUCT_ROADMAP.md` and `ROADMAP.md` status tables.