You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
754 B
Markdown
26 lines
754 B
Markdown
---
|
|
# vibed-90il
|
|
title: Validation & smoke test
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-04-11T22:35:32Z
|
|
updated_at: 2026-04-11T22:35:32Z
|
|
parent: vibed-f05l
|
|
blocked_by:
|
|
- vibed-iq16
|
|
- vibed-mlgv
|
|
---
|
|
|
|
Run all validation commands and live smoke tests against the real API.
|
|
|
|
## Todo
|
|
- [ ] `cargo fmt --check` passes
|
|
- [ ] `cargo check` passes
|
|
- [ ] `cargo clippy -- -D warnings` passes
|
|
- [ ] `cargo build --release` succeeds
|
|
- [ ] `./target/release/hltb halo` returns results
|
|
- [ ] `./target/release/hltb the witcher 3` works without quotes
|
|
- [ ] `./target/release/hltb --all zelda` shows numbered list
|
|
- [ ] `./target/release/hltb --json hollow knight` outputs valid JSON
|
|
- [ ] `./target/release/hltb xyzzy_no_game_zzzq` prints "No results found."
|