Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 9f357c4

Browse files
committed
FEA-1497: Reference breaking-change ticket IDs (FEA-1500, FEA-1501) in anchors
Per repo CLAUDE.md D6, the in-code legacy-migration anchors now cite the ClosedLoop cleanup tickets that track their removal.
1 parent a0a7b2b commit 9f357c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/desktop/src/main/agent-monitor-db-migration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { DatabaseSync } from "node:sqlite";
44
import { resolveAgentMonitorDatabasePath } from "./agent-session-sync-service.js";
55
import type { AgentDatabase } from "./database/index.js";
66

7-
// CLOSEDLOOP-TICKET: remove dashboard.db migration adapter after backfill
8-
// completion (FEA-1497 breaking-change discipline contract #2). This one-time
7+
// CLOSEDLOOP-TICKET FEA-1501: remove dashboard.db migration adapter after
8+
// backfill completion (FEA-1497 breaking-change discipline contract #2). This one-time
99
// boot import carries the vendor sidecar's historical sessions/agents/events/
1010
// token usage into the in-process DB, then RENAMES dashboard.db to
1111
// dashboard.db.migrated (not delete) so a downgrade to an older app version can

apps/desktop/src/main/agent-monitor-listener.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { AGENT_MONITOR_PORT } from "../shared/contracts.js";
66
import { isSessionInSandbox } from "./agent-session-sync-service.js";
77
import type { createLifecycle, HookData } from "./database/lifecycle.js";
88

9-
// CLOSEDLOOP-TICKET: remove legacy HTTP hook listener on 4820 after transport
10-
// migration (FEA-1497 breaking-change discipline contract #1). The hook
9+
// CLOSEDLOOP-TICKET FEA-1500: remove legacy HTTP hook listener on 4820 after
10+
// transport migration (FEA-1497 breaking-change discipline contract #1). The hook
1111
// commands baked into ~/.claude/settings.json and ~/.codex/hooks.json POST to
1212
// 127.0.0.1:4820/api/hooks/event; this in-process listener replaces the vendor
1313
// sidecar that previously owned that port. The contract (port, path, payload

0 commit comments

Comments
 (0)