UNPKG

@memory-bank/mcp

Version:

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

12 lines 449 B
/** * system-patternsテンプレート定義 * * システムパターンを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * システムパターンテンプレート * 技術的な決定、ファイル構造、設計パターン、アーキテクチャなどを表示します */ export declare const systemPatternsTemplate: Template; //# sourceMappingURL=system-patterns.d.ts.map