agent-afk 5.93.2 → 5.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/paths.d.ts CHANGED
@@ -44,6 +44,8 @@ export declare function getEnvConfigPath(): string;
44
44
  export declare function getJsonConfigPath(): string;
45
45
  export declare function getSettingsPath(): string;
46
46
  export declare function getProjectSettingsPath(cwd?: string): string;
47
+ export declare function getUserAfkMdPath(): string;
48
+ export declare function getProjectAfkMdPath(cwd?: string): string;
47
49
  export declare function getLegacyEnvConfigPath(): string;
48
50
  export declare function getLegacyJsonConfigPath(): string;
49
51
  export declare function ensureSessionsMigrated(): void;