(data: WorkspaceMdData)
| 307 | } |
| 308 | |
| 309 | export function buildWorkspaceContextMd(data: WorkspaceMdData): string { |
| 310 | return ['# Workspace Context', '', buildWorkspaceMd(data)].join('\n\n') |
| 311 | } |
| 312 | |
| 313 | /** |
| 314 | * Generate WORKSPACE.md content from actual database state. |
no test coverage detected