Skip to content

v0.3.3

Latest

Choose a tag to compare

@cskwork cskwork released this 18 Jun 17:34
· 2 commits to main since this release

v0.3.3

Highlights

  • Strengthens the SuperGoal coding/debug workflow contract: non-trivial implementation runs now resolve and verify source/base plus target/integration branches before file mutation, then run in a branch-scoped worktree instead of the original checkout.
  • Makes browser UI verification explicit: user-facing browser changes require playwright-cli evidence and qa-gate.sh <vault> browser; lint, typecheck, build, unit tests, or static screenshots do not replace browser QA.
  • Syncs and polishes the public landing page copy, including Korean-visible text, so it matches the current mode surface and optional Board/TUI behavior.

Verification

  • Full shell contract suite passed with for t in tests/*.test.sh; do bash "$t" || exit 1; done.
  • git diff --check v0.3.2..HEAD passed.
  • Existing TUI behavioral check remains skipped when python3 + textual are unavailable.