From 31e877d1d0197f2d50598dd42952b2a9060c779d Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Tue, 2 Jun 2026 00:26:34 -0500 Subject: [PATCH] docs(plan): note agent-side prep on collab-editor smoke-test task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Path-A task 5/5 is verification-only and requires the deployed homelab stack + two browser sessions — outside an agent session's reach. Documented in the task file what's been verified automatically (lint + type-check, including @tasks/collab-server, all green; no Path-A changes touched the collab server) and what still needs hands-on testing against the deploy. Leaves the task in `ready` status until an operator runs the live 7-step checklist. Co-authored-by: Cursor --- .../Task-smoke-test-collab-editor.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plans/Plan-daily-driver-finish/Epic-shipping-the-shell/Task-smoke-test-collab-editor.md b/plans/Plan-daily-driver-finish/Epic-shipping-the-shell/Task-smoke-test-collab-editor.md index bc3f3e1..0ac8ae9 100644 --- a/plans/Plan-daily-driver-finish/Epic-shipping-the-shell/Task-smoke-test-collab-editor.md +++ b/plans/Plan-daily-driver-finish/Epic-shipping-the-shell/Task-smoke-test-collab-editor.md @@ -51,6 +51,16 @@ Don't fix it in this task. File a follow-up task in the same epic and flag the i - [ ] Write the result block in `apps/collab-server/README.md`. - [ ] File any regression follow-ups as new tasks under this epic. +### Agent-side prep (already done) + +The pieces an agent can verify without a live deploy + two browsers were checked as Path A landed: + +- `pnpm lint && pnpm type-check` is green across all 6 packages, including `@tasks/collab-server`. `apps/collab-server/tsconfig.json` was cleaned up in commit `1c9deea` (removed vestigial `rootDir`/`declaration`/`outDir`/etc.). +- The auth changes that landed in commit `875b1cf` (Authentik SSO, case-insensitive emails, first-signin workspace provisioning) and subsequent Path-A commits do **not** touch the Hocuspocus auth path in `apps/collab-server/src/index.ts`. The session model the collab server reads from is unchanged. +- Workspace home, AI chat, and landing-route changes are all confined to `apps/web` and don't import or affect anything under `apps/collab-server`. + +So the static health is fine. What's left is the live multi-browser test against the deployed stack, which has to be driven by an operator with the homelab credentials and two browser sessions in hand. + ## Owner or assignee Unassigned