Skip to content

Feat/agent plane core schemas v0 - #5

Merged
mdheller merged 3 commits into
mainfrom
feat/agent-plane-core-schemas-v0
Apr 8, 2026
Merged

Feat/agent plane core schemas v0#5
mdheller merged 3 commits into
mainfrom
feat/agent-plane-core-schemas-v0

Conversation

@mdheller

Copy link
Copy Markdown
Contributor

Description of change

Type of change

  • New schema (additive)
  • Modified schema — additive (new optional field, new enum value)
  • Modified schema — breaking (required field added/removed, type narrowed)
  • New or updated example
  • OpenAPI / AsyncAPI change
  • Documentation only
  • Bug fix

Checklist

  • Schema file created/updated in schemas/ with "description" on schema and all properties
  • "additionalProperties": false present on all object types in the schema
  • Example file created/updated in examples/ and passes ajv validate
  • schemas/README.md updated (family table row added/updated)
  • openapi.yaml or patch updated with summary, description, tags, and error responses
  • asyncapi.yaml or patch updated with channel and message descriptions
  • CHANGELOG.md updated under [Unreleased]
  • specVersion bumped if this is a breaking change
  • ADR created in docs/adr/ if the design involves a non-obvious choice
  • semantic/context.jsonld and hydra.jsonld updated for new first-class types

Validation commands run

# Schema validation
ajv validate -s schemas/<TypeName>.json -d examples/<typename>.json
# OpenAPI lint
spectral lint openapi.yaml
# AsyncAPI lint
asyncapi validate asyncapi.yaml

Related issues / ADRs

CopilotAIand others added 3 commits April 5, 2026 19:02
@mdheller
mdheller merged commit 2d81579 into mainApr 8, 2026
@mdheller
mdheller deleted the feat/agent-plane-core-schemas-v0 branch April 8, 2026 17:42
mdheller added a commit that referenced this pull request Aug 3, 2026
…fest + VENDOR hellgraph (#270)
E12 (gap #5): signed atomic update generations (A→B→Q, auto-rollback) + snapshot/restore
to sovereign store; Software Update + Time Machine replacement, consent-gated + receipted.
Assembly manifest indexes every campaign component + build order into a buildable spine.
Vendors hellgraph @ v0.4.45 (MIT) as a consumed dep with sha512 integrity + verify_vendor.py.
Co-authored-by: Michael Heller <mdheller314@icloud.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mdheller