UNPKG

@memory-bank/mcp

Version:

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

12 lines 434 B
/** * branch-contextテンプレート定義 * * ブランチコンテキストを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * ブランチコンテキストテンプレート * ブランチの目的、背景、ユーザーストーリーなどを表示します */ export declare const branchContextTemplate: Template; //# sourceMappingURL=branch-context.d.ts.map