claude-code-best/packages
xixingde 75c510cb9d feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows
- Add `visibleTo` field to `BaseAgentDefinition` to restrict agent visibility to specific parent agent types
- Filter agents with `visibleTo` restrictions from wildcard agent lists in prompt generation
- Add new `TDD_AGENT` and `WIKI_AGENT` orchestrator agents as entry points for TDD and Wiki workflows
- Register `WIKI_AGENT` in built-in agents list with workflow grouping comments
- Mark all TDD sub-agents (`TddRunAndFix`, `TddTestAndFix`, `TddTestDesign`, `TddTestPrepare`) as `visibleTo: ['TDD']`
- Mark all Wiki sub-agents (`WikiProjectAnalyze`, `WikiCatalogueDesign`, `WikiDocumentGenerate`, `WikiIndexGeneration`) as `visibleTo: ['WIKI']`
- Mark workflow-specific agents (`DesignAgent`, `QuickExplore`, `Requirement`, `SubCoding`, `TaskCheck`, `TaskPlan`, `StrictSpec`) with appropriate `visibleTo` restrictions
- Refactor `strict-project-wiki` and `strict-test` skills to delegate directly to orchestrator agents via `context: 'fork'`
- Remove stale package-level node_modules symlinks
2026-04-15 15:49:28 +08:00
..
@ant feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
agent-tools feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
audio-capture-napi feat: enable /voice mode with native audio binaries 2026-04-03 21:14:44 +08:00
builtin-tools feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
color-diff-napi feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
image-processor-napi feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
mcp-client feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
modifiers-napi feat: 完成最新的可构建版本 2026-04-01 10:42:53 +08:00
remote-control-server feat(agents): add visibleTo access control and orchestrator agents for TDD/Wiki workflows 2026-04-15 15:49:28 +08:00
url-handler-napi feat: 实现 4 个 NAPI 包 — modifiers/image-processor/audio-capture/url-handler 2026-04-01 01:07:42 +08:00