v0.4.1 — PLUGIN_DATA memory bug fixed, gpt-5.4-mini retest confirmed
What changed
- Bug fix:
context_inject.pywas readingPLUGIN_DATAas the memory dir in Codex environments. No memory files exist there, so the hook injected zero context on every prompt. - Fix: Removed the
PLUGIN_DATAbranch. Memory dir now resolves correctly. - Added:
## Safe Defaultssection to SKILL.md.
Test results
| model | v0.4.0 delta | v0.4.1 result |
|---|---|---|
| gpt-5.4-mini · low | -10.5 pts | +2.6 pts (retest confirmed, n=40) |
| gpt-5.5 · medium | +3.9 pts | not re-run in v0.4.1 — v0.4.0 number stands |
gpt-5.4-mini recovered +13.1 pts after the fix. gpt-5.5 was not re-run.
Unit tests
35/35 passing.