Skip to content

Commit 03721e9

Browse files
committed
docs: clarify fmt rule covers AGENTS.md
1 parent 1c9d5ac commit 03721e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ These commands can destroy other agents' work:
103103
## Workflow
104104

105105
- After code changes: run `deno fmt && deno lint && deno test`. After
106-
documentation-only changes: run `deno fmt`. Get full output. Fix all errors
107-
before committing.
106+
documentation-only changes (including `AGENTS.md`): run `deno fmt`. Get full
107+
output. Fix all errors before committing.
108108
- When changing `dim-quantity` generator code, run
109109
`deno task --cwd packages/dim-quantity generate:exponents` (spec imports are
110110
dynamically loaded and not caught by type-checking).

0 commit comments

Comments
 (0)