feat: exhibit floor design — revive the RepoVis vision as the shipped UI#115
feat: exhibit floor design — revive the RepoVis vision as the shipped UI#115Coldaine wants to merge 2 commits into
Conversation
The original purpose of this repo: an agent with a rich prompt creates interesting artifacts, rendered by UI built in advance. The RepoVis idea bank (docs/ideas/repoviz/) held that vision and got shelved 2026-05-30. This design brings it back: a pre-built exhibit vocabulary (7 typed components lifted from the working prototype + the idea bank's best creative directions), an artifact envelope with mandatory narrative and curation metadata, a curator rewrite of the shadow prompt with gallery state as memory, and an ExhibitStage that cycles the floor like a museum. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U9EpjZNoWaXLzfG93tdvTU
🤖 CodeAnt AI — Review Status
|
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds a new design plan document that defines “The Exhibit Floor” direction: shifting the app from a fixed dashboard to a curated, rotating gallery of typed exhibits authored by the shadow model, aligned with the shelved RepoVis prototype and idea bank.
Changes:
- Introduces the Exhibit Floor concept and “curator” inversion (prebuilt exhibit vocabulary + model-authored narrative artifacts).
- Specifies the v1 exhibit vocabulary, artifact envelope, curator prompt v2 behavior, and ExhibitStage surface layout.
- Describes replay-based validation criteria and a PR series breakdown (PR-A through PR-D).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| vignette), `accentByKind` entity colors, chip eyebrows, curved SVG connectors with | ||
| draw-on animation, glass commentary panels, idle cycling with pause-on-hover. | ||
|
|
||
| ## The exhibit vocabulary (v1: seven types) |
| The existing Canvas2D force graph stays, reframed as exhibit type `live_graph` in the | ||
| rotation — it is a good exhibit; it was just never supposed to be the whole museum. |
The full rewritten SHADOW_SYSTEM_PROMPT for the exhibit floor: Shadow as exhibition curator authoring typed artifacts (7 exhibit contracts), gallery state fed back as memory, create/refresh/retire ops, curation craft rules, and narrative-writing guidance. PR-C installs this text unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U9EpjZNoWaXLzfG93tdvTU
There was a problem hiding this comment.
Review
Blocking findings
-
plan-exhibit-floor.md:83-99,151-152andcurator-prompt-v2.md:23-31,169-171— the packet contract cannot fit the current inference pipeline. The plan targets 60–100k-token packets containing full recent detail, an earlier digest, and the gallery, whiledocs/domain-inference.md:77-88defines an approximately 10.5k-token budget andsrc/inference/prompt-builder.ts:21-30,68-99currently builds only bounded recent context. The plan also makes the 100k-token packager overhaul a non-goal and says PR-C keeps the current packager. Please make the packager overhaul a prerequisite/part of PR-C with explicit truncation and size limits, or revise the curator contract to a budget the existing pipeline can honor; otherwise “the gallery is the memory” is not implementable as written. -
plan-exhibit-floor.md:61-72,87-89versuscurator-prompt-v2.md:44-48,56-69— the gallery wire contract is internally inconsistent. The plan models retire as an artifact operation and includesstatus: 'retired'; the prompt models retire as{ artifactId, reason }and allows onlyfresh | active | staleartifact status. Choose one canonicalgalleryOps/envelope contract before PR-C, including where the retirement reason and archived state live. -
plan-exhibit-floor.md:93-94versuscurator-prompt-v2.md:38-48,172-175— the backward-compatibility pulse is incomplete. The existing parser/renderer contract still haspredictedNextAction/predictedNextConfidence, per-signal risks, andattention.intent(src/inference/response-parser.ts:17-26,177-197), but the newpulsecontains only phase, phase confidence, risk level, and headline. The notes promise oldnext_move,risk, andobjectiveinsights frompulse + galleryOpswithout defining a deterministic mapping, especially whengalleryOpsis empty. Add the missing pulse fields or specify the exact fallback/mapping so the ghost trail, risk surface, and objective do not silently regress.
Non-blocking follow-up
-
plan-exhibit-floor.md:123-130— the validation fixture is not present.tests/fixtures/transcripts/codex/rollout-2026-07-23-homelab-coordinator.jsonldoes not exist on this base/head, and the PR adds only two design documents. Add or identify the fixture and ground-truth source, or explicitly make fixture capture part of PR-D and adjust the acceptance wording. -
curator-prompt-v2.md:3-6— avoid creating a second prompt source of truth.AGENTS.md:24,42-47anddocs/architecture.md:69-74requiresrc/inference/prompts.tsto be the single authoritative prompt. Keep this document explicitly non-authoritative review material, or move the canonical text/rationale intosrc/inference/prompts.tswhen PR-C lands so the copies cannot drift.
User description
What
Design doc for The Exhibit Floor: restoring the repo`s original purpose — an agent with a rich prompt authoring interesting artifacts, rendered by exhibit-grade UI we build in advance.
The RepoVis vision (5-view working prototype + ~40 exhibit concepts) entered the repo 2026-04-05 (
3ce52d8) and was shelved todocs/ideas/repoviz/on 2026-05-30 without ever shipping.docs/north-star.mdcalls it "the bar the Render pillar is aiming for." This plan makes the app hit the bar:s five views (relationship DAG, folding activity narrative, walkthrough, concern snapshot, momentum) + seismograph + thermal map from the idea banks best creative directions, re-aimed at agent-session observation.live_graph) in the rotation.Stacked on #114 (replay runner). Implementation follows as PR-B (components + stage), PR-C (curator pipeline), PR-D (corpus gallery run).
🤖 Generated with Claude Code
https://claude.ai/code/session_01U9EpjZNoWaXLzfG93tdvTU
CodeAnt-AI Description
Lay out the Exhibit Floor plan for the new gallery-style UI
What Changed
Impact
✅ Clearer product direction✅ Stronger support for gallery-style agent sessions✅ Fewer dashboard-first assumptions💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.