[Feature] Add manifest schema/versioning #74

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

Imported from a backlog-like text file.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md
  • Line: 130
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 1: Freeze Kernel Contracts

Imported item:

Add manifest schema/versioning.
<!-- codex-generic-backlog-fingerprint:f467e44c0c96b32d5aeacf00 --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `130` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 1: Freeze Kernel Contracts` Imported item: ```text Add manifest schema/versioning. ```
zemion added this to the Phase 1: Freeze Kernel Contracts milestone 2026-07-06 15:05:00 +02:00
zemion added the
type
feature
priority
p2
source/backlog-import
codex/ready
labels 2026-07-07 23:26:23 +02:00
zemion added the
status
triage
label 2026-07-08 02:55:09 +02:00
Author
Owner

Codex State: done

Summary

  • Added supported manifest/frontend asset contract constants and registry-level manifest shape validation.
  • Registry validation now rejects unsupported contract versions, invalid ids/dependency metadata, mismatched migration/frontend metadata, invalid frontend packages, and unusable frontend/nav route declarations.

Changed Files

  • src/govoplan_core/core/modules.py
  • src/govoplan_core/core/registry.py
  • tests/test_module_system.py
  • docs/MODULE_ARCHITECTURE.md

Verification

  • bash scripts/check-focused.sh passed cleanly
## Codex State: done ### Summary - Added supported manifest/frontend asset contract constants and registry-level manifest shape validation. - Registry validation now rejects unsupported contract versions, invalid ids/dependency metadata, mismatched migration/frontend metadata, invalid frontend packages, and unusable frontend/nav route declarations. ### Changed Files - `src/govoplan_core/core/modules.py` - `src/govoplan_core/core/registry.py` - `tests/test_module_system.py` - `docs/MODULE_ARCHITECTURE.md` ### Verification - `bash scripts/check-focused.sh passed cleanly`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#74
No description provided.