Layered context memory revision 0

This commit is contained in:
2026-05-04 20:33:20 +02:00
parent f940aa4b21
commit 46c1d804fc
13 changed files with 2448 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ def test_collect_cli_command_specs_from_builtin_registry():
assert ("backend.local-sqlite", "mkt cache index") in commands
assert ("backend.local-sqlite", "mkt search") in commands
assert ("document.function", "mkt function render") in commands
assert ("memory.context-package", "mkt context pack") in commands
def test_cli_command_spec_serializes_without_empty_fields():