gespenst API - v0.1.0
    Preparing search index...

    Interface SerializedTerminalMetadata

    Version and Ghostty build information stored ahead of every snapshot.

    interface SerializedTerminalMetadata {
        createdAt: string;
        format: 1;
        ghostty: Pick<
            GhosttyBuildMetadata,
            "ghosttyVersion"
            | "ghosttyCommit"
            | "abiSchema"
            | "sha256",
        >;
    }
    Index
    createdAt: string

    ISO-8601 timestamp at which the snapshot was created.

    format: 1

    Serialization format version.

    ghostty: Pick<
        GhosttyBuildMetadata,
        "ghosttyVersion"
        | "ghosttyCommit"
        | "abiSchema"
        | "sha256",
    >

    Ghostty build identity required to validate snapshot compatibility.