@fission-ai/openspec
Version:
AI-native system for spec-driven development
14 lines • 452 B
TypeScript
/**
* Pi Command Adapter
*
* Formats commands for Pi (pi.dev) following its prompt template specification.
* Pi prompt templates live in .pi/prompts/*.md with description frontmatter.
*/
import type { ToolCommandAdapter } from '../types.js';
/**
* Pi adapter for prompt template generation.
* File path: .pi/prompts/opsx-<id>.md
* Frontmatter: description
*/
export declare const piAdapter: ToolCommandAdapter;
//# sourceMappingURL=pi.d.ts.map