mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Clarify optional memory plugin docs
Remove memory-plugin assumptions from root and non-plugin DOX contracts so disabled plugins are not implied as available runtime behavior. Keep the memory plugin documented only in its owning plugin subtree and mark it optional from the parent plugin index.
This commit is contained in:
parent
63d0536cdc
commit
bcdc99e6cc
7 changed files with 10 additions and 10 deletions
|
|
@ -14,7 +14,7 @@
|
|||
## Local Contracts
|
||||
|
||||
- Tests must not require real API keys, network-only services, private user data, or local `usr/` runtime state.
|
||||
- Keep tests deterministic and isolated from existing chats, uploads, downloads, memory, and settings.
|
||||
- Keep tests deterministic and isolated from existing chats, uploads, downloads, plugin state, and settings.
|
||||
- Prefer exercising public helper/API contracts over fragile implementation details when practical.
|
||||
- Security regression tests should assert the protected behavior directly.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue