@oss-autopilot/core - v3.14.5
    Preparing search index...

    Type Alias GistWarningCause

    GistWarningCause:
        | GistHealthDegradedCause
        | "no-token"
        | "state-unreadable"
        | "init-fallback"

    Causes renderGistWarning can name. Superset of GistHealthDegradedCause: the process-level bootstrap outcomes are observed by config-peek paths (ensureGistPersistence, the MCP init memo) that run before or around manager creation, where there is no StateManager to ask:

    • no-token: gist is configured but no GitHub token was available.
    • state-unreadable: the state file could not be read for this attempt.
    • init-fallback: init resolved degraded — ensureGistPersistence reported 'degraded' (transient network fallback, or a #1443 degraded bootstrap, which it deliberately conflates at that layer).