# Public release checklist

Keebdisplay should remain within the approved public boundary before publication.

## Repository basics

- README describes the project, safety model, and validation commands.
- MIT license is present.
- SECURITY.md explains local-control and hardware-write risk.
- CONTRIBUTING.md explains public-repo hygiene and validation.
- docs/development.md provides repeatable setup, validation, run, and benchmark commands.
- Provider workflow adapter runs Go tests plus strict dashboard typecheck/build.

## Repeat before release approval

~~~bash
go test ./...
npm ci
npm run typecheck
npm run build:web
~~~

Do not publish credentials, private task data, local machine paths, raw logs, transcripts, or unapproved generated assets.
