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

Function memoryPromoteBundle

internal/cli/memory.go:1711–1713  ·  view source on GitHub ↗
(response MemoryPromoteRecord)

Source from the content-addressed store, hash-verified

1709}
1710
1711func memoryPromoteBundle(response MemoryPromoteRecord) outputBundle {
1712 return memoryDecisionBundle("Memory Promote", response.Decision, response)
1713}
1714
1715func memoryDecisionRevertBundle(response MemoryDecisionRevertRecord) outputBundle {
1716 return memoryDecisionBundle("Memory Decision Revert", response.Decision, response)

Callers 1

newMemoryPromoteCommandFunction · 0.85

Calls 1

memoryDecisionBundleFunction · 0.85

Tested by

no test coverage detected