ContextLattice v3.10.2
ContextLattice v3.10.2 - Go-Native Feedback Submit
v3.10.2 closes a strict-runtime gap: /tools/feedback_submit is now owned by gateway-go instead of relying on a Python backend proxy.
What changed:
/tools/feedback_submitnow runs through a native Go handler.- Feedback submissions get bounded validation and normalization for rating, sentiment, tags, metadata, content, and topic paths.
- Idempotency keys protect callers from duplicate writes and reject key reuse with different payloads.
/feedbackand/preferencesexpose native bounded feedback history and preference context projection./telemetry/memoryreports feedback-submit counters and idempotency status.- Strict runtime ownership audits now require
/feedback,/preferences, and/tools/feedback_submit.
What stayed the same:
- ContextLattice still keeps the CLI as the primary operator interface.
- The Python runtime remains legacy/archive/fallback territory, not the hot path.
- Feedback submission does not auto-index into memory; it reports
memoryIndexed: falseuntil native memory indexing is deliberately wired.