- 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
17 lines
454 B
Markdown
17 lines
454 B
Markdown
# P0 Task 02: Concierge Pilot Loop
|
|
|
|
## Deliverable
|
|
|
|
A two-week concierge pilot that sends daily briefings, captures feedback, and records perceived usefulness.
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] Daily briefing sent to each participant.
|
|
- [ ] Feedback controls captured (`more`, `less`, `hide`, `mute`, `save`).
|
|
- [ ] Weekly interviews executed per participant sample.
|
|
- [ ] Pilot operations documented (timing, QA, issue handling).
|
|
|
|
## Depends On
|
|
|
|
- Task 01
|