Adding Actions
This page outlines the workflow for adding an action to an existing tool.
When to read this page: you are extending one existing aggregated tool.
Workflow
- Add the action to
src/core/config.ts - Define or extend the action schema
- Add the action variant to the tool description layer
- Implement the handler
- Enable it by default if appropriate
- Add or update tests
Gotchas
- Keep CLI flag mapping and docs aligned with the new action shape
- Re-check confirmation and permission requirements