Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@specd/schema-std

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@specd/schema-std

The default schema for [specd](../../README.md). Defines the standard artifact types, workflow steps, templates, and validation rules used by specd projects.

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@specd/schema-std

The default schema for specd. 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 -- exports schemaName and schemaVersion for 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

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts