1.6 KiB
1.6 KiB
New Session Readme for Agents
If you are a new agent session reading this MOS v3 package, do not load everything blindly.
Read order
README_PACKAGED.mdQUICK_START.mdmos_core/mos_always_rules.mdmos_core/AGENTS.mdmos_core/active_task.mdmos_core/memory_cards/context_compression_recovery_policy.mdmos_core/memory_cards/mos_usage_policy.mdmos_core/tool_and_external_source_policy.mdmos_core/local_static_operation_policy.mdmos_core/runtime_protocol.mdmos_core/harness_audit_policy.mdmos_core/permission_and_information_flow_policy.mdmos_core/memory_cards/README.md- Only then inspect task-specific memory cards.
Mental model
mos_core/is the portable memory framework.memory_cards/are long-term reusable conclusions, not raw chat logs.task_log.mdis stage handoff history.active_task.mdis current state only.source_refstell you where to verify critical claims.- Search/bootstrap/SQLite outputs are navigation aids, not final truth.
- Local files are the fact source; generated indexes are rebuildable.
What to avoid
- Do not treat old personal memory cards as universally true for a new user.
- Do not assume placeholder paths or IPs are valid.
- Do not write credentials into memory cards, task logs, indexes, or bootstrap files.
- Do not assume a remote server is required; prefer local CLI and static index workflows.
- Do not promote candidate memory into confirmed memory without review.
First action in a new session
Read the core files, edit active_task.md, and run local safety/index checks before relying on retrieval.