diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5f0a8..aab7c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to Sentinel are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] — 2026-06-27 +## [0.1.0] — 2026-06-28 First public release: a self-hostable, OpenAI-compatible **verifying LLM gateway** that routes, semantically caches, and verifies every call, with full OpenTelemetry tracing and a diff --git a/ROADMAP.md b/ROADMAP.md index b115c23..84629a9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,6 +2,8 @@ A modular, sequential build. **Work one phase at a time.** Each phase is sized to fit a single LLM context window: it names the *only* files/dirs you should load and change, ships something runnable, and has explicit exit criteria. Do not start phase N+1 until phase N's exit criteria are green and merged. +> **Status — 2026-06-28: COMPLETE.** All build phases (0–7) are done and shipped as **[v0.1.0](https://github.com/MANVENDRA-github/sentinel/releases/tag/v0.1.0)**. Two places the build diverged from this original blueprint: Phase 7's load test is a self-contained **Node harness** (`pnpm load`) rather than k6 — the local Ollama is broken, so it runs against mock upstreams — and it shipped as **v0.1.0**, not v1.0. Phase 8 (fine-tuned judge) remains optional/deferred. Measured numbers live in `PRP_SPEC.md` §5 and the README's Benchmarks section. + > For each phase: read `PRP_SPEC.md` (capability IDs C1–C8), fill `PLAN_TEMPLATE.md`, follow `TEST_CONTRACT.md` (test-first), and log any high-risk work in `SECURITY_REVIEW_LOG.md`. ---