wavepeek 0.3.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://opencode.ai/config.json",
  "permission": {
    "external_directory": "allow",
    "bash": {
        "cargo publish": "ask",
        "cargo run": "allow",
        "cargo test": "allow",
        "cargo bench": "allow"
    }
  }
}