vik 0.1.3

Vik is an issue-driven coding workflow automation tool.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Checks

Run the full gate before handoff. Record any failing command exactly.

## Full Gate

```sh
cargo run --locked -- doctor --json ./workflow.yml
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-features
git diff --check
```