docs: document .mam.env config file, legacy migration path, and save loop reports

This commit is contained in:
2026-08-04 21:43:00 +09:00
parent 7d54fd8104
commit 2ff8b2c4a9
9 changed files with 531 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Alternatively, if you have already cloned the repository locally, run the instal
bash deploy/install.sh
```
The idempotent installer automatically validates system dependencies (herdr, python3, and PyYAML), creates the python virtual environment (`.venv`), installs dependencies, copies `.env.example` as `.env`, and initializes the `.agents/` scaffolding.
The idempotent installer automatically validates system dependencies (herdr, python3, and PyYAML), creates the python virtual environment (`.venv`), installs dependencies, copies `.mam.env.example` as `.mam.env`, and initializes the `.agents/` scaffolding.
---