vigiles API reference
    Preparing search index...

    Interface ClaudeCodeToolVocabulary

    The Claude Code tool vocabulary, split by the purity floor that admits each tool (mirrors the runtime ladder in core/effects.ts):

    • readOnly: tools a pure unit may declare (Read/Grep/Glob/LS).
    • bounded: read-only ∪ Write/Edit/MultiEdit/NotebookEdit ∪ Bash.
    interface ClaudeCodeToolVocabulary {
        bounded: ClaudeCodeBoundedTool;
        readOnly: ClaudeCodeReadOnlyTool;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Union of tool names allowed under purity: "bounded".

    Union of tool names allowed under purity: "pure".