Skip to content

Fix openrouter-realm lint by adding missing concurrently dep#4383

Open
habdelra wants to merge 1 commit intomainfrom
worktree-agent-a9b692e8
Open

Fix openrouter-realm lint by adding missing concurrently dep#4383
habdelra wants to merge 1 commit intomainfrom
worktree-agent-a9b692e8

Conversation

@habdelra
Copy link
Copy Markdown
Contributor

Summary

  • openrouter-realm's lint script uses concurrently but it wasn't listed as a devDependency, causing pnpm lint to always fail for that package with sh: 1: concurrently: not found (exit code 1).
  • Every other package in the monorepo that uses concurrently has it listed as "concurrently": "catalog:" in devDependencies.
  • This adds the missing dep so pnpm --filter @cardstack/openrouter-realm lint succeeds.

Test plan

  • pnpm --filter @cardstack/openrouter-realm lint passes (was failing before)
  • pnpm install updates lockfile cleanly

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 10, 2026

Realm Server Test Results

  1 files  ±0    1 suites  ±0   13m 32s ⏱️ - 1m 1s
844 tests ±0  844 ✅ ±0  0 💤 ±0  0 ❌ ±0 
915 runs  ±0  915 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 44b53a7. ± Comparison against base commit 2a8cb5f.

♻️ This comment has been updated with latest results.

@habdelra habdelra requested a review from a team April 10, 2026 19:02
@github-actions
Copy link
Copy Markdown

Host Test Results

2 194 tests  ±0   2 179 ✅ ±0   2h 7m 17s ⏱️ - 15m 20s
    1 suites ±0      15 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 44b53a7. ± Comparison against base commit 2a8cb5f.

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.

3 participants