wavepeek 0.5.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Scripts Guide

This directory stores repository helper scripts that are usually invoked by CI
workflows or `../Makefile` targets.

## Parent Map

- Repository map: `../AGENTS.md`

## Source of Truth

- Developer workflow and quality gates: `../docs/DEVELOPMENT.md`
- CI and release automation entrypoints: `../.github/workflows/`
- Script entrypoints and contracts: `../Makefile`

Keep scripts deterministic and CI-safe: avoid interactive prompts, keep
stdout/stderr stable, and return explicit non-zero exits on failure.