diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl
index b0f0970..c5a49ac 100644
--- a/.beads/issues.jsonl
+++ b/.beads/issues.jsonl
@@ -89,6 +89,7 @@
{"_type":"issue","id":"islandflow-zs0","title":"Migrate terminal UI to smart-money profiles","description":"Migrate apps/web terminal rendering to consume SmartMoneyEvent directly: primary profile, probability ladder, reason codes, and suppression/abstention state, while preserving legacy alert/classifier displays during the bridge.","status":"closed","priority":2,"issue_type":"task","owner":"dishes@dpdrm.com","created_at":"2026-05-04T21:35:23Z","created_by":"dirtydishes","updated_at":"2026-05-05T05:39:58Z","closed_at":"2026-05-05T05:39:58Z","close_reason":"Completed terminal smart-money profile migration","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-igk","title":"Add plan mode","description":"Implement a user-facing plan mode in the application so users can switch into planning before taking action. Scope to be clarified from existing app patterns.","status":"closed","priority":2,"issue_type":"feature","owner":"dishes@dpdrm.com","created_at":"2026-05-04T04:22:37Z","created_by":"dirtydishes","updated_at":"2026-05-04T04:26:18Z","started_at":"2026-05-04T04:22:40Z","closed_at":"2026-05-04T04:26:18Z","close_reason":"Implemented as a global pi extension toggled with Shift+P","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-biq","title":"Finish raw live options delivery and filter/backpressure observability","description":"The smart-money signal path and Tape filters are in place, but the next firehose pass should finish server-side selective raw live delivery for options subscriptions and add explicit filtered-out/backpressure observability for API/web counters. This was discovered while landing islandflow-e4r.\n","status":"in_progress","priority":2,"issue_type":"task","assignee":"dirtydishes","owner":"dishes@dpdrm.com","created_at":"2026-04-28T20:28:58Z","created_by":"dirtydishes","updated_at":"2026-04-29T03:54:12Z","started_at":"2026-04-29T03:54:12Z","dependencies":[{"issue_id":"islandflow-biq","depends_on_id":"islandflow-e4r","type":"discovered-from","created_at":"2026-04-28T16:28:58Z","created_by":"auto-import","metadata":"{}"}],"dependency_count":0,"dependent_count":0,"comment_count":0}
+{"_type":"issue","id":"islandflow-3kn","title":"Summarize 2026-05-28 git activity","description":"Prepare the standup-ready summary of yesterday's git activity, grounded in commits, PRs, and touched files, and store the HTML report in docs/general.","status":"closed","priority":3,"issue_type":"task","assignee":"dirtydishes","owner":"dishes@dpdrm.com","created_at":"2026-05-29T13:02:25Z","created_by":"dirtydishes","updated_at":"2026-05-29T13:04:23Z","started_at":"2026-05-29T13:02:33Z","closed_at":"2026-05-29T13:04:23Z","close_reason":"Closed","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-3ys","title":"Expand Forgejo CI beyond the fast validate path","description":"Add follow-on Forgejo CI jobs after the initial baseline is stable. This should cover deferred work such as Docker image builds for deployment/docker, service-container integration tests for NATS/Redis/ClickHouse paths, and any later deploy or release automation that should not block the first fast PR gate.","status":"open","priority":3,"issue_type":"task","owner":"dishes@dpdrm.com","created_at":"2026-05-24T00:34:09Z","created_by":"dirtydishes","updated_at":"2026-05-24T00:34:09Z","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-cwr","title":"polish terminal navigation drawer motion","description":"The shared terminal navigation drawer opens and closes abruptly because it mounts only while open and unmounts immediately on dismiss. Add calm, reduced-motion-safe drawer and backdrop transitions so the mobile navigation feels intentional without slowing task flow. Include validation for open and dismiss behavior if the existing drawer interaction coverage is touched.","status":"closed","priority":3,"issue_type":"task","assignee":"dirtydishes","owner":"dishes@dpdrm.com","created_at":"2026-05-23T23:58:06Z","created_by":"dirtydishes","updated_at":"2026-05-24T00:05:16Z","started_at":"2026-05-23T23:58:17Z","closed_at":"2026-05-24T00:05:16Z","close_reason":"Closed","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-3by","title":"add interaction coverage for terminal navigation drawer","description":"Add browser- or DOM-level coverage for the shared terminal header drawer so open/close behavior, Escape dismissal, backdrop dismissal, and route-change dismissal are exercised beyond pure route helper tests.","status":"open","priority":3,"issue_type":"task","owner":"dishes@dpdrm.com","created_at":"2026-05-23T23:35:57Z","created_by":"dirtydishes","updated_at":"2026-05-23T23:35:57Z","dependency_count":0,"dependent_count":0,"comment_count":0}
diff --git a/docs/general/2026-05-29-standup-summary-2026-05-28.html b/docs/general/2026-05-29-standup-summary-2026-05-28.html
new file mode 100644
index 0000000..fdd05ab
--- /dev/null
+++ b/docs/general/2026-05-29-standup-summary-2026-05-28.html
@@ -0,0 +1,502 @@
+
+
+
Frontend Merge, Mock Routes, and Audit Artifact Drop
+
+ Yesterday's activity centers on two app-facing commits on the
+ frontend-redesign line, one large security-audit artifact
+ commit under piolium/attack-surface, and the merge of PR
+ #13 back into main. The concrete implementation
+ work touched the home command deck, new dashboard mock routes, and a
+ generated attack-surface evidence bundle.
+
+
+
+ Commits on 2026-05-28
+
4
+
+
+ Merge Activity
+
PR #13 merged into main
+
+
+ Primary Areas
+
`apps/web` and `piolium`
+
+
+
+
+
+
Summary
+
+
+ The day produced one merged frontend branch, one dashboard-mock
+ addition, one home command deck redesign, and one audit artifact
+ import. The heaviest user-facing files were
+ apps/web/app/globals.css,
+ apps/web/app/terminal.tsx, and
+ apps/web/app/dashboard-mocks.tsx.
+
+
+
+
+
+
Changes Made
+
+
+
+ b075a099
+ 2026-05-28 04:40 EDT
+
+
Add dashboard mock routes
+
+ Commit b075a0994c5f296707b399cfd38a45d1096407ba added
+ apps/web/app/dashboard-mocks.tsx, four mock route pages
+ at apps/web/app/mock1/page.tsx through
+ mock4/page.tsx, updated
+ apps/web/app/globals.css, and added
+ docs/turns/2026-05-28-dashboard-mock-routes.html.
+
+ Merge commit 85ad7f73872055039a2f3084f71af0adb3e0086b
+ merged pull request #13, titled
+ Redesign home command deck, from
+ frontend-redesign into main. The merge
+ pulled in the mock-route work, the terminal/globals redesign, the
+ attack-surface artifact set, and
+ docs/general/2026-05-25-standup-summary-2026-05-24.html.
+
+
+
+
+
+
+
Context
+
+ This summary is based on the repository's 2026-05-28 commit history from
+ git log and supporting git show --stat output.
+ The sequence shows implementation work first on the
+ frontend-redesign branch, then a same-day merge into
+ main through Forgejo PR #13.
+
+
+
+
+
Important Implementation Details
+
+
+ User-Facing Surface Area
+
+ The app work concentrated in apps/web/app, especially
+ globals.css and terminal.tsx, which means the
+ redesign and mock routes were primarily front-end presentation and
+ routing changes.
+
+
+
+ Documentation Added Alongside Changes
+
+ Both implementation commits added matching turn docs under
+ docs/turns, which gives direct repo-local context for the
+ dashboard mocks and home command deck redesign.
+
+
+
+ Audit Artifact Scope
+
+ The piolium/attack-surface commit appears to be an evidence
+ bundle rather than a runtime code change, with markdown, TSV, JSON, and
+ JSONL outputs capturing findings such as dependency intelligence and
+ route/authz matrices.
+
+
+
+
+
+
+
Expected Impact for End-Users
+
+
+ The merged frontend work should change the home command deck and expose
+ four mock dashboard routes in the web app.
+
+
+ The attack-surface artifact commit should not directly change runtime
+ behavior for end-users, but it adds repository evidence that can support
+ future security review and remediation.
+
+
+ PR #13 moved the frontend-redesign work onto
+ main, so those UI changes are now part of the primary branch.
+
+
+
+
+
+
Validation
+
+ Validated with git log
+ Validated with git show --stat
+ PR reference captured from merge commit
+
+
+ Validation for this summary consisted of reviewing the dated commit list,
+ merge metadata, and per-commit file stats. No new build, test, or lint run
+ was required to produce the standup report itself.
+
+
+
+
+
Issues, Limitations, and Mitigations
+
+
+ This report reflects committed activity on 2026-05-28 only; it does not
+ infer work from uncommitted files or unstaged local changes.
+
+
+ Merge commits aggregate prior branch work, so the detailed implementation
+ notes in this report point back to the underlying non-merge commits where
+ possible.
+
+
+ The repository currently has an unrelated local modification in
+ apps/web/next-env.d.ts; it was left untouched and excluded
+ from the standup summary because it is not part of yesterday's committed
+ history.
+
+
+
+
+
+
Follow-up Work
+
+
+ If the team wants deeper implementation detail during standup, open the
+ paired docs at docs/turns/2026-05-28-dashboard-mock-routes.html
+ and docs/turns/2026-05-28-redesign-home-command-deck.html.
+
+
+ No new follow-up Beads issue was identified from the commit history
+ itself beyond this reporting task.
+