@@ -44,11 +44,10 @@ load them all up front.
4444
4545## Hard rules
4646
47- Rules agents have violated in the past and which the Vally eval suites
48- under ` evals/ ` (cross-cutting agent-behavior rules live in
49- ` evals/workflows/mock/ ` ) actively regression-test. Each one is here
50- because it has no static-analysis enforcement today (otherwise it would
51- be a lint rule or CI check, not an eval).
47+ Rules agents have violated in the past and which the eval suite at
48+ ` eng/agent-evals/ ` actively regression-tests. Each one is here because
49+ it has no static-analysis enforcement today (otherwise it would be a
50+ lint rule or CI check, not an eval).
5251
5352- Build a single package with ` pnpm turbo build --filter=<pkg>... --token 1 ` .
5453 Do ** not** use ` npm run build ` at the package level — turbo workspace
@@ -82,9 +81,8 @@ Rules for the agent that maintains this file:
8281
8382- A rule that applies to ** all** package work → here, "Hard rules"
8483 section, ** only if** it's eval-covered. Don't add hard rules without
85- a corresponding eval under ` evals/ ` (cross-cutting agent-behavior
86- rules go in ` evals/workflows/mock/ ` ) — the eval is what prevents the
87- rule from silently drifting.
84+ a corresponding eval in ` eng/agent-evals/ ` — the eval is what
85+ prevents the rule from silently drifting.
8886- A workflow that's specific to one task type (build, generate,
8987 release, ...) → a new or existing skill in ` .github/skills/ ` .
9088- Reviewer-only behavior → ` .github/instructions/reviewer/ ` .
0 commit comments