Skip to content

Commit d9e1ac4

Browse files
author
StackMemory Bot (CLI)
committed
fix(conductor): add missing agentsDir in finalize command
1 parent be9a52f commit d9e1ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/commands/orchestrate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ export function createConductorCommands(): Command {
13121312
.description('Clean up completed/dead agents that conductor missed')
13131313
.option('--dry-run', 'Show what would be done without doing it', false)
13141314
.action(async (options) => {
1315+
const agentsDir = join(homedir(), '.stackmemory', 'conductor', 'agents');
13151316
const statuses = scanAgentStatuses();
13161317

13171318
// Find agents that are dead or stale (1 hour threshold for finalize)

0 commit comments

Comments
 (0)