Skip to content

fix(build): order workspace builds by local dependencies#10

Merged
sriinnu merged 1 commit intomainfrom
fix/topo-build-order-and-memory-policy
Mar 4, 2026
Merged

fix(build): order workspace builds by local dependencies#10
sriinnu merged 1 commit intomainfrom
fix/topo-build-order-and-memory-policy

Conversation

@sriinnu
Copy link
Copy Markdown
Owner

@sriinnu sriinnu commented Mar 4, 2026

Summary:

  • update scripts/packages/run-phase.sh so build phase runs workspace packages in dependency order (topological sort), not plain alphabetical order
  • this prevents clean-CI build failures where dependent packages are built before their local workspace dependencies
  • include AGENTS.md policy line to continuously persist key conversation + state updates to Chitragupta

Why:

  • Gate 3 run 22670703378 failed in Build workspace packages due module/type resolution errors caused by incorrect build ordering in clean environment

Validation:

  • bash -n scripts/packages/run-phase.sh
  • npm run build:all (now executes in dependency order and passes locally)

References:

@sriinnu sriinnu merged commit 0fc8f6f into main Mar 4, 2026
0 of 4 checks passed
@sriinnu sriinnu deleted the fix/topo-build-order-and-memory-policy branch March 4, 2026 13:15
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