@codedrifters/configulator 0.0.283 → 0.0.284
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/lib/index.d.mts +13 -4
- package/lib/index.d.ts +13 -4
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1680,7 +1680,7 @@ function resolveAgentPaths(paths) {
|
|
|
1680
1680
|
|
|
1681
1681
|
// src/agent/bundles/progress-files.ts
|
|
1682
1682
|
var DEFAULT_PROGRESS_FILES_ENABLED = true;
|
|
1683
|
-
var DEFAULT_PROGRESS_FILES_STATE_DIR = ".
|
|
1683
|
+
var DEFAULT_PROGRESS_FILES_STATE_DIR = ".state";
|
|
1684
1684
|
var DEFAULT_PROGRESS_FILES_FILENAME_PATTERN = "<ISSUE_NUMBER>-progress.json";
|
|
1685
1685
|
var DEFAULT_PROGRESS_FILES_FORMAT = "json";
|
|
1686
1686
|
var DEFAULT_PROGRESS_FILES_STALE_AFTER_HOURS = 72;
|