Guildhall app
The app has two useful scales: the /projects service home for scanning registered projects, and the project shell where setup, tasks, live runs, reviewer calls, and release readiness actually play out.
Use it for the everyday loop:
- Open the service home or jump straight into a project shell.
- Pick or configure a provider.
- Add tasks.
- Start and stop the orchestrator.
- Inspect transcripts, reviews, gates, and provenance.
- Resolve escalations and tune settings.
The app is still transparent: project state lands in ./guildhall.yaml, ./.guildhall/config.yaml, and ./memory/*, while machine-scoped state such as the project registry, provider credentials, and default provider choice live under ~/.guildhall/.
Pages
- Setup wizard — first-run onboarding.
- Dashboard — service home and project launcher.
- Project view — main per-project shell.
- Task drawer — task detail pane.
- Providers page — credential management.
Implementation reference
Guildhall maintainers can inspect the design tokens and in-UI help system behind the app surface.
If the UI does something weird, the receipts are usually sitting in plain files that can be inspected directly.