chore: update agent tool definitions with vsc-native identifiers

- Replaced deprecated generic tool names with specific VS Code command IDs
- Enabled broad MCP tool access for Management and QA agents
- Scoped DevOps agent to strictly infrastructure and release tools
- aligned Playwright and Trivy tool usage with new MCP namespaces
This commit is contained in:
GitHub Actions
2026-02-06 02:28:30 +00:00
parent f9a672efda
commit 6a82186317
12 changed files with 103 additions and 16 deletions

9
docs/tasks.md Normal file
View File

@@ -0,0 +1,9 @@
# Implementation Tasks
## Phase 1: Workflow Updates
- [ ] **Update Docs Workflow** <!-- id: 1 -->
- **Description**: Modify `.github/workflows/docs.yml` to trigger on all branches/PRs but deploy only on main.
- **Reference**: `docs/plans/docs_workflow_update.md`
- **Status**: Pending
- **Owner**: DevOps