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
# Public Reference Topics Guide

This directory contains stable user-facing semantics references embedded into `wavepeek docs`.

## Parent Map

- Public docs map: `../AGENTS.md`

## Source of Truth

- Cross-cutting command semantics: `command-model.md`
- Machine output, warnings, and exit behavior: `machine-output.md`
- Expression language syntax and semantics: `expression-language.md`
- Exact JSON schema: `../../../schema/wavepeek.json` and `wavepeek schema`
- Exact command reference: `../../../src/cli/`, `wavepeek --help`, `wavepeek help <command-path...>`, and `wavepeek docs --help`

Keep these topics focused on stable behavior that code or schema alone do not explain clearly enough.