ADR-014: Multi-Root Documentation Sources#290
Open
rehsack wants to merge 4 commits into
Open
Conversation
Address pip-audit findings by updating vulnerable dependencies: - authlib: 1.6.6 to 1.6.11+ (CVE-2026-28802, CVE-2026-27962, CVE-2026-28490, GHSA-jj8c-mmj3-mmgv) - cryptography: 46.0.5 to 46.0.7+ (CVE-2026-34073, CVE-2026-39892) - pygments: 2.19.2 to 2.20.0+ (CVE-2026-4539) - pyjwt: 2.10.1 to 2.12.0+ (CVE-2026-32597) - pytest: 9.0.2 to 9.0.3+ (CVE-2025-71176) - python-dotenv: 1.2.1 to 1.2.2+ (CVE-2026-28684) - python-multipart: 0.0.22 to 0.0.26+ (CVE-2026-40347) - requests: 2.32.5 to 2.33.0+ (CVE-2026-25645) Ignore CVEs with no fix available in pip-audit: - CVE-2026-34444 (lupa): transitive from pydocket to fakeredis[lua] - CVE-2026-3219 (pip): pip-audit own dependency Mark authlib.jose deprecation test as xfail pending fastmcp update. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Jens Rehsack <sno@netbsd.org>
Introduces the architectural decision for multi-root support with workspace (read-write) and reference (read-only) access modes. Enables cross-project documentation contexts for product portfolios, layer stacks, and co-development scenarios. Key decisions: explicit key=value CLI parameters, namespace separation, document role classification, template type as opaque metadata, and spec key for framework guidance via path or MCP server. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jens Rehsack <sno@netbsd.org>
Add Hypothesis (property-based testing) cache to `.gitignore` to avoid accidently committing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jens Rehsack <sno@netbsd.org>
Enable dacli to index multiple documentation roots simultaneously with workspace (read-write) and reference (read-only) access modes. This eliminates re-explaining shared context every LLM session and prevents accidental modification of upstream documentation. Namespace-prefixed paths (namespace:file:section) keep cross-root sections unambiguous while single-root mode stays fully backward compatible — all 713 existing tests pass unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jens Rehsack <sno@netbsd.org>
cd4f372 to
8359fbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Decisions
--reference name=...,type=...,path=...) — cross-platform safe (Windows, System i/z, URIs)documentation(core content) andproject-meta(README, LLM.md, etc.)type=arc42), does not interpretspeckey: points LLM to framework guidance (path or MCP server ID) for unfamiliar templatesget_namespaces: entry point for LLM orientation across rootsDiscussion Points
This is a Proposed ADR — seeking feedback on the approach before implementation. Key areas:
.dacli.jsonper root be JSON or TOML? What fields?Test plan
🤖 Generated with Claude Code