docs(adr): correct stale statuses for shipped ADRs

Audit of all ADR status fields found several marked Proposed/Draft that are in
fact implemented. Correct them with an evidence pointer; also fix the ADR-025
title that read "ADR-024".

- ADR-007 background vector sync: Proposed -> Accepted/implemented
- ADR-008 MCP sampling: Proposed -> Accepted/implemented
- ADR-009 semantic.read scope: Proposed -> Accepted/implemented
- ADR-010 webhook-based vector sync: Proposed -> Accepted/implemented
- ADR-012 unified multi-algorithm search: Proposed -> Accepted/implemented
- ADR-013 RAG evaluation: Proposed -> Partially implemented
- ADR-018 Nextcloud settings-UI app: Proposed -> Accepted/implemented
- ADR-025 dynaconf: Proposed -> Accepted/implemented; fix title typo (ADR-024 -> ADR-025)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-06-14 12:00:54 +02:00
co-authored by Claude Opus 4.8
parent 16784d6fd4
commit b134b2c539
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## ADR-013: RAG Evaluation Testing Framework
**Status:** Proposed
**Status:** Partially implemented (RAG evaluation harness lives under `tests/rag_evaluation`)
**Date:** 2025-11-15