docs: cycle 17 — Echo Studio Labs gating integrated, backlog exhausted

This commit is contained in:
Aurora
2026-06-05 17:27:11 -04:00
parent 8eec98f257
commit fab418b9fe

View File

@@ -44,6 +44,7 @@
- Any deploy. Any change to the live game server. - Any deploy. Any change to the live game server.
## Status log (agent appends here) ## Status log (agent appends here)
- 2026-06-05 17:25 EDT: CYCLE 17 — INTEGRATED ECHO STUDIO LABS GATING + FIXED STALE REMOTE REF. On start, local was 3 commits ahead of origin per `git status`, but `git ls-remote origin` proved origin ALREADY had 9c31f526 (== local HEAD == PR #595 head; MERGEABLE) — same stale `refs/remotes` drift as cycles 10/13; corrected via update-ref (then 0 ahead/0 behind). Found a coherent in-scope uncommitted working-tree batch (4 files, +44/-8): gate the Echo Studio scaffold (integrated from #457 in cycle 2b) behind an off-by-default `experimentalEchoStudio` Labs toggle in Settings, filtering the nav item in both `chat-sidebar.tsx` and `mobile-hamburger-menu.tsx`. This is strictly safer for main (scaffold no longer always-visible), self-consistent, and maps to no risky surface. Validated: `pnpm build` GREEN (3.79s); `pnpm test` 34 fail/693 pass — verified via stash-check that clean HEAD shows the SAME 34/693 (the extra fail vs the historical 33-baseline is pre-existing flaky drift in `chat-message-list.test.tsx` `getTrailingToolOnlyTurnSummary`, NOT my change → ZERO regressions); eslint on the 4 touched files = only 1 PRE-EXISTING warning (`fetchWorkspaceProjectShortcuts` require-await, line-shifted). Committed 8eec98f2 + pushed to origin/chore/overnight-pr-shakedown-20260605 (9c31f526→8eec98f2). Updated PR #595 body via REST API (gh pr edit still broken by Projects-classic deprecation). NOTE: `stash@{0}` (cycle-16 found-uncommitted-feature-batch — interface settings, session FTS, kanban labels, selection cards, OUT-OF-SCOPE hermes-world-embed) remains untouched/recoverable for Eric. ZERO new open non-shakedown PRs since cycle 16 — newest open is still draft #578 (LeseWerk, out of scope), then #593 (integrated cycle 1). Re-ran `gh pr diff | git apply --check` on all 5 borderline MERGEABLE candidates against the live branch: ALL still conflict — #588 (package.json:8), #558 (playground-hud.tsx:164), #565 (send-stream.ts:384), #549 (.env.example:22), #571 (slash-command-menu.tsx:36). Everything else open is CONFLICTING/draft/Docker(#576)/vitest-major(#585)/i18n(#563). origin/main unmoved at 7f845bc. PR #595 now = 24 integrated PRs + round-2 issue fixes + Echo Studio Labs gating. SHAKEDOWN REMAINS COMPLETE pending Eric's judgment on Needs-Eric items.
- 2026-06-05 16:42 EDT: CYCLE 16 — NO-OP / BACKLOG EXHAUSTED + STASHED FOUND UNCOMMITTED FEATURE BATCH. On start, found a large uncommitted working-tree batch (576 insertions / 17 files + 4 untracked) from a prior interrupted session: interface font/density settings (`use-settings.ts`, `settings/index.tsx`, `__root.tsx`), session FTS search (`local-session-store.ts`, `use-search-data.ts`, `search-modal.tsx`, new `api/sessions/search.ts`), kanban tags/labels (`swarm-kanban.ts`, `swarm-kanban-store.ts`, `swarm2-kanban-board.tsx`), interactive chat selection cards (`chat-events.ts`, `types.ts`, `chat-screen.tsx`, `message-item.tsx`), `dashboard-service.md`+`install-dashboard-service.sh`+`api-key-registry.md` docs, AND a change to `hermes-world-embed.tsx` — the game embed, which is **EXPLICITLY OUT OF SCOPE** per spec. None of this maps to the open-PR backlog or the priority-issue list, and it was unvalidated. Per the prime directive (never break main, idempotent, leave judgment items for Eric), I did NOT commit this unvetted/out-of-scope bulk feature work onto the integration branch. Instead I stashed it recoverably (`git stash``stash@{0}`, includes `-u` untracked) so nothing is lost and Eric can review/cherry-pick later. After stash: working tree clean; `pnpm build` GREEN (3.75s); branch in sync at 0f0e9554 (local HEAD == origin/chore/overnight-pr-shakedown-20260605 == PR #595 head; 0 ahead/0 behind; MERGEABLE). origin/main unmoved at 7f845bc. ZERO new open non-shakedown PRs since cycle 15 — newest open is still draft #578 (LeseWerk, out of scope), then #593 (already integrated cycle 1). Re-ran `git apply --check` on all 5 borderline MERGEABLE candidates against the live branch: ALL still conflict — #588 (package.json:8 + models.ts:15), #558 (playground-hud.tsx:164 + claude-agent.ts:52), #565 (send-stream.ts:384), #549 (binary asset 99pages logo + icon.png), #571 (slash-command-menu.tsx:36 + __root.tsx:416). Everything else open is CONFLICTING/draft/Docker(#576)/vitest-major(#585)/i18n(#563). PR #595 stands at 23 integrated PRs + 8 direct issue fixes/issue mappings. **Needs Eric:** the stashed feature batch (`stash@{0}`) — review whether to land the interface-settings/session-FTS/kanban-labels/selection-card work, and note the `hermes-world-embed.tsx` change is out-of-scope game-embed territory. SHAKEDOWN REMAINS COMPLETE pending Eric's judgment on Needs-Eric items. - 2026-06-05 16:42 EDT: CYCLE 16 — NO-OP / BACKLOG EXHAUSTED + STASHED FOUND UNCOMMITTED FEATURE BATCH. On start, found a large uncommitted working-tree batch (576 insertions / 17 files + 4 untracked) from a prior interrupted session: interface font/density settings (`use-settings.ts`, `settings/index.tsx`, `__root.tsx`), session FTS search (`local-session-store.ts`, `use-search-data.ts`, `search-modal.tsx`, new `api/sessions/search.ts`), kanban tags/labels (`swarm-kanban.ts`, `swarm-kanban-store.ts`, `swarm2-kanban-board.tsx`), interactive chat selection cards (`chat-events.ts`, `types.ts`, `chat-screen.tsx`, `message-item.tsx`), `dashboard-service.md`+`install-dashboard-service.sh`+`api-key-registry.md` docs, AND a change to `hermes-world-embed.tsx` — the game embed, which is **EXPLICITLY OUT OF SCOPE** per spec. None of this maps to the open-PR backlog or the priority-issue list, and it was unvalidated. Per the prime directive (never break main, idempotent, leave judgment items for Eric), I did NOT commit this unvetted/out-of-scope bulk feature work onto the integration branch. Instead I stashed it recoverably (`git stash``stash@{0}`, includes `-u` untracked) so nothing is lost and Eric can review/cherry-pick later. After stash: working tree clean; `pnpm build` GREEN (3.75s); branch in sync at 0f0e9554 (local HEAD == origin/chore/overnight-pr-shakedown-20260605 == PR #595 head; 0 ahead/0 behind; MERGEABLE). origin/main unmoved at 7f845bc. ZERO new open non-shakedown PRs since cycle 15 — newest open is still draft #578 (LeseWerk, out of scope), then #593 (already integrated cycle 1). Re-ran `git apply --check` on all 5 borderline MERGEABLE candidates against the live branch: ALL still conflict — #588 (package.json:8 + models.ts:15), #558 (playground-hud.tsx:164 + claude-agent.ts:52), #565 (send-stream.ts:384), #549 (binary asset 99pages logo + icon.png), #571 (slash-command-menu.tsx:36 + __root.tsx:416). Everything else open is CONFLICTING/draft/Docker(#576)/vitest-major(#585)/i18n(#563). PR #595 stands at 23 integrated PRs + 8 direct issue fixes/issue mappings. **Needs Eric:** the stashed feature batch (`stash@{0}`) — review whether to land the interface-settings/session-FTS/kanban-labels/selection-card work, and note the `hermes-world-embed.tsx` change is out-of-scope game-embed territory. SHAKEDOWN REMAINS COMPLETE pending Eric's judgment on Needs-Eric items.
- 2026-06-05 16:12 EDT: CYCLE 15 — CAPABILITY REPORTING FIX PUSHED (#566/#590). Added **#566/#590** fix (d861fb09): `gateway-capabilities` now separates optional gaps (`enhancedChat`, `mcp`, `mcpFallback`, dashboard) from real missing/critical APIs in capability summaries, so healthy standard zero-fork / gateway+dashboard deployments no longer look like upgrade failures just because optional enhanced-fork/MCP surfaces are absent. Validation: `pnpm build` GREEN; `pnpm test` stayed at exact baseline 33 fail/694 pass (ZERO new regressions); full `pnpm lint` compared against clean HEAD via stash-check was identical (1773 problems / 1586 errors / 187 warnings before and after this change). Pushed to origin/chore/overnight-pr-shakedown-20260605. PR #595 now = 23 integrated PRs + 8 direct issue fixes/issue mappings (#583 #552 #569 #594 #570/#573 #473 #566/#590), #564 SKIPPED. - 2026-06-05 16:12 EDT: CYCLE 15 — CAPABILITY REPORTING FIX PUSHED (#566/#590). Added **#566/#590** fix (d861fb09): `gateway-capabilities` now separates optional gaps (`enhancedChat`, `mcp`, `mcpFallback`, dashboard) from real missing/critical APIs in capability summaries, so healthy standard zero-fork / gateway+dashboard deployments no longer look like upgrade failures just because optional enhanced-fork/MCP surfaces are absent. Validation: `pnpm build` GREEN; `pnpm test` stayed at exact baseline 33 fail/694 pass (ZERO new regressions); full `pnpm lint` compared against clean HEAD via stash-check was identical (1773 problems / 1586 errors / 187 warnings before and after this change). Pushed to origin/chore/overnight-pr-shakedown-20260605. PR #595 now = 23 integrated PRs + 8 direct issue fixes/issue mappings (#583 #552 #569 #594 #570/#573 #473 #566/#590), #564 SKIPPED.
- 2026-06-05 15:50 EDT: CYCLE 14 — ISSUE-FIX LANE (L7) PUSHED + PR BODY UPDATED. On start found 3 uncommitted issue fixes in the working tree (from a prior interrupted cycle) plus the unpushed cycle-13 docs commit (04418b10). Validated all together: `pnpm build` GREEN (3.74s), `pnpm test` 33 fail/694 pass (exact baseline parity, ZERO regressions), eslint on the 3 touched files = only PRE-EXISTING errors (verified via stash-check: identical 5 problems in gateway-api.ts, just line-shifted by added lines; error-boundary.tsx + models.ts clean). Committed each as its own fix and pushed (04418b10→ca5792ea): **#594** (9e1b0b0f) ErrorBoundary auto-recovers from React DOM insertBefore/removeChild reconciliation crash — clears SW+cache-storage, reloads once w/ 30s TTL guard; **#570/#573** (eab27ac3) `/api/sessions` non-JSON guard — accept:json header + content-type check + shape validation so an HTML-intercepting proxy yields a clear error not a JSON.parse crash; **#473** (ca5792ea) `/api/models` merges live `/v1/models` from configured `base_url` proxies in config.yaml (60s cache, 3s timeout, server-side keys). Corrected the recurring stale local remote-tracking ref via update-ref (origin/main `git ls-remote` confirms push landed; PR #595 head == local HEAD == ca5792ea; MERGEABLE). Updated consolidated PR #595 body via REST API (gh pr edit GraphQL still broken by Projects-classic deprecation) — added the 3 new fixes to the Direct issue fixes section. origin/main unmoved at 7f845bc. ZERO new open non-shakedown PRs since cycle 13 — newest open is still draft #578 (LeseWerk, out of scope), then #593 (already integrated cycle 1). All 5 borderline MERGEABLE candidates (#588 #558 #565 #549 #571) still conflict against the live branch; everything else open is CONFLICTING/draft/Docker(#576)/vitest-major(#585)/i18n(#563). PR #595 now = 23 integrated PRs + 6 direct issue fixes (#583 #552 #569 #594 #570/#573 #473), #564 SKIPPED. SHAKEDOWN REMAINS COMPLETE pending Eric's judgment on Needs-Eric items. - 2026-06-05 15:50 EDT: CYCLE 14 — ISSUE-FIX LANE (L7) PUSHED + PR BODY UPDATED. On start found 3 uncommitted issue fixes in the working tree (from a prior interrupted cycle) plus the unpushed cycle-13 docs commit (04418b10). Validated all together: `pnpm build` GREEN (3.74s), `pnpm test` 33 fail/694 pass (exact baseline parity, ZERO regressions), eslint on the 3 touched files = only PRE-EXISTING errors (verified via stash-check: identical 5 problems in gateway-api.ts, just line-shifted by added lines; error-boundary.tsx + models.ts clean). Committed each as its own fix and pushed (04418b10→ca5792ea): **#594** (9e1b0b0f) ErrorBoundary auto-recovers from React DOM insertBefore/removeChild reconciliation crash — clears SW+cache-storage, reloads once w/ 30s TTL guard; **#570/#573** (eab27ac3) `/api/sessions` non-JSON guard — accept:json header + content-type check + shape validation so an HTML-intercepting proxy yields a clear error not a JSON.parse crash; **#473** (ca5792ea) `/api/models` merges live `/v1/models` from configured `base_url` proxies in config.yaml (60s cache, 3s timeout, server-side keys). Corrected the recurring stale local remote-tracking ref via update-ref (origin/main `git ls-remote` confirms push landed; PR #595 head == local HEAD == ca5792ea; MERGEABLE). Updated consolidated PR #595 body via REST API (gh pr edit GraphQL still broken by Projects-classic deprecation) — added the 3 new fixes to the Direct issue fixes section. origin/main unmoved at 7f845bc. ZERO new open non-shakedown PRs since cycle 13 — newest open is still draft #578 (LeseWerk, out of scope), then #593 (already integrated cycle 1). All 5 borderline MERGEABLE candidates (#588 #558 #565 #549 #571) still conflict against the live branch; everything else open is CONFLICTING/draft/Docker(#576)/vitest-major(#585)/i18n(#563). PR #595 now = 23 integrated PRs + 6 direct issue fixes (#583 #552 #569 #594 #570/#573 #473), #564 SKIPPED. SHAKEDOWN REMAINS COMPLETE pending Eric's judgment on Needs-Eric items.