v0.1.8policy-scout2026-06-10

JSON schema contracts, mock fixtures, and domain type system

Established the contract layer for all CLI output shapes with Draft-07 JSON Schemas, paired mock fixtures for browser preview, and split the monolithic types.ts into 12 domain-scoped modules.

v0.1.82026-06-10
  • ·15 Draft-07 JSON Schema contract files covering every CLI output shape (doctor, audit, reports, sweep, policy, sandbox, eval, cleanup)
  • ·15 mock fixture JSON files enabling fully-populated browser preview without a live Policy Scout install
  • ·src/types.ts split into 12 domain-scoped modules under src/types/ (common, doctor, data, reports, audit, sandbox, sweep, eval, decision, policy, faq)
  • ·Contract validation wired into the test suite via jsonschema; all 25 contract tests pass