Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-12-20T03:15:23.359Z
Upstream Tag: v1.0.171
Upstream SHA: 129d4f0
Conflicting Files
README.md
bun.lock
packages/opencode/src/file/index.ts
Recommended Actions
- Checkout integration branch locally
- Run:
git fetch upstream && git merge v1.0.171
- Resolve conflicts manually
- Run validation:
bun install && bun turbo typecheck && bun turbo test
- Push resolved integration branch
- Close this issue
Manual Sync Commands
git remote add upstream https://github.com/sst/opencode.git 2>/dev/null || true
git fetch upstream --tags
git checkout integration
git merge v1.0.171
# Resolve conflicts...
bun install
bun turbo typecheck
bun turbo test
git push origin integration
Upstream Sync Conflict Report
Trigger: Upstream sync at 2025-12-20T03:15:23.359Z
Upstream Tag: v1.0.171
Upstream SHA: 129d4f0
Conflicting Files
Recommended Actions
git fetch upstream && git merge v1.0.171bun install && bun turbo typecheck && bun turbo testManual Sync Commands