From fe05ab6062acf7d5856cde0c32a8de02c51d0301 Mon Sep 17 00:00:00 2001 From: jedarden Date: Tue, 26 May 2026 22:39:13 -0400 Subject: [PATCH] docs: remove 'In Development' note - all planned features complete All phases (1-9) of the implementation plan are complete. The README incorrectly showed the project as in development. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ee06d1..c08b1ba 100644 --- a/README.md +++ b/README.md @@ -282,8 +282,6 @@ ss -tlnp | grep 4318 NEEDLE's `otlp_metric_sink` is enabled in `~/.needle/config.yaml`, pushing aggregated token/cost/bead metrics to `http://localhost:4318/v1/metrics`. FABRIC deduplicates these against JSONL-tailed events and writes them to `~/.needle/fabric.db` with `metrics_source='otlp-metric'`. -🚧 **In Development** - See [docs/plan.md](docs/plan.md) for implementation roadmap. - ## Documentation - [NeedleEvent Schema](docs/schema.md) — canonical wire format shared with NEEDLE