MCPcopy Create free account
hub / github.com/diillson/chatcli / RememberFact

Method RememberFact

cli/workspace/memory.go:168–170  ·  view source on GitHub ↗

RememberFact stores a single fact deterministically (no LLM). category may be empty to auto-classify. Returns true if newly added.

(content, category string)

Source from the content-addressed store, hash-verified

166// RememberFact stores a single fact deterministically (no LLM). category
167// may be empty to auto-classify. Returns true if newly added.
168func (ms *MemoryStore) RememberFact(content, category string) bool {
169 return ms.manager.RememberFact(content, category)
170}
171
172// UpdateProfile applies deterministic profile updates and returns whether
173// anything changed.

Callers 2

RememberMethod · 0.45
rememberMemoryFactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected