chore(dev): add Makefile shortcuts for check/smoke lifecycle

This commit is contained in:
2026-02-25 12:54:05 +00:00
parent d2fc8c89dd
commit 16fdb6600a
2 changed files with 18 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ The no-reply provider returns `NO_REPLY` for any input.
- `plugin/` — OpenClaw plugin (before_model_resolve hook)
- `no-reply-api/` — OpenAI-compatible minimal API that always returns `NO_REPLY`
- `docs/` — rollout and configuration notes
- `scripts/` — smoke/dev helper scripts
- `scripts/` — smoke/dev/helper checks
- `Makefile` — common dev commands (`make check`, `make check-rules`, `make up`)
---