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

Method TodayNotePath

cli/workspace/memory.go:80–82  ·  view source on GitHub ↗

--- Daily Notes --- TodayNotePath returns the path for today's note.

()

Source from the content-addressed store, hash-verified

78
79// TodayNotePath returns the path for today's note.
80func (ms *MemoryStore) TodayNotePath() string {
81 return ms.manager.TodayNotePath()
82}
83
84// WriteDailyNote appends to today's daily note.
85func (ms *MemoryStore) WriteDailyNote(entry string) error {

Callers 5

TestWriteDailyNoteFunction · 0.95
TestTodayNotePathFunction · 0.95
showDayNotesMethod · 0.45
listMemoryNotesMethod · 0.45
showConfigSessionMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestWriteDailyNoteFunction · 0.76
TestTodayNotePathFunction · 0.76