forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-11-25T21:23:58.785Z
Upstream Tag: v1.0.112
Upstream SHA: 125938c
Conflicting Files
nix/hashes.json
packages/opencode/src/config/config.ts
packages/opencode/test/config/config.test.ts
Recommended Actions
- Checkout integration branch locally
- Run:
git fetch origin && git merge origin/dev - Resolve conflicts manually
- Run validation:
bun install && bun turbo typecheck && bun turbo test - Push resolved integration branch
- Close this issue
Manual Sync Commands
git fetch origin
git checkout integration
git merge origin/dev
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration