MCPcopy Create free account
hub / github.com/compozy/agh / memoryMutationBundle

Function memoryMutationBundle

internal/cli/memory.go:1703–1705  ·  view source on GitHub ↗
(title string, response MemoryMutationRecord)

Source from the content-addressed store, hash-verified

1701}
1702
1703func memoryMutationBundle(title string, response MemoryMutationRecord) outputBundle {
1704 return memoryDecisionBundle(title, response.Decision, response)
1705}
1706
1707func memoryDeleteBundle(response MemoryDeleteRecord) outputBundle {
1708 return memoryDecisionBundle("Memory Delete", response.Decision, response)

Callers 3

TestMemoryBundleHelpersFunction · 0.85
newMemoryWriteCommandFunction · 0.85
newMemoryEditCommandFunction · 0.85

Calls 1

memoryDecisionBundleFunction · 0.85

Tested by 1

TestMemoryBundleHelpersFunction · 0.68