docs(plan): note agent-side prep on collab-editor smoke-test task
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 <cursoragent@cursor.com>
This commit is contained in:
parent
7ec2ede7ca
commit
31e877d1d0
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue