Canvas cold-start backfill + empty-over-full guard#831
Merged
Conversation
First tabbed tick on a loop with an empty quotes ledger gathers the full transcript history and extracts per conversation (sequential calls), so existing canvases inherit their room's material instead of going blank; later ticks return to delta gathering. An extraction that leaves no quotes, concepts, or host items can no longer overwrite a contentful wall — the tick no_ops with the reason recorded. Found live on echo-next: a manual tick replaced the 13th-week retro wall with the empty skeleton (generation 3f987bfc). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the live regression found while verifying #830 on echo-next: a manual tick on the existing 13th-week retro canvas replaced the wall with an empty tabbed skeleton, because ledgers start empty and extraction only reads transcript newer than the last tick.
backfill: N conversationsrecorded on the run; subsequent ticks return to deltano_opwith reason, previous wall stays newest; genuinely new canvases still render the skeletonGates: server ruff + 40 canvas tests. Report:
wave28c-REPORT.md🤖 Generated with Claude Code