This repository was archived by the owner on Jun 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { DatabaseSync } from "node:sqlite";
44import { resolveAgentMonitorDatabasePath } from "./agent-session-sync-service.js" ;
55import 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
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { AGENT_MONITOR_PORT } from "../shared/contracts.js";
66import { isSessionInSandbox } from "./agent-session-sync-service.js" ;
77import 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
You can’t perform that action at this time.
0 commit comments