No description
Find a file
Claude 82f427dc12
Some checks are pending
Security Scan / security (push) Waiting to run
feat(wails): pin Wails v3 source as submodule at alpha 74
internal/wails3/ is a submodule of github.com/wailsapp/wails pinned to
v3.0.0-alpha.74. This is the reference source for the stub bridge — the
exact API surface we target.

Upgrade flow:
  cd internal/wails3 && git checkout v3.0.0-alpha.XX
  diff stubs vs reference
  update stubs to match
  commit submodule bump + stub changes together

The replace directive in go.mod still points to ./stubs/wails — our code
never imports Wails directly. The submodule is the reference, not the
build dependency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 14:42:22 +01:00
.forgejo/workflows ci: add Forgejo Actions test and security scan workflows 2026-02-23 03:28:13 +00:00
docs Merge pull request '[agent/codex:gpt-5.4-mini] Update the code against the AX design principles in ~/spec/r...' (#4) from main into dev 2026-03-31 05:57:04 +00:00
internal feat(wails): pin Wails v3 source as submodule at alpha 74 2026-03-31 14:42:22 +01:00
pkg refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
stubs/wails refactor(ax): align GUI surface with AX principles 2026-03-31 05:56:36 +00:00
ui chore: sync workspace dependencies 2026-03-15 15:44:56 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
.gitmodules feat(wails): pin Wails v3 source as submodule at alpha 74 2026-03-31 14:42:22 +01:00
CLAUDE.md fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
go.mod refactor(ax): align GUI surface with AX principles 2026-03-31 05:56:36 +00:00
go.sum refactor(ax): align GUI surface with AX principles 2026-03-31 05:56:36 +00:00
LICENSE.txt Add European Union Public Licence v. 1.2 2026-01-30 08:47:01 +00:00