Commit be2fdf9
refactor(platform-integrations): ship audit_recall.py from lib/ not a top-level scripts/ dir
audit_recall.py is a self-contained, model-invoked executable; it lived in a
new top-level plugin-source/scripts/ dir that existed only for this one file.
Move it next to the shared lib (plugin-source/lib/ -> lib/evolve-lite/ on every
host) so it ships alongside entity_io/audit/config instead of carving out a
parallel scripts/ tree.
The installed, model-facing path is UNCHANGED: the installer still drops it at
~/.{claude,codex,bob}/evolve-lite/audit_recall.py (no lib/ segment) and EVOLVE.md
still invokes it there. Only the rendered SOURCE location moved; installer source
paths and three test path constants updated to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent fb8abec commit be2fdf9
9 files changed
Lines changed: 11 additions & 10 deletions
File tree
- platform-integrations
- bob/evolve-lite/lib/evolve-lite
- claude/plugins/evolve-lite/lib/evolve-lite
- claw-code/plugins/evolve-lite/lib/evolve-lite
- codex/plugins/evolve-lite/lib/evolve-lite
- plugin-source/lib
- tests/platform_integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
820 | 820 | | |
821 | | - | |
| 821 | + | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| |||
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
953 | | - | |
| 953 | + | |
954 | 954 | | |
955 | | - | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | | - | |
| 1180 | + | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments