@fission-ai/openspec
Version:
AI-native system for spec-driven development
9 lines • 362 B
JavaScript
/**
* Template exports for OpenSpec.
*
* The old config file templates (AGENTS.md, project.md, claude-template, etc.)
* have been removed. The skill-based workflow uses skill-templates.ts directly.
*/
// Re-export all skill templates and related types through the compatibility facade.
export * from './skill-templates.js';
//# sourceMappingURL=index.js.map