Skip to content

fix(stack): reflink-seed node_modules for integration compose - #130

Merged
patroza merged 1 commit into
fork/changesfrom
fix/compose-nm-reflink
Jul 28, 2026
Merged

fix(stack): reflink-seed node_modules for integration compose#130
patroza merged 1 commit into
fork/changesfrom
fix/compose-nm-reflink

Conversation

@patroza

@patroza patroza commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Compose workdir on ~/.t3/compose-work (btrfs), not tmpfs /tmp
  • Seed node_modules with cp -a --reflink=auto from warm trees before lock regen
  • Strip proxy env for pnpm install --prefer-offline
  • Document in AGENTS.md + docs/fork-stack.md

Why

Integration CI red on outdated lockfile after partial compose; cold install through SOCKS was unusable.

Test plan

  • Reflink copy ~4s for 4.6G on home btrfs
  • Compose regenerates lock with discord-bot + vscode importers; Fork CI green

Cold compose installs hung under agent SOCKS and /tmp tmpfs. Seed
node_modules with cp --reflink=auto from a warm tree, work under
~/.t3/compose-work (btrfs), strip proxy for install, document the path.
@patroza
patroza merged commit 4179e64 into fork/changes Jul 28, 2026
patroza added a commit that referenced this pull request Jul 29, 2026
#130)

Cold compose installs hung under agent SOCKS and /tmp tmpfs. Seed
node_modules with cp --reflink=auto from a warm tree, work under
~/.t3/compose-work (btrfs), strip proxy for install, document the path.

Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
#130)

Cold compose installs hung under agent SOCKS and /tmp tmpfs. Seed
node_modules with cp --reflink=auto from a warm tree, work under
~/.t3/compose-work (btrfs), strip proxy for install, document the path.

Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 29, 2026
#130)

Cold compose installs hung under agent SOCKS and /tmp tmpfs. Seed
node_modules with cp --reflink=auto from a warm tree, work under
~/.t3/compose-work (btrfs), strip proxy for install, document the path.

Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant