vigiles API reference
    Preparing search index...

    Interface DetectResult

    The result of auto-detecting a harness from a repo's layout.

    interface DetectResult {
        adapter: HarnessAdapter;
        ambiguousWith: readonly string[];
        fallback: boolean;
    }
    Index

    Properties

    ambiguousWith: readonly string[]

    Other adapters that matched at the same top specificity — a non-empty list means the repo looks like more than one harness (e.g. a CLAUDE.md + an AGENTS.md), so the pick is ambiguous; resolve with --harness.

    fallback: boolean

    True when detection found no harness markers and fell back to the default.