UNPKG

@memory-bank/mcp

Version:

Memory-enabled Co-Pilot (MCP) server for managing project documentation and context

12 lines 461 B
/** * coding-standardsテンプレート定義 * * コーディング規約を表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * コーディング規約テンプレート * 命名規則、フォーマット、ドキュメント、テスト、エラー処理などの規約を表示します */ export declare const codingStandardsTemplate: Template; //# sourceMappingURL=coding-standards.d.ts.map