diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl
index a3d117c..07a7695 100644
--- a/.beads/issues.jsonl
+++ b/.beads/issues.jsonl
@@ -125,4 +125,5 @@
{"_type":"issue","id":"islandflow-zsy","title":"Expose Forgejo SSH on a direct DNS hostname","description":"git.deltaisland.io currently resolves through Cloudflare's proxy, so SSH on port 2222 does not complete even though the Forgejo container is listening on the host. If SSH-based git/beads workflows are desired, add a DNS-only hostname (or adjust the existing record) that points directly at the server for Forgejo SSH.","status":"open","priority":3,"issue_type":"task","created_at":"2026-05-17T10:34:06Z","created_by":"delta","updated_at":"2026-05-17T10:34:06Z","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-38p","title":"Add native deployment unit templates and rollback helpers","description":"The deploy helper now supports --runtime native, but the repo still relies on operator-managed systemd units and manual rollback. Add checked-in native deployment templates or provisioning guidance for the expected units, and consider lightweight rollback/smoke-test helpers once the host-native path is exercised on the real VPS.","status":"open","priority":3,"issue_type":"task","owner":"dishes@dpdrm.com","created_at":"2026-05-15T23:46:42Z","created_by":"dirtydishes","updated_at":"2026-05-15T23:46:42Z","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-575","title":"Document smart-money event calendar env","description":"Document smart-money event-calendar environment configuration in env examples and README.\n","status":"closed","priority":3,"issue_type":"task","assignee":"dirtydishes","owner":"dishes@dpdrm.com","created_at":"2026-05-05T06:57:14Z","created_by":"dirtydishes","updated_at":"2026-05-05T06:57:57Z","started_at":"2026-05-05T06:57:17Z","closed_at":"2026-05-05T06:57:57Z","close_reason":"Documented event-calendar env variables","dependency_count":0,"dependent_count":0,"comment_count":0}
+{"_type":"issue","id":"islandflow-0jb","title":"Publish June 1 standup summary","description":"Why this issue exists and what needs to be done:\\n- Produce the daily standup summary for git activity on 2026-06-01.\\n- Ground every statement in commits and touched files only.\\n- Save the HTML artifact under docs/general and complete the automation handoff workflow.","status":"closed","priority":4,"issue_type":"task","assignee":"dirtydishes","owner":"dishes@dpdrm.com","created_at":"2026-06-02T13:03:01Z","created_by":"dirtydishes","updated_at":"2026-06-02T13:05:51Z","started_at":"2026-06-02T13:03:16Z","closed_at":"2026-06-02T13:05:51Z","close_reason":"Created docs/general/2026-06-02-standup-summary-2026-06-01.html with a commit-grounded June 1 standup summary.","dependency_count":0,"dependent_count":0,"comment_count":0}
{"_type":"issue","id":"islandflow-1tu","title":"Publish 2026-05-24 standup summary","description":"Why this issue exists and what needs to be done\n\nCreate the daily standup summary for git activity on 2026-05-24, grounded in commits and touched files, then store the HTML report in docs/general.","status":"closed","priority":4,"issue_type":"task","owner":"dishes@dpdrm.com","created_at":"2026-05-25T13:02:56Z","created_by":"dirtydishes","updated_at":"2026-05-25T13:04:31Z","closed_at":"2026-05-25T13:04:31Z","close_reason":"Closed","dependency_count":0,"dependent_count":0,"comment_count":0}
diff --git a/docs/general/2026-06-02-standup-summary-2026-06-01.html b/docs/general/2026-06-02-standup-summary-2026-06-01.html
new file mode 100644
index 0000000..71526cf
--- /dev/null
+++ b/docs/general/2026-06-02-standup-summary-2026-06-01.html
@@ -0,0 +1,497 @@
+
+
+
CVE Remediation, Route-Type Path Flip, and Beads Remote Update
+
+ June 1 on lavender/address-cve-tmp@0.2.5 produced four
+ committed changes: one Beads remote configuration update, one
+ dependency override fix for tmp, and two back-to-back
+ edits to apps/web/next-env.d.ts that first pointed route
+ types at the dev output path and then switched CI back to the standard
+ .next path.
+
+
+
+ Commits on 2026-06-01
+
4
+
+
+ Primary Files
+
next-env.d.ts, package.json, bun.lock
+
+
+ Closed Beads Work
+
islandflow-9ur
+
+
+
+
+
+
Summary
+
+
+ The main code-facing activity was split between package hygiene and a
+ targeted Next.js type-path adjustment. The dependency work moved the
+ root tmp override from ^0.2.5 to
+ ^0.2.6 and refreshed the lockfile to
+ tmp@0.2.7. Later in the day,
+ apps/web/next-env.d.ts was changed twice, first to
+ import route types from .next-dev/dev/types/routes.d.ts,
+ then to restore the CI-safe .next/types/routes.d.ts
+ import path.
+
+
+
+
+
+
Changes Made
+
+
+
+ d7a34f36
+ 2026-06-01 02:00 EDT
+
+
Point Beads sync at the Dolt host
+
+ Commit d7a34f36b66e57fbc75d3533f1de4cdb79457b32
+ changed .beads/config.yaml from a commented local IP
+ example to an active sync.remote:
+ "http://dolt.deltaisland.io/islandflow" entry.
+
+
+ .beads/config.yaml
+
+
+
+
+
+ 8ede8cc8
+ 2026-06-01 13:36 EDT
+
+
Raise the tmp override past the flagged version
+
+ Commit 8ede8cc8f3d4e1e39a58749f8a73b06cf008d35d
+ updated package.json and bun.lock so the
+ root override moved from tmp@^0.2.5 to
+ tmp@^0.2.6, with the lockfile resolving to
+ tmp@0.2.7. The same commit also added
+ docs/turns/2026-06-01-address-tmp-cve.html and closed
+ Beads issue islandflow-9ur.
+
Switch Next route-type import to the dev output tree
+
+ Commit 1bf113300d52f318cf93afaf28a19626699e8e43
+ changed apps/web/next-env.d.ts so it imported route
+ types from ./.next-dev/dev/types/routes.d.ts instead
+ of ./.next/types/routes.d.ts.
+
+
+ apps/web/next-env.d.ts
+
+
+
+
+
+ a6061957
+ 2026-06-01 21:14 EDT
+
+
Restore the CI-safe route-type import path
+
+ Commit a60619579bf1954514e5a2c9be9573fd877aec15
+ reverted apps/web/next-env.d.ts back to
+ ./.next/types/routes.d.ts. The commit also touched
+ .beads/issues.jsonl while carrying branch-local Beads
+ history.
+
+
+ apps/web/next-env.d.ts
+ .beads/issues.jsonl
+
+
+
+
+
+
+
Context
+
+ This summary is grounded in the current branch's June 1 commit history
+ from git log --first-parent, plus per-commit
+ git show output. I excluded same-day commits that only
+ lived on other branches so the report reflects what actually landed on
+ lavender/address-cve-tmp@0.2.5.
+
+
+
+
+
Important Implementation Details
+
+
+ Net Result of the Two Route-Type Commits
+
+ The end-of-day state for apps/web/next-env.d.ts is the
+ original .next/types/routes.d.ts import path. The
+ dev-only path existed as a committed intermediate state for about
+ nine minutes between the two evening commits.
+
+
+
+ Recorded Validation on the CVE Fix
+
+ The added turn doc for commit 8ede8cc8 records
+ bun audit, bun why tmp, and
+ bun test as passing, with tmp@0.2.7
+ shown in the resolved dependency chain.
+
+
+
+ Beads Activity Visible in Commits
+
+ June 1 included both configuration-level Beads sync work
+ (.beads/config.yaml) and issue-tracking churn
+ (.beads/issues.jsonl) alongside the code changes.
+
+
+
+
+
+
+
Expected Impact for End-Users
+
+
+ The tmp override change should not alter visible product
+ behavior directly, but it removes the flagged dependency version from
+ the resolved tree recorded in the repo.
+
+
+ The two next-env.d.ts commits are build and type-path
+ maintenance, not a user-facing feature change.
+
+
+ The Beads remote update affects project tracking and sync behavior,
+ not the runtime product surface.
+
+
+
+
+
+
Validation
+
+ Validated with git log
+ Validated with git show --stat
+ CVE fix recorded bun audit
+ CVE fix recorded bun why tmp
+ CVE fix recorded bun test
+
+
+ Validation for this report consisted of reviewing the dated commit
+ sequence and per-commit file diffs. The only explicit build or test
+ evidence attached to June 1's commits is the validation recorded in
+ docs/turns/2026-06-01-address-tmp-cve.html for the
+ dependency override change. I did not find separate test or build
+ evidence attached to the two next-env.d.ts commits.
+
+
+
+
+
Issues, Limitations, and Mitigations
+
+
+ This report covers committed June 1 activity on the active branch
+ only; same-day commits that exist only on other branches were
+ intentionally excluded.
+
+
+ The route-type work is represented by two fast consecutive commits,
+ so the report calls out both the intermediate state and the final
+ restored path to avoid overstating the net change.
+
+
+ The .beads/issues.jsonl addition in
+ a6061957 contains tracking history but does not, by
+ itself, document a separate June 1 product change.
+
+
+
+
+
+
Follow-up Work
+
+
+ Closed Beads issue islandflow-9ur is the direct
+ follow-up record for the dependency remediation work.
+
+
+ No separate open Beads issue was created in the June 1 commit set for
+ the next-env.d.ts path flip.
+
+
+ If the team wants broader CI expansion beyond these spot fixes, the
+ existing open issue islandflow-3ys remains the closest
+ related tracker in the repo.
+