Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.94 KB

File metadata and controls

42 lines (35 loc) · 1.94 KB

WP Codebox Docs

Start here when authoring or maintaining WP Codebox integrations. The current contracts are generated from code where possible; planning docs are historical unless this index says otherwise.

Current Contracts

Audits And Historical Plans

Contract Authority

  • Recipe schema: npm run wp-codebox -- schema recipe --json.
  • Command catalog: npm run wp-codebox -- commands --json.
  • Runtime TypeScript contracts: packages/runtime-core/src/runtime-contracts.ts.
  • JSON Schema factory: packages/runtime-core/src/recipe-schema.ts.