Seed docs workflow and concept docs

This commit is contained in:
2026-07-07 20:43:20 +02:00
commit 670f0d9b6f
12 changed files with 792 additions and 0 deletions

27
docs/DOCS_BACKLOG.md Normal file
View File

@@ -0,0 +1,27 @@
# Docs Backlog
## P1 Immediate
- [ ] Define the `docs` backend manifest, permissions, module metadata, and route contribution.
- [ ] Define documentation source DTOs for manifests, routes, capabilities, policies, configuration packages, and wiki-backed sources.
- [ ] Implement configured, available, and evidence classification for documentation entries.
- [ ] Add API routes for current-context documentation lookup and source inspection.
- [ ] Create focused tests for role-aware and configuration-aware documentation filtering.
## P2 Module Integration
- [ ] Define module manifest fields for documentation contributions.
- [ ] Define capability metadata fields that the docs module can render without importing provider internals.
- [ ] Integrate release catalog and configuration package descriptions as documentation sources.
- [ ] Link repository docs and synced wiki pages as durable evidence sources.
## P2 WebUI
- [ ] Build the documentation browser route contribution and navigation metadata.
- [ ] Build configured-system, available-feature, and evidence views.
- [ ] Build route-aware help entry points from the shared WebUI shell.
## P3 Governance
- [ ] Document ownership rules for runtime docs, repository docs, Gitea wiki pages, and active Gitea issues.
- [ ] Document privacy and permission boundaries for role-aware documentation.