Chris Coutinho and Claude Opus 4.8
b134b2c539
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 >
2026-06-14 12:00:54 +02:00
Chris Coutinho
d235dfa023
chore: Rename Astroglobe -> Astrolabe
2025-12-18 00:02:08 +01:00
Chris Coutinho and Claude Sonnet 4.5
be7f512244
docs: document deployment modes and Nextcloud log querying
...
Update ADR-018 with comprehensive deployment architecture and add
Nextcloud application log querying patterns to CLAUDE.md.
Changes:
- ADR-018 deployment modes documentation:
- Mode 1: Basic single-user (development/simple)
- Mode 2: Basic multi-user pass-through (no OIDC)
- Mode 3: OAuth multi-user with progressive consent
- Authentication flows for each mode
- Communication path diagrams
- Implementation examples
- Use cases and limitations
- CLAUDE.md additions:
- Nextcloud application log querying patterns
- Common jq filters for debugging
- Log structure documentation
- App-specific filtering examples
Benefits:
- Clear guidance on deployment architecture selection
- Documented authentication flows for all scenarios
- Easier debugging with log query patterns
- Complete reference for mode-specific configurations
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-18 00:01:53 +01:00
Chris Coutinho and Claude Opus 4.5
21817543ad
feat(astrolabe): add Nextcloud PHP app for MCP server management
...
Adds a native Nextcloud app "Astroglobe" that provides:
- Personal settings: OAuth authorization for background MCP access
- Admin settings: Server status and vector sync monitoring
- API endpoints for MCP server communication
The app uses PKCE OAuth flow to obtain tokens for the MCP server,
enabling features like background vector sync per ADR-018.
Includes:
- PHP app structure (controllers, services, settings)
- Vue.js frontend components
- Docker compose mount configuration
- Installation hook for development testing
- ADR-018 documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 00:00:40 +01:00