Skip to content

docs(dogfood-skill): pre-check vendored console build before declaring UI bugs#2273

Merged
os-zhuang merged 1 commit into
mainfrom
dogfood/skill-vendored-console-precheck
Jun 24, 2026
Merged

docs(dogfood-skill): pre-check vendored console build before declaring UI bugs#2273
os-zhuang merged 1 commit into
mainfrom
dogfood/skill-vendored-console-precheck

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

What

Adds a §2 pre-check to the internal dogfood-verification skill: the /_console UI at :3000 is a vendored objectui build pinned by .objectui-sha, distinct from framework dist. A merged objectui fix — or even a bumped pin — is not live until the vendored console is rebuilt (the server keeps serving the old bundle). So a "console/Studio UI bug" found on the vendored console may already be fixed upstream.

The new bullet says: before declaring a console/Studio UI bug at :3000/_console, check it against current objectui source or a fresh/HMR console.

Why

Real cost this session: an action-create dead-end found on the stale vendored :3000 console was already fixed in objectui main (anchors.ts createDefaults seeds a valid no-op body) — but the running build predated it. Verified after rebuild that action create now works. This pre-check would have skipped a full spawn-a-fix investigation.

Internal .claude/ tooling only — no published-package change, no changeset.

🤖 Generated with Claude Code

…aring UI bugs

The `/_console` UI at :3000 is a vendored objectui *build* artifact pinned by
`.objectui-sha` — distinct from framework `dist`. A merged objectui fix (or even
a bumped pin) is not live until the vendored console is rebuilt; the running
server keeps serving the old bundle. So a "console/Studio UI bug" found on the
vendored console may already be fixed upstream. Adds a §2 pre-check: verify
against current objectui source or a fresh/HMR console before declaring it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Building Building Preview, Comment Jun 24, 2026 8:15am

Request Review

@github-actions github-actions Bot added size/s documentation Improvements or additions to documentation and removed size/s labels Jun 24, 2026
@os-zhuang
os-zhuang merged commit b4487ff into main Jun 24, 2026
13 of 14 checks passed
@os-zhuang
os-zhuang deleted the dogfood/skill-vendored-console-precheck branch June 24, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant