We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39ac73 commit 26f6d6dCopy full SHA for 26f6d6d
1 file changed
AGENTS.md
@@ -11,8 +11,8 @@ This file provides project-specific conventions for AI coding agents working in
11
12
## Key Rules
13
14
-1. **Never modify `README.md`** — it is read-only, the source of truth for project parameters.
15
-2. **Never modify `.autoloop/programs/**`** or autoloop workflow files.
+1. **Never modify `README.md`** unless specifically asked to.
+2. **Never modify `.autoloop/programs/**`** unless specifically asked to.
16
3. **Strict TypeScript only** — no `any`, no `as` casts, no `@ts-ignore`, no escape hatches.
17
4. **Zero core dependencies** — implement everything from scratch.
18
5. **100% test coverage** required — unit + property-based (fast-check) + fuzz where applicable.
0 commit comments