Paint-by-Numbers Guide | ~15 minutes | Apr 6-7, 2026
Search for [AGENT:claude-code] in each file.
| Tag | What It Does |
|---|---|
UX-01 | Chat width: && changed to || so chat constrains when EITHER sidebar closes |
UX-01 | Input area: same fix for message input below chat |
UX-03 | Removed enableSystem from ThemeProvider to force light mode |
| Tag | What It Does |
|---|---|
UX-02 | Light mode: cream bg, azure text, turquoise accents (was generic gray) |
UX-02 | Dark mode: deep azure bg, cream text (was generic dark) |
UX-02 | Body font: Quicksand primary (was Inter only) |
| Tag | What It Does |
|---|---|
COPY-04 | Name: "What would you like to be called?" (was "Your name") |
COPY-04 | Age: "How old are you?" (was "Your age") |
UX-06 | Spinner + "Setting up your experience..." (was static "saved" msg) |
UX-05 | "Skip All" buttons removed from basic context + expert questions |
Go to align360.betaapp.io. CSS changes may be cached.
git log --grep="audit(" --oneline # All agent commits
git diff pre-audit-apr6..jason --stat # Changed files
grep -rn "\[AGENT:" app/ styles/ # Agent tags in code
# ROLLBACK:
git reset --hard pre-audit-apr6 # Undo everything
git push origin test --force # Push rollback| Test | Result | Notes |
|---|---|---|
| Login | PASS | |
| Light mode | PASS | class='light' |
| Brand colors | PENDING | Deploy cache |
| Quicksand font | PENDING | Deploy cache |
| Chat width | PASS | 672px |
| Mobile | PASS | No overflow |
| Chat loads | PASS | |
| Starters | PASS | 9 buttons |
| Send msg | PASS | Response received |
| History | PASS | 40 items |
| Tools | PASS | Gallery + search |
| Subscription | PASS | |
| Journal | PASS | |
| Resources | PASS | |
| Experiences | PASS |
17 passed, 0 real bugs. 4 pending = deploy cache (2) + test setup (2).