4 Commits

Author SHA1 Message Date
nrs
d9ab76f08b
takt: github-issue-101-itereeshon-ni (#137) 2026-02-08 07:57:19 +09:00
nrs
db789bbaba
takt: github-issue-114-debaggu-puron (#139) 2026-02-08 07:20:36 +09:00
nrslib
6f94681359 change agent to persona 2026-02-07 08:52:37 +09:00
nrslib
b455e312af Fix Ctrl+C not working during piece execution
- Add interruptAllQueries() call in SIGINT handler to kill active SDK queries
- Suppress EPIPE errors from SDK writing to dead child process stdin
  (uncaughtException handler + Promise.resolve().catch() dual-layer)
- Wrap select.ts onKeypress in try/catch to prevent raw mode leak
- Add integration tests for SIGINT handler and EPIPE suppression
2026-02-06 15:49:47 +09:00