This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Commit 90416ba
fix(hsg): allow short content through sanitise guard
The < 20 char length check fired on legitimately short memories
(e.g. "Finish Report" = 13 chars), failing the omnibus Phase 2 test.
Changed to only reject content that was non-empty before sanitisation
but is empty/whitespace after — i.e. the sanitiser consumed all content.
Omnibus: all 3 phases pass.
Co-Authored-By: Claude <noreply@anthropic.com>
AI-Generated: true1 parent dd5e3ed commit 90416ba
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
| 1083 | + | |
1083 | 1084 | | |
1084 | | - | |
| 1085 | + | |
1085 | 1086 | | |
1086 | 1087 | | |
1087 | 1088 | | |
| |||
0 commit comments