fix(build): fix build errors across shared-utils, shared-ui, mcp-server, browser-extension#39
Draft
buley wants to merge 8 commits intodevelopmentfrom
Draft
fix(build): fix build errors across shared-utils, shared-ui, mcp-server, browser-extension#39buley wants to merge 8 commits intodevelopmentfrom
buley wants to merge 8 commits intodevelopmentfrom
Conversation
The .agent/ directory containing 151 workflow files and the agent system prompt was accidentally deleted when commit 088a604 added .agent/ to .gitignore. Restored from staging branch and updated .gitignore to track the .agent/ directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…-runner - Replace run-tests-isolation.sh with bun-isolated-runner.ts in 8 project.json files - Update root package.json test scripts to use nx commands - Fixes Windows compatibility where bash scripts fail Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Wrap unguarded @testing-library/jest-dom/matchers require in try-catch - Fix getGritCategory test to match actual return type 'motivationLow' - Fix aeon-foundation test command to handle no-tests-found gracefully Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… plugin - Add Bun build plugin to resolve @affectively/aeon-flux/* paths - Add @affectively/aeon and @affectively/aeon-pages-runtime resolution - Fix CyranoESI import path in ESIProvider.tsx - Fix useAuth import path in HRVTrendWidget.tsx
- Exclude schema-dash.ts from shared-ui lib build (missing drizzle-orm dep) - Fix browser-extension build command to use node directly (bun remap issue) - Re-export getAuthToken from api.ts shim (7 client files depend on it) - Re-export createStatsTracker/createNarrationEngine from chamber.ts shim - Add missing ESI barrel exports (updateGlobalESIState, useESIPreferences, etc.)
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.
Summary
Build Status
Test Results
Risks / Rollout Notes
🤖 Generated with Claude Code