Skip to content

Commit 26f6d6d

Browse files
authored
Update modification rules in AGENTS.md
Clarify modification rules for README.md and autoloop programs.
1 parent c39ac73 commit 26f6d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This file provides project-specific conventions for AI coding agents working in
1111

1212
## Key Rules
1313

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.
14+
1. **Never modify `README.md`** unless specifically asked to.
15+
2. **Never modify `.autoloop/programs/**`** unless specifically asked to.
1616
3. **Strict TypeScript only** — no `any`, no `as` casts, no `@ts-ignore`, no escape hatches.
1717
4. **Zero core dependencies** — implement everything from scratch.
1818
5. **100% test coverage** required — unit + property-based (fast-check) + fuzz where applicable.

0 commit comments

Comments
 (0)