You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enforce memory_mode='framework': skip register_agent and AGENTS.md splice
RED-FIRST proof:
```
FAILED tests/test_memory_mode.py::TestMemoryModeFrameworkIsolation::test_framework_mode_skips_register_agent - AssertionError: Expected 'register_agent' to not have been called. Called 1 times.
FAILED tests/test_memory_mode.py::TestMemoryModeFrameworkIsolation::test_framework_mode_skips_agents_md_taosmd_splice - AssertionError: taosmd rules block found in /root/.openclaw/AGENTS.md for framework-mode deploy
2 failed in 3.92s
```
After fix:
```
2 passed in 3.92s
```
Changes:
- tinyagentos/routes/agents.py: skip tm_agents.register_agent when memory_mode='framework'
- tinyagentos/deployer.py: skip AGENTS.md taosmd splice when memory_mode='framework'
- desktop/src/apps/agents/DeployWizard.tsx: hide Memory Layer controls for framework mode
- docs/agent-coordination.md: update to say mode is now enforced
- tests/test_memory_mode.py: add red-first tests for both behaviours
- changelog.d: tsk-6tfpun-memory-mode-enforced.md
0 commit comments