UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

12 lines 493 B
/** * Workflow CLI Commands * * Commands for the artifact-driven workflow: status, instructions, templates, schemas, new change. */ export { statusCommand } from './status.js'; export { instructionsCommand, applyInstructionsCommand } from './instructions.js'; export { templatesCommand } from './templates.js'; export { schemasCommand } from './schemas.js'; export { newChangeCommand } from './new-change.js'; export { DEFAULT_SCHEMA } from './shared.js'; //# sourceMappingURL=index.js.map