feat(FN-2088): merge fusion/fn-2088

This commit is contained in:
gsxdsm
2026-04-18 23:22:26 -07:00
parent 49fea9ede7
commit cae24ce600
11 changed files with 756 additions and 74 deletions

View File

@@ -54,6 +54,9 @@ export const executorLog = createLogger("executor");
/** Logger for the triage processor subsystem. */
export const triageLog = createLogger("triage");
/** Logger for the AI session (pi) subsystem. */
export const piLog = createLogger("pi");
/** Logger for the merge/auto-merge subsystem. */
export const mergerLog = createLogger("merger");