Skip to content

Commit 3925564

Browse files
n-rodriguezclaude
andcommitted
docs(claude): document dev:snmpd and dev:examples
- CLAUDE.md: add the two tasks to the mise task table Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e1ff19a commit 3925564

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ Run via `mise <task>`:
3131
| `dev:format-check` | CI formatting gate |
3232
| `dev:ameba` | static analysis |
3333
| `dev:spec` | deterministic spec suite (excludes `e2e` + `legacy`) |
34-
| `dev:spec-e2e` | live specs against a real server (set `TEST_SNMP_SERVER`) |
34+
| `dev:snmpd` | run the test SNMP agent on `127.0.0.1:16161` (foreground) |
35+
| `dev:spec-e2e` | live specs against a real server (set `TEST_SNMP_SERVER` / `TEST_SNMP_PORT`) |
3536
| `dev:spec-legacy` | specs needing OpenSSL legacy algorithms (DES) |
3637
| `dev:spec-mt` | deterministic suite multi-threaded (`-Dpreview_mt`, fiber-safety gate) |
3738
| `dev:docs` | build the API docs (fails on doc-comment / compile errors) |
39+
| `dev:examples` | type-check the README examples (`examples/*.cr`) |
3840
| `dev:check` | format-check + ameba + spec + spec-mt in one shot |
3941

4042
On macOS, if `shards` is missing after a fresh Crystal install, run

0 commit comments

Comments
 (0)