Source · usecases/memory/README.mdMarkdown · GitHub source

usecases/memory/

Practical memory-system implementations.

These use cases correspond to the general design in Agent-first Memory Architecture.

Use this directory for concrete memory architectures, deployment stories, automation patterns, and operational pitfalls discovered in real environments.

Current use cases

  • Kiro Local Memory — evidence field-tested, conformance mapped; local .kiro/memories lifecycle with a declared migration gap to the current item schema.
  • OpenAB + Codex + k3s Memory — evidence field-tested, conformance mapped; containerized lifecycle with declared current-schema gaps.
  • Failed Exploration Withdrawal — evidence run-reported, conformance mapped; one private interrupted exploration exposed the need to distinguish task closure, code effects, reversible Memory withdrawal, and authorized erasure without claiming that any durable item or mutation was independently verified.