docs(audits): Studio package-create UX dogfood — browser walkthrough findings#2609
Merged
Merged
Conversation
…findings Full first-run authoring loop driven in a real Chromium against the vendored console (pin-matched 7782698): create package -> object -> picklist field -> record -> app -> nav -> publish -> end-user app. Loop closes; findings ranked: late read-only gating with ADR-path error copy, field API name not following label, one-click publish with thin Changes panel, mixed-language screens, new-package wizard ID ergonomics, no nav scaffolding on app create, plus grid and copy polish. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHQc5BdGhTzPfazex3vWdt
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
13 tasks
os-zhuang
added a commit
that referenced
this pull request
Jul 5, 2026
…d rejection (#2625) * fix(metadata-protocol): user-facing copy for writable_package_required rejection The rejection message is surfaced verbatim as a Studio toast, but its copy was written for developers — it cited an internal ADR path as the remedy. Rewrite the sentence as end-user remediation (switch to a writable package in the package selector, or create one); the ADR pointer moves to a docs property on the error. code/status/packageId are unchanged, so API consumers and the ADR-0070 golden regression are unaffected. Found by the Studio package-create UX dogfood (#2609, tracking #2615). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHQc5BdGhTzPfazex3vWdt * chore: retrigger CI Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHQc5BdGhTzPfazex3vWdt --------- Co-authored-by: Claude <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.
What
Adds
docs/audits/2026-07-studio-package-create-ux-dogfood.md— a browser-driven UX audit of the "create a new package and build in it" first-run journey in Studio, run against the showcase example (objectstack dev --ui --seed-admin, real Chromium over CDP, vendored console pin-matched at7782698so findings are not stale-bundle artifacts).Journey exercised
Home → Build an app → Studio landing → + 新建软件包 (
com.example.repairs) → create objectRepair Ticket→ picklist field with values → Save draft → Changes → Publish → create record → Create appRepair Center→ nav item bound to object → Publish → open the app from the launcher as an end user. Also exercised both sides of the read-only gate oncom.example.showcase(ADR-0057 D10) and the Automations/Access pillars.The loop closes with zero code and no dead ends. Findings concentrate on:
Statusstored asfield_2forever), unlike object/app identifiers which do auto-suggest.Each finding carries a concrete fix suggestion; most are console-side (objectui), the read-only error copy is framework-side.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DHQc5BdGhTzPfazex3vWdt
Generated by Claude Code