release: v2.0.2 - Structural Integrity & Automated Context Management

This commit is contained in:
g1nation
2026-05-13 22:34:44 +09:00
parent e85e11aac6
commit c40571b7ef
22 changed files with 2802 additions and 232 deletions
+3
View File
@@ -1150,6 +1150,9 @@ export class SidebarChatProvider implements vscode.WebviewViewProvider, BridgeIn
return formatArchitectureContextForPrompt({
projectName: p.projectName,
docPath: p.architectureDocPath,
// Pass the project root so the `Source:` header in the prompt is
// workspace-relative — keeps the prompt portable across machines.
projectRoot: p.projectRoot,
lastUpdated: p.architectureLastUpdated,
});
}