@fission-ai/openspec
Version:
AI-native system for spec-driven development
7 lines • 297 B
TypeScript
import { CommandDefinition } from './types.js';
/**
* Registry of all OpenSpec CLI commands with their flags and metadata.
* This registry is used to generate shell completion scripts.
*/
export declare const COMMAND_REGISTRY: CommandDefinition[];
//# sourceMappingURL=command-registry.d.ts.map