This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAdds explicit OLLAMA_DATA path control for local model storage.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Introduces startup storage verification comparing expected source with actual mount. Introduces startup storage verification comparing expected source with actual mount. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Medium |
Adds explicit `OLLAMA_DATA` path for local model storage. Adds explicit `OLLAMA_DATA` path for local model storage. Source: llm_adapter@2026-07-13 Confidence: low |
— |
| Feature | Low |
Ensures quickstart behavior unchanged when `OLLAMA_DATA` is unset. Ensures quickstart behavior unchanged when `OLLAMA_DATA` is unset. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Guarantees no automatic movement or deletion of existing model data. Guarantees no automatic movement or deletion of existing model data. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Applies generic override and verifier to the public core while retaining paid delivery boundaries. Applies generic override and verifier to the public core while retaining paid delivery boundaries. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Allows setting `OLLAMA_DATA` absolute path to mount local model storage at `/root/.ollama`. Allows setting `OLLAMA_DATA` absolute path to mount local model storage at `/root/.ollama`. Source: granite4.1:30b@2026-07-14-audit Confidence: low |
— |
| Bugfix | Medium |
Makes shipped environment examples valid Bash input, handling spaces correctly. Makes shipped environment examples valid Bash input, handling spaces correctly. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Bugfix | Medium |
Adds regression test that sources every shipped profile to prevent silent workflow breaks. Adds regression test that sources every shipped profile to prevent silent workflow breaks. Source: llm_adapter@2026-07-13 Confidence: high |
— |
Full changelog
ContextLattice v3.17.2 - Your Models. Your Disk.
ContextLattice should remember your work, not annex your startup disk. This release gives local model storage an explicit address and proves that the running container honored it.
Local-first, on storage you chose
Set OLLAMA_DATA to an absolute path and the existing Ollama service mounts that location at /root/.ollama. Leave it unset and ContextLattice preserves the backward-compatible home-directory default.
There is no new storage daemon, migration service, or required package. The override uses the existing Compose path and works anywhere that path is valid for the local container runtime.
Configuration becomes evidence
Startup storage verification now includes Ollama. It compares the expected source with the running container's actual mount and fails if they diverge. Configuration no longer gets credit for intent alone.
The shipped environment examples also quote values containing spaces. They remain readable documentation, but they are now valid Bash input too. A regression test sources every shipped profile so future copy changes cannot silently break operator workflows.
Boundaries preserved
- Quickstart behavior is unchanged when
OLLAMA_DATAis unset. - ContextLattice does not move or delete existing model data automatically.
- The public core receives the generic override and verifier.
- Paid delivery retains its existing entitlement and artifact boundaries.
Verification
The release gate covers default and overridden Compose renders, live mount verification, shell-sourceable environment profiles, public and paid lane guards, repeated Go gateway tests, and a live relaunch with model readback from externally mounted storage.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About sheawinkler/ContextLattice
Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity.
Related context
Related tools
Beta — feedback welcome: [email protected]