MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / fakeSummary

Function fakeSummary

test/session_memory_commit_test.go:203–207  ·  view source on GitHub ↗
(label string)

Source from the content-addressed store, hash-verified

201 }
202 for _, msg := range detail.Messages {
203 if strings.Contains(msg.TextPreview, "long-term memory recall") || strings.Contains(msg.TextPreview, "handoff") {
204 t.Fatalf("transient/compaction message leaked into session memory: %#v", detail.Messages)
205 }
206 }
207}
208
209func sessionMemoryTestConfig(t *testing.T) config.Config {
210 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected