@karmaniverous/stan
    Preparing search index...

    Function writeArchiveSnapshot

    • Compute (and optionally update) the snapshot file in /diff/. Returns the absolute snapshot path.

      Parameters

      • args: { cwd: string; excludes?: string[]; includes?: string[]; stanPath: string }

        Object with:

        • cwd: Repo root.
        • stanPath: STAN workspace folder.
        • includes: Allow‑list globs (overrides excludes).
        • excludes: Deny‑list globs.

      Returns Promise<string>

      Absolute path to the .archive.snapshot.json file.