Skip to content

ContextLattice v3.10.2

Choose a tag to compare

@sheawinkler sheawinkler released this 06 Jul 23:50
d837ad5

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_submit now 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.
  • /feedback and /preferences expose native bounded feedback history and preference context projection.
  • /telemetry/memory reports 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: false until native memory indexing is deliberately wired.