Date: 2026-09-21
Base revision: 2df1d454ff454e266c1cd4f46caa1fec0a36d232
Working branch: gui/gate-audit-local-ui
work on the interface and also GUI
The repository already has a dependency-free GitHub Pages front door under docs/, while the currently installable product surface is the idkmesh gate-audit CLI. No open issue or pull request was found that already implements a gate-audit browser GUI.
Add a small local browser interface around the existing gate-audit engine rather than starting a second frontend framework or copying the audit mathematics into JavaScript.
The intended properties are:
This gives newcomers and reviewers a lower-friction way to use the one installable IDKMesh diagnostic without requiring them to read JSON output in a terminal. Keeping the GUI local also avoids asking contributors to upload potentially sensitive review verdicts to a hosted service.
Add focused tests for the text parsing API, the local HTTP surface, clean contract-error handling, the built-in example, and the new CLI command. The branch should then pass the repository PR gate before integration.