@specd/schema-std
v0.1.1
Published
The default schema for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev). Defines the standard artifact types, workflow steps, templates, and validation rules used by specd projects.
Readme
@specd/schema-std
The default schema for specd. For more information, visit getspecd.dev. Defines the standard artifact types, workflow steps, templates, and validation rules used by specd projects.
Contents
schema.yaml-- full schema definition (artifact types, workflow, selectors, validations)templates/-- Markdown templates for spec artifacts:spec.md,verify.md,tasks.md,proposal.md,design.md
src/index.ts-- exportsschemaNameandschemaVersionfor programmatic use
Usage
Reference this schema in your specd.yaml:
schema: '@specd/schema-std'To extend or override parts of the standard schema, use schemaOverrides in your config. See the schema documentation for details.
License
MIT
