Patch release for public no-storage recall and package artifacts.
Fixes:
Retention::Ephemeralnow forces an input boundary across public text, audio, image, media, and replay ingress paths, so no-storage queries still run retrieval and hydrateContext::retrieved_memory.- Durable write permission remains off for ephemeral calls, so CLI/package recall does not store the query as a new memory.
- Adds a public memory-eval runner plus packet, Codex, Grok, and AGY judge adapters.
Packages:
- PyPI:
augmem.cortext==1.1.10, with six cross-platform native libraries and verified q8_0 model bootstrap. The model downloads to the user cache on first use to stay under PyPI's 100 MB file limit. - npm:
@augmem/cortext@1.1.10, with six N-API prebuilds and bundled q8_0 model/vocab assets. - CLI: Zig-built archives for Linux x86_64/aarch64, macOS x86_64/aarch64, and Windows x86_64/aarch64.
Validation:
cmake -S . -B build -DCORTEXT_BUILD_TOOLS=ON -DCMAKE_BUILD_TYPE=Debugcmake --build build --target cortext_cli cortext_memory_eval_runner cortext_tests -jctest --test-dir build -R cortext_tests --output-on-failurepassed in 492.62s.- CLI smoke: stored
The garage door code is 8841., ephemeralrecall "garage door code"retrieved it at rel 0.96, and memory/signal counts stayed 2/2 before and after recall. - Memory-eval smoke: 6 public ephemeral queries, 66 aggregate retrieved candidates, zero empty retrieval packets. Packet answer accuracy 0.0; Codex/Grok/AGY each 0.2 over five scored queries.
- Final PyPI wheel import returned
1.1.10; final npm package load returned1.1.10.