A TrueBlocks Wails GUI app generated by newapp. It follows the shared
architecture documented in trueblocks-art/ai/Architecture.md: appkit
bootstrap, NavState persistence, SQLite with an embedded idempotent schema,
and the standard keyboard navigation (Cmd+N to switch views, repeated Cmd+N
to cycle a view's tabs, all positions persisted and restored on launch).
make build— build the bundled .app intobuild/bin/make dev— hot-reload development inside the Wails webviewmake lint/make type-check/make test
main.go— thinappkit.Runbootstrapapp/— Wails-bound App struct (embedsappkit.NavState)internal/db/— SQLite access with embeddedschema.sqlfrontend/— React + Mantine UI using@trueblocks/ui(AppLayout, useViewHotkeys, usePersistedTab)