Skip to content

fix: use bun ts in expert-cd workflow#639

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix-expert-cd-and-model-tiers
Feb 25, 2026
Merged

fix: use bun ts in expert-cd workflow#639
FL4TLiN3 merged 1 commit intomainfrom
fix-expert-cd-and-model-tiers

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Use bun ./apps/perstack/bin/cli.ts instead of npx perstack in expert-cd workflow
  • npx perstack fails inside the monorepo due to local workspace resolution
  • Running the .ts source directly with bun avoids the build step entirely

Test plan

  • Expert CD workflow succeeds on merge

🤖 Generated with Claude Code

- Replace setup-bun + local build with setup-node in expert-cd workflow.
  The expert commands only need the published npm package.
- Extract version with grep instead of bun -e with smol-toml.
- Set defaultModelTier for create-expert experts:
  coordinator and planner: high
  skill-finder, definition-writer, expert-tester: low

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the fix-expert-cd-and-model-tiers branch from 1a31737 to e8e5b8b Compare February 25, 2026 13:42
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) February 25, 2026 13:42
@FL4TLiN3 FL4TLiN3 merged commit 59df1d1 into main Feb 25, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix-expert-cd-and-model-tiers branch February 25, 2026 13:43
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