git commit -m "feat: major architectural refactor
- Refactor memory system (episodic/STM/LTM with components) - Implement complete subtitle domain (scanner, matcher, placer) - Add YAML workflow infrastructure - Externalize knowledge base (patterns, release groups) - Add comprehensive testing suite - Create manual testing CLIs"
This commit is contained in:
@@ -38,7 +38,7 @@ class TestPromptBuilder:
|
||||
|
||||
def test_includes_config(self, memory):
|
||||
"""Should include current configuration."""
|
||||
memory.ltm.set_config("download_folder", "/path/to/downloads")
|
||||
memory.ltm.download_folder = "/path/to/downloads"
|
||||
tools = make_tools(settings)
|
||||
builder = PromptBuilder(tools)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user