feat: add Devnet frontend package foundations - #1330
Open
schickling-assistant wants to merge 10 commits into
Open
schickling-assistant wants to merge 10 commits into
schickling-assistant wants to merge 10 commits into
Conversation
schickling-assistant
marked this pull request as ready for review
September 22, 2026 06:51
schickling
enabled auto-merge (squash)
September 22, 2026 08:19
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
schickling-assistant
force-pushed
the
schickling-assistant/2026-09-20-schickling-assistant-2026-09-20-storybook-devnet
branch
from
September 22, 2026 08:52
15d73b5 to
cfc10ba
Compare
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.48kxgqmb agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.dezb8g5k agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.dezb8g5k agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
agent-identity: dev3.direct.omp.dezb8g5k agent-persona: generalist agent-supervisor: unavailable agent-tool: OMP agent-tool-version: 18.2.6 agent-runtime: OMP 18.2.6 agent-model: openai-codex/gpt-5.6-sol tooling-profile: dotfiles@965ef7e-dirty
This branch has not been deployed
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.
Problem
Devnet needs one exact pnpm runtime across composed repositories and an exact Storybook listener port. Storybook 10.6 passes its selected port only to Vite HMR, so the HTTP listener can still choose another port and cannot participate in socket-ownership readiness.
Goal
Provide the canonical pnpm 12.4.1 runtime and a single reusable downstream patch authority that makes Storybook's Vite HTTP listener use
options.portwhile retaining Storybook's HMR server.Decisions
@overeng/utilsand export the same registry object to the workspace and downstream consumers. This avoids two patch authorities.pnpm_config_pm_on_fail=ignorein the Nix wrapper. The wrapper already supplies the exact authoritative pnpm, so runtime self-download would duplicate authority and fail in Nix sandboxes.Verification
CI=1 packages/@overeng/utils/node_modules/.bin/vitest run packages/@overeng/utils/src/node/storybook/builder-vite-patch.unit.test.ts— 1 file and 1 test passed.flake.lib.mkPnpmwith Nix, then ran itspnpm --versionfrom a fresh home with registry proxies pointed at a closed local port — exit 0,12.4.1, no stderr.pnpm install --frozen-lockfilecompleted with the committed lockfile unchanged.lint:fix:formatchanged onlycompletion-reporter.ts;.devenv/profile/bin/oxfmt --checkpasses that file.git diff --checkpassed.Pre-flip deviation:
devenv tasks run check:quickis blocked before project checks bymr:setup, which rejects this legacy flat composition worktree. Creating a replacement worktree also failed under schickling/dotfiles#2954. Johannes approved committing the formatter-only repair with the exact local checks above and requiring full PR CI before merge.Complexity
No new runtime dependency. The patch registry and exact-bundle test are the minimum compatibility boundary until Storybook ships the listener-port fix.
Concerns
The patch intentionally fails when Storybook changes the targeted bundle. A Storybook update must refresh or remove the patch with source-level verification.
Friction & bottlenecks
gh-ci-utils logscurrently fails its GitHub App token request with an administrative 403; raw GitHub logs were used under the documented exit-4 fallback.Follow-ups
check:quickafter schickling/dotfiles#2954 clears.References
Posted on behalf of @schickling
agent_identitysessionagent_personaagent_supervisoragent_toolagent_tool_versionagent_runtimeagent_modelworktreetooling_profile