Expand description
Built-in tool registry with definitions for common formatters and linters.
This module provides default configurations for popular tools like ruff, prettier, shellcheck, etc. Users can override these in their configuration.
Structs§
- Tool
Registry - Registry of built-in tool definitions.
Enums§
- Docs
Error - Error from splicing the generated docs into
docs/code-block-tools.md.
Functions§
- builtin_
tool_ ids - IDs of all built-in (registry) tools, sorted.
- render_
builtin_ tools_ table - Render the built-in tools table (the markdown fenced by the doc markers).
- splice_
builtin_ tools_ docs - Splice the generated table and the “Built-in tools” count into the docs file text.