[Feature] Define capability metadata fields that the docs module can render without importing provider internals #7

Closed
opened 2026-07-07 21:05:36 +02:00 by zemion · 1 comment
Owner

Imported from the repository seed backlog.

  • Source: /mnt/DATA/git/govoplan-docs/docs/DOCS_BACKLOG.md
  • Line: 14
  • Section: P2 Module Integration
  • Milestone: P2 Module Integration

Backlog item:

Define capability metadata fields that the docs module can render without importing provider internals
<!-- codex-module-seed-fingerprint:7395c8b7e2fddeebeee5e9bb --> Imported from the repository seed backlog. - Source: `/mnt/DATA/git/govoplan-docs/docs/DOCS_BACKLOG.md` - Line: `14` - Section: `P2 Module Integration` - Milestone: `P2 Module Integration` Backlog item: ```text Define capability metadata fields that the docs module can render without importing provider internals ```
zemion added this to the P2 Module Integration milestone 2026-07-07 21:05:36 +02:00
Author
Owner

Implemented and published in GovOPlaN/govoplan-core@7b8072d and GovOPlaN/govoplan-docs@e2bf104.

Core manifests now expose typed capability documentation metadata: label, summary, contract version, stability, supported documentation types, and audience. Registry validation keeps the metadata bounded to capabilities actually provided by the declaring module. Docs renders this public contract without importing provider implementations.

Verification: Core documentation-contract tests 5 passed; Docs suite 16 passed; full WebUI build passed.

<!-- codex-closeout-2026-07-31:docs-7 --> Implemented and published in GovOPlaN/govoplan-core@7b8072d and GovOPlaN/govoplan-docs@e2bf104. Core manifests now expose typed capability documentation metadata: label, summary, contract version, stability, supported documentation types, and audience. Registry validation keeps the metadata bounded to capabilities actually provided by the declaring module. Docs renders this public contract without importing provider implementations. Verification: Core documentation-contract tests `5 passed`; Docs suite `16 passed`; full WebUI build passed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GovOPlaN/govoplan-docs#7