Merge pull request #545 from paperclipai/feat/worktree-and-routing-polish

Add worktree:make and routing polish
This commit is contained in:
Dotta 2026-03-10 17:38:17 -05:00 committed by GitHub
commit 3a003e11cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 313 additions and 36 deletions

View file

@ -23,6 +23,7 @@ const logFile = path.join(logDir, "server.log");
const sharedOpts = {
translateTime: "HH:MM:ss",
ignore: "pid,hostname",
singleLine: true,
};
export const logger = pino({