[Feature] Add manifest schema/version validation #144

Closed
opened 2026-07-06 15:16:51 +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: 369
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P0: Architecture Safety

Imported item:

Add manifest schema/version validation.
<!-- codex-generic-backlog-fingerprint:95568dde55ac1bafb7f3d8ab --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `369` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P0: Architecture Safety` Imported item: ```text Add manifest schema/version validation. ```
zemion added this to the P0: Architecture Safety milestone 2026-07-06 15:16:51 +02:00
Author
Owner

Codex State: done

Summary

  • Manifest contract/version validation is implemented through ModuleCompatibility and installer preflight, with tests for source-version matching and incompatible manifests.

Changed Files

  • src/govoplan_core/core/modules.py
  • src/govoplan_core/core/module_installer.py
  • tests/test_module_system.py

Verification

  • python -m unittest tests.test_module_system.ModuleSystemTests.test_module_manifest_versions_match_source_project_versions tests.test_module_system.ModuleSystemTests.test_module_installer_preflight_blocks_incompatible_manifest
## Codex State: done ### Summary - Manifest contract/version validation is implemented through ModuleCompatibility and installer preflight, with tests for source-version matching and incompatible manifests. ### Changed Files - `src/govoplan_core/core/modules.py` - `src/govoplan_core/core/module_installer.py` - `tests/test_module_system.py` ### Verification - `python -m unittest tests.test_module_system.ModuleSystemTests.test_module_manifest_versions_match_source_project_versions tests.test_module_system.ModuleSystemTests.test_module_installer_preflight_blocks_incompatible_manifest`
zemion added the
type
feature
priority
p0
source/backlog-import
codex/ready
labels 2026-07-07 23:16:22 +02:00
zemion added the
status
triage
label 2026-07-08 02:36:58 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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