Skip to content

feat: add persistent context memory store with write-time dedup #61

feat: add persistent context memory store with write-time dedup

feat: add persistent context memory store with write-time dedup #61

Triggered via pull request February 22, 2026 18:30
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/memory/memory_test.go#L27
Error return value of `s.Close` is not checked (errcheck)
lint: pkg/memory/decay.go#L116
Error return value of `rows.Close` is not checked (errcheck)
lint: cmd/memory.go#L219
Error return value of `store.Close` is not checked (errcheck)
lint: cmd/memory.go#L170
Error return value of `store.Close` is not checked (errcheck)
lint: cmd/memory.go#L113
Error return value of `store.Close` is not checked (errcheck)
lint: cmd/mcp.go#L153
Error return value of `memStore.Close` is not checked (errcheck)
lint: cmd/api_memory.go#L137
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: cmd/api_memory.go#L115
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: cmd/api_memory.go#L76
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: cmd/api.go#L189
Error return value of `memStore.Close` is not checked (errcheck)