export declare const SENTINEL_MONITORS_DIR = ".hforge/monitors"; export declare const SENTINEL_RUNTIME_DIR = ".hforge/runtime"; export declare const SENTINEL_OBSERVATIONS_DIR: string; export declare const SENTINEL_OBSERVATIONS_FILE = "observations.jsonl"; export declare const SENTINEL_FINGERPRINTS_FILE = "fingerprints.json"; export declare const SENTINEL_MONITOR_RUNS_FILE = "monitor-runs.jsonl"; export declare const SENTINEL_SIGNALS_DIR: string; export declare const SENTINEL_SIGNALS_FILE = "signals.jsonl"; export declare const SENTINEL_SUPPRESSIONS_FILE = "suppressions.json"; export declare const SENTINEL_SIGNALS_INDEX_FILE = "signals-index.json"; export declare const SENTINEL_ACTIONS_DIR: string; export declare const SENTINEL_ACTIONS_QUEUE_FILE = "queue.json"; export declare const SENTINEL_LEDGER_FILE = "ledger.jsonl"; export declare const SENTINEL_POLICIES_DIR: string; export declare const SENTINEL_CADENCE_FILE = "cadence.yaml"; export declare const SENTINEL_BUDGET_FILE = "budget.yaml"; export declare const SENTINEL_CADENCE_LEDGER_FILE = "cadence-ledger.jsonl"; export declare const SENTINEL_PID_FILE: string; export declare function sentinelObservationsPath(workspaceRoot: string): string; export declare function sentinelFingerprintsPath(workspaceRoot: string): string; export declare function sentinelMonitorRunsPath(workspaceRoot: string): string; export declare function sentinelMonitorsDir(workspaceRoot: string): string; export declare function sentinelCadencePath(workspaceRoot: string): string; export declare function sentinelBudgetPath(workspaceRoot: string): string; export declare function sentinelCadenceLedgerPath(workspaceRoot: string): string; export declare function sentinelPidPath(workspaceRoot: string): string; export declare function sentinelSignalsPath(workspaceRoot: string): string; export declare function sentinelSignalsIndexPath(workspaceRoot: string): string; export declare function sentinelSuppressionsPath(workspaceRoot: string): string; export declare function sentinelActionsQueuePath(workspaceRoot: string): string; export declare const SENTINEL_APPROVALS_FILE = "approvals.json"; export declare const SENTINEL_ACTIVE_PROFILE_FILE = "active-profile.json"; export declare const SENTINEL_DENIED_PATHS_FILE = "denied-paths.yaml"; export declare const SENTINEL_DENIED_COMMANDS_FILE = "denied-commands.yaml"; export declare function sentinelApprovalsPath(workspaceRoot: string): string; export declare function sentinelActiveProfilePath(workspaceRoot: string): string; export declare function sentinelDeniedPathsPath(workspaceRoot: string): string; export declare function sentinelDeniedCommandsPath(workspaceRoot: string): string; export declare const SENTINEL_RUNS_DIR = "runs"; export declare function sentinelRunDir(workspaceRoot: string, actionId: string): string; export declare function sentinelRunWorktreePath(workspaceRoot: string, actionId: string): string; export declare function sentinelRunStdoutPath(workspaceRoot: string, actionId: string, stepIndex: number): string; export declare function sentinelRunStderrPath(workspaceRoot: string, actionId: string, stepIndex: number): string; export declare function sentinelRunDiffPath(workspaceRoot: string, actionId: string): string; export declare function sentinelRunPlanPath(workspaceRoot: string, actionId: string): string; export declare function sentinelRunVerificationPath(workspaceRoot: string, actionId: string): string; export declare function sentinelRunSideEffectsPath(workspaceRoot: string, actionId: string): string; export declare function sentinelLedgerPath(workspaceRoot: string): string; export declare const SENTINEL_WORLD_DIR: string; export declare const SENTINEL_WORLD_SOURCES_FILE = "sources.json"; export declare const SENTINEL_WORLD_CURSORS_FILE = "cursors.json"; export declare const SENTINEL_WORLD_CACHE_DIR = "cache"; export declare function sentinelWorldSourcesPath(workspaceRoot: string): string; export declare function sentinelWorldCursorsPath(workspaceRoot: string): string; export declare function sentinelWorldCacheDir(workspaceRoot: string, source: string): string; export declare function sentinelRunCheckpointPath(workspaceRoot: string, actionId: string): string; export declare const SENTINEL_WATCHDOG_DIR: string; export declare const SENTINEL_WATCHDOG_INTERVENTIONS_FILE = "interventions.jsonl"; export declare const SENTINEL_WATCHDOG_RUNS_FILE = "agent-runs.json"; export declare function sentinelWatchdogInterventionsPath(workspaceRoot: string): string; export declare function sentinelWatchdogRunsPath(workspaceRoot: string): string; //# sourceMappingURL=paths.d.ts.map