monarchai 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist/monarch.js +357 -353
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,9 +90,10 @@ session.
|
|
|
90
90
|
| `MONARCH_REQUEST_TIMEOUT_MS` | Connect+headers timeout (default 1h, `0` disables) |
|
|
91
91
|
| `MONARCH_STALL_TIMEOUT_MS` | Mid-stream silence watchdog (default 5min, `0` disables) |
|
|
92
92
|
|
|
93
|
-
Project instructions live in `MONARCH.md` (legacy `CYMELA.md
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
Project instructions live in `MONARCH.md` (legacy `CYMELA.md` and `HYPER.md`
|
|
94
|
+
are honoured, and a project's `AGENTS.md` is read when it has none of those).
|
|
95
|
+
A `MONARCH.md` is offered on first run in a folder, never written without
|
|
96
|
+
asking. Skills live in `SKILLS.md`. Session data stays in `.monarch/`
|
|
96
97
|
in your workspace, git-ignored automatically. What Monarch remembers about
|
|
97
98
|
*you* is separate and machine-wide: `~/.monarch/memory.json`, readable with
|
|
98
99
|
`/memory`, and nothing leaves this machine except inside a request to the
|