Files
evomap__evolver/src/adapters
TanveerKahlon cbc487086c fix(adapters): read tool_input.* in signal-detect for Claude Code (#522)
Claude Code's PostToolUse payload nests tool args under `tool_input` (and write-tool responses expose `tool_response.filePath`). The signal-detect hook was only reading the legacy top-level shape, so the `[Evolution Signal] Detected: [...]` additional-context block was silently returning `{}` on every real edit event.

Check `tool_input.*` and `tool_response.filePath` first, then fall back to the top-level keys so non-Claude-Code adapters and older callers are unaffected. Also picks up `new_string` so Edit-tool payloads are analyzed.

Co-authored-by: TanveerKahlon <TanveerKahlon@users.noreply.github.com>
2026-05-02 22:27:07 +08:00
..
2026-04-18 04:08:54 +00:00
2026-04-16 09:01:19 +00:00
2026-04-16 09:01:19 +00:00
2026-04-27 10:31:12 +00:00
2026-04-27 10:31:12 +00:00