@fission-ai/openspec
Version:
AI-native system for spec-driven development
9 lines • 382 B
TypeScript
import type { ProjectConfig } from './project-config.js';
/**
* Serialize config to YAML string with helpful comments.
*
* @param config - Partial config object (schema required, context/rules optional)
* @returns YAML string ready to write to file
*/
export declare function serializeConfig(config: Partial<ProjectConfig>): string;
//# sourceMappingURL=config-prompts.d.ts.map