Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Example snippets must be reproducible and use `@std/assert` assertions. Use
`ignore` directive to skip running a snippet, `expect-error` for expected
failures, `no-assert` to exempt a snippet from requiring assertions.

`deno task test` (via `--doc`) also type-checks TypeScript code fences in
markdown files such as README.md; mark snippets that cannot run in CI by tagging
the fence `ts ignore` instead of `ts`.

Module files (`mod.ts`) need a `@module` tag.

## Error Message Style
Expand Down
Loading