Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .claude/skills/dogfood-verification/SKILL.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -74,6 +74,15 @@ unsaved drafts that block navigation, and dirty the working tree. Isolate up fro
(separate origin → needs its own `admin@objectos.ai/admin123` login). Skipping this
cost a full spawn-a-fix cycle on an action-create dead-end that was already fixed in
objectui main.
- [ ] **A drifted build no longer boots silently (#7752).** `build-console.sh` stamps the
SHA it built from into `packages/console/dist/.objectui-sha`; when that stamp differs
from the repo's `.objectui-sha` pin, `os dev` **refuses to mount `/_console`** and
prints the remediation — `/_console/` 404s and the banner advertises no console URL.
That is a precondition to fix, not a product bug: run **`pnpm objectui:build`**
(rebuild at the *pinned* SHA — `objectui:refresh` would re-bump the pin to your local
`../objectui` HEAD) and reboot. `pnpm check:console-sha` reports the same comparison
without booting. `OS_ALLOW_CONSOLE_DRIFT=1` boots the stale bundle deliberately — and
then every console observation you make describes a commit the repo does not pin.

## 3. Verify — visual / API first, DOM last (the anti-false-positive rule)

Expand Down
Loading