Bug Fixes
- Storage leak fixed: every sync wrote a complete new baseline generation (full copy of all page bodies) and old generations were never deleted, so the .agentwiki state directory grew unboundedly. Committed baselines now prune generations that no pointer candidate, fallback, or in-flight journal references.
- Settings page mobile CSS restored: the responsive hook for the settings tab was accidentally missing from the 0.2.4 build, leaving the settings page unoptimized on phones while the rules existed unused. Modals were unaffected.
- Honest space-list failures: loading the space list no longer reports a network error as "no accessible spaces"; it now shows the actual error with a retry button.
- Friendly confirm errors: a failed sync confirmation now shows the mapped Chinese message instead of a raw error code.
133 tests pass; full gates green.