Objective
Add documentation explaining which tools are available in included files vs main workflows and the rationale for the restrictions.
Context
The analysis found intentional but undocumented tool restrictions:
- Main workflows support 13 tools (agentic-workflows, bash, cache-memory, edit, github, playwright, repo-memory, safety-prompt, serena, startup-timeout, timeout, web-fetch, web-search)
- Included files support only 7 tools (agentic-workflows, bash, cache-memory, github, playwright, repo-memory, serena)
- Missing in included files: edit, safety-prompt, startup-timeout, timeout, web-fetch, web-search
These are meta-configuration and advanced features, but the restriction is not documented.
Approach
- Review
docs/src/content/docs/reference/ structure
- Locate or create appropriate documentation file for tools configuration
- Add section explaining:
- Full list of tools available in main workflows
- Subset of tools available in included files
- Rationale for excluding meta-configuration tools (safety-prompt, timeouts)
- Rationale for excluding advanced tools (edit, web-fetch, web-search)
- Examples of tool configuration in each context
- Link to individual tool documentation pages
Files to Modify
- Create or update file in
docs/src/content/docs/reference/ directory
- Possibly update
docs/src/content/docs/reference/tools.md if it exists
Acceptance Criteria
AI generated by Plan Command for discussion #8801
Objective
Add documentation explaining which tools are available in included files vs main workflows and the rationale for the restrictions.
Context
The analysis found intentional but undocumented tool restrictions:
These are meta-configuration and advanced features, but the restriction is not documented.
Approach
docs/src/content/docs/reference/structureFiles to Modify
docs/src/content/docs/reference/directorydocs/src/content/docs/reference/tools.mdif it existsAcceptance Criteria
Related to [plan] Fix schema consistency issues found in analysis #8804