wavepeek 0.2.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
13
14
15
16
17
{
  "$schema": "https://opencode.ai/config.json",
  "permission": {
    "external_directory": {
      "*": "ask",
      "**/.cargo/registry/src/**": "allow",
      "/tmp/**": "allow",
      "/opt/**": "allow"
    },
    "bash": {
        "cargo publish": "ask",
        "cargo run": "allow",
        "cargo test": "allow",
        "cargo bench": "allow",
    }
  }
}