Skip to content

Commit 5fc0834

Browse files
committed
chore(miner): regenerate stale env-reference for worktree-allocator.js
LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB's default value in the generated docs went stale after lib/worktree-allocator.js's local-store DB open path changed (#6704) without a regeneration; miner:env-reference:check has been failing on main since. Re-run npm run miner:env-reference.
1 parent 104c715 commit 5fc0834

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/loopover-ui/src/lib/ams-env-reference.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
139139
{
140140
name: "LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB",
141141
firstReference: "lib/worktree-allocator.js",
142-
defaultValue: "",
142+
defaultValue: null,
143143
},
144144
{
145145
name: "LOOPOVER_MINER_WORKTREE_DIR",
@@ -186,7 +186,7 @@ export const AMS_ENV_REFERENCE_MARKDOWN = [
186186
"| `LOOPOVER_MINER_SENTRY_DSN` | `lib/sentry.js` | (none) |",
187187
'| `LOOPOVER_MINER_SENTRY_ENVIRONMENT` | `lib/sentry.js` | `"production"` |',
188188
'| `LOOPOVER_MINER_VERSION` | `lib/version.js` | `""` |',
189-
'| `LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB` | `lib/worktree-allocator.js` | `""` |',
189+
"| `LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB` | `lib/worktree-allocator.js` | (none) |",
190190
'| `LOOPOVER_MINER_WORKTREE_DIR` | `lib/worktree-allocator.js` | `""` |',
191191
"| `MINER_CODING_AGENT_PROVIDER` | `lib/laptop-init.js` | (none) |",
192192
"",

packages/loopover-miner/docs/env-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Generated by `npm run miner:env-reference`. Do not edit manually.
3030
| `LOOPOVER_MINER_SENTRY_DSN` | `lib/sentry.js` | (none) |
3131
| `LOOPOVER_MINER_SENTRY_ENVIRONMENT` | `lib/sentry.js` | `"production"` |
3232
| `LOOPOVER_MINER_VERSION` | `lib/version.js` | `""` |
33-
| `LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB` | `lib/worktree-allocator.js` | `""` |
33+
| `LOOPOVER_MINER_WORKTREE_ALLOCATOR_DB` | `lib/worktree-allocator.js` | (none) |
3434
| `LOOPOVER_MINER_WORKTREE_DIR` | `lib/worktree-allocator.js` | `""` |
3535
| `MINER_CODING_AGENT_PROVIDER` | `lib/laptop-init.js` | (none) |

0 commit comments

Comments
 (0)