mirror of
https://github.com/lukaszraczylo/claude-adam.git
synced 2026-07-14 04:27:06 +00:00
Initial commit: ADAM self-improvement layer for Claude Code
- 8 friction signals via lightweight hook (correction, retry_loop, weak_agent, tool_error_loop, dead_end, edit_churn, build_loop, subagent_dispatch_pattern) - Deterministic confidence rubric with cross-session evidence gate - /reflect skill to dispatch the analyst subagent and walk the queue - Skill overlap detection (prefer skill_edit over skill_new on collision) - Solution synthesis from transcript context for new skill drafts - Soft-delete trash, never hard rm - 18 tests covering all signals
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
{"ts":"2026-05-10T10:00:00Z","session":"s-aaa","cwd":"/tmp/p1","type":"correction","phrase":"no use go test -count=1","prev_tool":"Bash","prev_file":null}
|
||||
{"ts":"2026-05-10T11:00:00Z","session":"s-bbb","cwd":"/tmp/p2","type":"correction","phrase":"actually go test -count=1 always","prev_tool":"Bash","prev_file":null}
|
||||
{"ts":"2026-05-10T12:00:00Z","session":"s-ccc","cwd":"/tmp/p3","type":"correction","phrase":"don't use cached test results, -count=1","prev_tool":"Bash","prev_file":null}
|
||||
Reference in New Issue
Block a user