You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`AGENTS.md`, `CLAUDE.md`, `GEMINI.md` (and in parent directories)
100
-
- User-specific rules in `~/agents/rules`, `~/.claude/CLAUDE.md`, etc.
100
+
- User-specific rules in `~/.agents/rules`, `~/.claude/CLAUDE.md`, etc.
101
101
- System-wide rules in `/etc/agents/rules`.
102
102
103
103
## File Formats
@@ -120,7 +120,6 @@ Rule files are Markdown (`.md`) or `.mdc` files, optionally with YAML frontmatte
120
120
**Example (`.agents/rules/backend.md`):**
121
121
```markdown
122
122
---
123
-
system: backend
124
123
language: Go
125
124
---
126
125
@@ -134,17 +133,21 @@ To include this rule only when working on the backend, you would use `-s system=
134
133
135
134
### Bootstrap Scripts
136
135
137
-
A bootstrap script is an executable file that has the same name as a rule file but with a `-bootstrap` suffix.
136
+
A bootstrap script is an executable file that has the same name as a rule file but with a `-bootstrap` suffix. These scripts are used to prepare the environment, for example by installing necessary tools. The output of these scripts is sent to `stderr` and is not part of the AI context.
0 commit comments