@karmaniverous/jeeves
    Preparing search index...

    Interface MemoryHygieneOptions

    Options for memory hygiene analysis.

    interface MemoryHygieneOptions {
        budget: number;
        staleDays: number;
        warningThreshold: number;
        workspacePath: string;
    }
    Index

    Properties

    budget: number

    Character budget.

    staleDays: number

    Staleness threshold in days.

    warningThreshold: number

    Warning threshold as a fraction of budget (0–1).

    workspacePath: string

    Workspace root path.