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

Method WriteDailyNote

cli/workspace/memory.go:85–87  ·  view source on GitHub ↗

WriteDailyNote appends to today's daily note.

(entry string)

Source from the content-addressed store, hash-verified

83
84// WriteDailyNote appends to today's daily note.
85func (ms *MemoryStore) WriteDailyNote(entry string) error {
86 return ms.manager.WriteDailyNote(entry)
87}
88
89// GetRecentDailyNotes returns the last N days of notes.
90func (ms *MemoryStore) GetRecentDailyNotes(days int) []DailyNote {

Callers 3

TestWriteDailyNoteFunction · 0.95
TestGetRecentDailyNotesFunction · 0.95
TestGetMemoryContextFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestWriteDailyNoteFunction · 0.76
TestGetRecentDailyNotesFunction · 0.76
TestGetMemoryContextFunction · 0.76