Skip to content

feat: add normalized domain model spec and schema (issue #11)#37

Merged
thundermiracle merged 1 commit intomainfrom
codex/issue-11-domain-model
Feb 26, 2026
Merged

feat: add normalized domain model spec and schema (issue #11)#37
thundermiracle merged 1 commit intomainfrom
codex/issue-11-domain-model

Conversation

@thundermiracle
Copy link
Copy Markdown
Owner

Summary

  • add normalized domain model JSON schema (schemas/normalized-domain-model.schema.json)
  • add versioned domain model spec (docs/spec/normalized-domain-model.v1.json)
  • add human-readable model documentation (docs/spec/normalized-domain-model.md)
  • add unit tests for schema/document consistency (tests/normalized-domain-model.test.mjs)

Why

Implements Issue #11 by defining the canonical data model for AI clients, skills, and MCP entries in a stable, testable contract.

Validation

  • pnpm test

Closes #11

@thundermiracle thundermiracle merged commit 49545c8 into main Feb 26, 2026
1 check passed
Sign up for free to 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.

P0-REQ: Define normalized domain model for Client/MCP/Skill

1 participant