compose-agentsmd 3.4.0 → 3.4.1
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/package.json +1 -1
- package/tools/tool-rules.md +1 -1
package/package.json
CHANGED
package/tools/tool-rules.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Tool Rules (compose-agentsmd)
|
|
2
2
|
|
|
3
|
-
-
|
|
3
|
+
- **Session gate**: before responding to ANY user message, run `compose-agentsmd` from the project root. AGENTS.md contains the rules you operate under; stale rules cause rule violations. If you discover you skipped this step mid-session, stop, run it immediately, re-read the diff, and adjust your behavior before continuing.
|
|
4
4
|
- `compose-agentsmd` intentionally regenerates `AGENTS.md`; any resulting `AGENTS.md` diff is expected and must not be treated as an unexpected external change.
|
|
5
5
|
- If `compose-agentsmd` is not available, install it via npm: `npm install -g compose-agentsmd`.
|
|
6
6
|
- To update shared/global rules, use `compose-agentsmd edit-rules` to locate the writable rules workspace, make changes only in that workspace, then run `compose-agentsmd apply-rules` (do not manually clone or edit the rules source repo outside this workflow).
|