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,6 +1,6 @@
# ADR-007: Background Vector Database Synchronization # ADR-007: Background Vector Database Synchronization
**Status**: Proposed **Status**: Accepted — implemented (background vector sync ships; see `nc_get_vector_sync_status` and `VECTOR_SYNC_*` settings)
**Date**: 2025-01-08 **Date**: 2025-01-08
**Supersedes**: ADR-003 **Supersedes**: ADR-003
**Depends On**: ADR-004 (Federated Authentication), ADR-006 (Progressive Consent) **Depends On**: ADR-004 (Federated Authentication), ADR-006 (Progressive Consent)
@@ -1,6 +1,6 @@
# ADR-008: MCP Sampling for Multi-App Semantic Search with RAG # ADR-008: MCP Sampling for Multi-App Semantic Search with RAG
**Status**: Proposed **Status**: Accepted — implemented (`nc_notes_semantic_search_answer` uses MCP sampling via `ctx.session.create_message`)
**Date**: 2025-01-11 **Date**: 2025-01-11
**Depends On**: ADR-007 (Background Vector Sync) **Depends On**: ADR-007 (Background Vector Sync)
+1 -1
View File
@@ -1,6 +1,6 @@
# ADR-009: Generic `semantic:read` OAuth Scope for Multi-App Vector Search # ADR-009: Generic `semantic:read` OAuth Scope for Multi-App Vector Search
**Status**: Proposed **Status**: Accepted — implemented (`semantic.read` scope gates the semantic-search tools)
**Date**: 2025-01-11 **Date**: 2025-01-11
**Depends On**: ADR-007 (Background Vector Sync), ADR-008 (MCP Sampling for Semantic Search) **Depends On**: ADR-007 (Background Vector Sync), ADR-008 (MCP Sampling for Semantic Search)
+1 -1
View File
@@ -1,6 +1,6 @@
# ADR-010: Webhook-Based Vector Database Synchronization # ADR-010: Webhook-Based Vector Database Synchronization
**Status**: Proposed **Status**: Accepted — implemented (webhook listener registration; see `auth/webhook_routes.py` and the `registered_webhooks` store)
**Date**: 2025-01-10 **Date**: 2025-01-10
**Depends On**: ADR-007 (Background Vector Sync) **Depends On**: ADR-007 (Background Vector Sync)
@@ -1,7 +1,7 @@
# ADR-012: Unified Multi-Algorithm Search with Client-Configurable Weighting # ADR-012: Unified Multi-Algorithm Search with Client-Configurable Weighting
## Status ## Status
Proposed Accepted — implemented (hybrid search with RRF/DBSF fusion; see `search/hybrid.py`)
## Context ## Context
+1 -1
View File
@@ -1,6 +1,6 @@
## ADR-013: RAG Evaluation Testing Framework ## ADR-013: RAG Evaluation Testing Framework
**Status:** Proposed **Status:** Partially implemented (RAG evaluation harness lives under `tests/rag_evaluation`)
**Date:** 2025-11-15 **Date:** 2025-11-15
@@ -1,6 +1,6 @@
# ADR-018: Nextcloud PHP App for Settings and Management UI # ADR-018: Nextcloud PHP App for Settings and Management UI
**Status**: Proposed **Status**: Accepted — implemented (the Astrolabe Nextcloud app provides the settings/management UI)
**Date**: 2025-12-14 **Date**: 2025-12-14
**Updated**: 2025-12-15 (Added deployment modes and authentication architecture) **Updated**: 2025-12-15 (Added deployment modes and authentication architecture)
**Related**: ADR-011 (AppAPI Architecture - Rejected), ADR-008 (MCP Sampling), ADR-004 (OAuth Progressive Consent) **Related**: ADR-011 (AppAPI Architecture - Rejected), ADR-008 (MCP Sampling), ADR-004 (OAuth Progressive Consent)
@@ -1,6 +1,6 @@
# ADR-024: Dynaconf Configuration Management # ADR-025: Dynaconf Configuration Management
**Status:** Proposed **Status:** Accepted — implemented (`config.py` is built on dynaconf)
**Date:** 2026-04-04 **Date:** 2026-04-04
**Deciders:** Development Team **Deciders:** Development Team
**Related:** ADR-020 (Deployment Modes), ADR-021 (Configuration Consolidation), ADR-022 (Login Flow v2) **Related:** ADR-020 (Deployment Modes), ADR-021 (Configuration Consolidation), ADR-022 (Login Flow v2)