We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d5ac commit 03721e9Copy full SHA for 03721e9
AGENTS.md
@@ -103,8 +103,8 @@ These commands can destroy other agents' work:
103
## Workflow
104
105
- 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.
+ documentation-only changes (including `AGENTS.md`): run `deno fmt`. Get full
+ output. Fix all errors before committing.
108
- When changing `dim-quantity` generator code, run
109
`deno task --cwd packages/dim-quantity generate:exponents` (spec imports are
110
dynamically loaded and not caught by type-checking).
0 commit comments