Skip to content

Commit 0f2acbf

Browse files
GeneAIclaude
authored andcommitted
fix: Remove Sync Docs button (manage-docs workflow)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 8075c60 commit 0f2acbf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vscode-extension/src/panels/EmpathyDashboardPanel.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,10 +2066,6 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
20662066
<span class="action-icon">&#x1F4DD;</span>
20672067
<span>Generate Docs</span>
20682068
</button>
2069-
<button class="action-btn workflow-btn" data-workflow="manage-docs" title="Ensure program files are documented and docs stay updated">
2070-
<span class="action-icon">&#x1F4C1;</span>
2071-
<span>Sync Docs</span>
2072-
</button>
20732069
</div>
20742070
20752071
<!-- Quality & Testing -->
@@ -2430,7 +2426,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
24302426
const reportWorkflows = [
24312427
'code-review', 'bug-predict', 'security-audit', 'perf-audit',
24322428
'refactor-plan', 'health-check', 'pr-review', 'pro-review',
2433-
'doc-gen', 'manage-docs' // Added: doc workflows should run immediately
2429+
'doc-gen' // Doc generation workflow runs immediately
24342430
];
24352431
if (reportWorkflows.includes(wf)) {
24362432
// Run workflow immediately with project root as input

0 commit comments

Comments
 (0)