@botbotgo/agent-harness 0.0.19 → 0.0.20
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,6 +196,8 @@ Use this file for shared bootstrap context that agents should read at constructi
|
|
|
196
196
|
|
|
197
197
|
Put stable project context here, not long-term mutable memory.
|
|
198
198
|
|
|
199
|
+
If a runnable app workspace also includes `AGENTS.md`, treat that file as workspace-level operating guidance. It complements `config/agents/*.yaml` rather than replacing it: `AGENTS.md` carries durable behavioral rules, while `config/agents/` defines agent topology and runtime configuration.
|
|
200
|
+
|
|
199
201
|
### Agent YAML
|
|
200
202
|
|
|
201
203
|
Use `config/agents/*.yaml` to configure agents. Common fields include:
|