wavepeek 2.0.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
18
# Documentation Guidance

## Source of Truth

- Public user docs: `public/intro.md`, `public/reference/`
- Maintainer docs: `dev/`
- Backlog: GitHub Issues, with `tracker/backlog.md` as the local pointer
- Roadmap: GitHub Milestones, with `tracker/roadmap.md` as the local pointer
- Tracking docs: `tracker/wip/`
- Packaged skill source: `skills/wavepeek.md`
- Shipped release history: `../CHANGELOG.md`

## Local Guidance

- Keep public embedded docs under `public/` focused on user-visible behavior and offline command guidance.
- Keep maintainer workflow, style, release, and architecture guidance under `dev/`.
- Keep branch-local tracked artifacts under `tracker/wip/` and clear them before merge unless a maintainer wants handoff context.
- Do not use breadcrumbs as directory indexes; point to the authoritative doc and add only local gotchas.