Skip to main content

Module registry

Module registry 

Source
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§

ToolRegistry
Registry of built-in tool definitions.

Enums§

DocsError
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.