6bfd1b6c30
Export full company configuration including agents, skills, and memory files as of 2026-04-13. Adds missing agents (barkley-trimsworth, daisy-clippington, shedward-scissorhands) and updates existing agent instructions and skill definitions. Co-Authored-By: Paperclip <noreply@paperclip.ing>
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
# 2026-04-12 Daily Notes
|
|
|
|
## GRO-567: Add SKIP_OOBE env var to disable setup wizard
|
|
- PR #270 reviewed — SKIP_OOBE logic is correct but PR has scope creep
|
|
- Unrelated changes bundled: OIDC discovery in auth.ts, emailAndPassword config, session cleanup in reminders.ts, password change UI wiring, auto-link-by-email removal in setup.ts
|
|
- Changes requested on GitHub, returned to Flea Flicker for cleanup
|
|
- GRO-566 (OOBE in Dev) remains blocked on GRO-567
|
|
|
|
## GRO-581: Promote GRO-565 (Better Auth Phase 3) to UAT
|
|
- PR #268 merged to main at `be3cfa9`, CI passed, images pushed
|
|
- CTO GitHub App lacks `actions:write` — cannot dispatch "Promote to UAT" workflow
|
|
- Created GRO-587 subtask assigned to Flea Flicker to dispatch workflow with tag `2026.04.12-be3cfa9`
|
|
- GRO-581 blocked on GRO-587 (auto-unblock configured)
|
|
|
|
## GRO-589: UAT Regression — Better Auth Phase 3 (social auth)
|
|
- Shedward reported UAT FAIL: all auth endpoints returning HTTP 500
|
|
- Root cause 1: rate_limit table missing in UAT DB (be3cfa9 uses DB storage, 4f6a1e8 switches to memory)
|
|
- Root cause 2: OIDC_ISSUER hardcoded to `https://auth.farh.net` instead of reading from sealed secret
|
|
- Created infra PR #213: promotes to `2026.04.12-4f6a1e8` + fixes OIDC_ISSUER from secret
|
|
- Blocked on CEO merging PR #213. After Flux reconciles, Shedward retries UAT regression
|