Add processor manifest declaration surface (API-412)#9
Merged
Brad-Edwards merged 5 commits intoApr 5, 2026
Merged
Conversation
Define ProcessorFeature enum, ProcessorManifest frozen dataclass, and ProcessorManifestModel Pydantic contract for declaring processor identity, supported SDL/contract versions, processing features, backend compatibility, and constraints. Publish processor-manifest-v1 JSON Schema with valid/invalid fixtures.
Add missing [0.1.0] anchor and comparison links to CHANGELOG.md. Bump pyproject.toml version to 0.2.0 to match changelog.
Remove --timeout flag (pytest-timeout not installed) from fuzz job. Use upload-artifact v4 and download-artifact v4 (v3 is deprecated).
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
ProcessorFeatureenum andProcessorManifestfrozen dataclass inaces_processor/capabilities.pyfor processor identity, capability, and compatibility declarationsProcessorManifestModelPydantic contract toaces_processor/contracts.pywithschema_bundle()registrationprocessor-manifest-v1JSON Schema tocontracts/schemas/processor-manifest/contracts/fixtures/processor-manifest/tools/generate_contract_schemas.pytest_processor_manifest.py(9 tests) and updatetest_runtime_contracts.pyCHANGELOG.mdImplements requirement API-412: Processor Identity, Capability, And Compatibility Manifest (Ground Control issue #483).
Test plan
pytest tests/test_processor_manifest.py -v— all 9 tests passpytest tests/test_runtime_contracts.py -v— schema bundle and closed-world assertions passpytest— full suite (533 passed, 0 failed)python tools/generate_contract_schemas.py— schema generation succeeds