Skip to content

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:

  1. Open the service home or jump straight into a project shell.
  2. Pick or configure a provider.
  3. Add tasks.
  4. Start and stop the orchestrator.
  5. Inspect transcripts, reviews, gates, and provenance.
  6. 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

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.

Released under the FLL-1.2 License.