Skip to content

feat(testing): bundle adcp-spec schemas as adcp.schemas package, eliminate inlined copies #420

@bokelley

Description

@bokelley

Context

PR #406 inlined a copy of adcp-agents.json for tests and dropped the ^https:// pattern (drift caught manually in code review). If the schemas were bundled into the SDK (e.g. src/adcp/types/schemas/) and exported, tests would import the authoritative shape and drift would be caught by spec-resync rather than human review.

Acceptance Criteria

  • Schemas bundled as adcp.schemas (or src/adcp/types/schemas/) package
  • Tests import from the bundled package, not inlined copies
  • Spec-resync workflow reads from the same source
  • No more inlined JSON in tests/

Refs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions