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
If you encounter `"Too many open files"` errors when running the tests then you will need to increase
126
126
the number of available file descriptors prior to starting mongod as described in [https://www.mongodb.com/docs/manual/reference/ulimit/](https://www.mongodb.com/docs/manual/reference/ulimit/)
127
127
128
+
## AI Agent Configuration
129
+
130
+
This repository uses [agentskills.io](https://agentskills.io) conventions for AI coding agent
131
+
instructions. `AGENTS.md` is the canonical source of truth — tool-specific files like `CLAUDE.md`
132
+
are generated references.
133
+
134
+
### Adding a nested AGENTS.md
135
+
136
+
1. Create an `AGENTS.md` in the target directory.
137
+
2. Run `scripts/symlink-claude-md.sh` to generate the companion `CLAUDE.md`.
138
+
3. Stage and commit both files.
139
+
128
140
## IntelliJ IDEA
129
141
130
142
A couple of manual configuration steps are required to run the code in IntelliJ:
0 commit comments