vigiles API reference
    Preparing search index...

    Interface CompileClaudeResult

    interface CompileClaudeResult {
        errors: CompileError[];
        linterResults: LinterCheckResult[];
        markdown: string;
        targets: string[];
        tokens: number;
    }
    Index

    Properties

    errors: CompileError[]
    linterResults: LinterCheckResult[]
    markdown: string
    targets: string[]

    All targets from the spec (for multi-target compilation).

    tokens: number

    Estimated token count of compiled output (~4 chars/token).