You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.