Skip to content

sync: upstream dev 2026-08-01 - #2

Merged
rawkakani merged 220 commits into
mainfrom
sync/upstream-2026-08-01
Aug 1, 2026
Merged

sync: upstream dev 2026-08-01#2
rawkakani merged 220 commits into
mainfrom
sync/upstream-2026-08-01

Conversation

@rawkakani

Copy link
Copy Markdown
Member

First successful upstream sync since the fork was created.

Merges 220 commits from upstream anomalyco/opencode dev (300 files). Transform anchor assertions pass.

Two blockers were fixed to get here:

  • Merge conflict, every run. The fork deletes 26 of upstream's 28 workflows on purpose (they're gated on github.repository == 'anomalyco/opencode'). Upstream edits them constantly, so each edit arrived as modify/delete and stopped the merge. merge=ours can't help — git never invokes a merge driver for modify/delete. Sync now keeps our deletion for .github/workflows/** and only there; any other conflict still fails for a human.
  • Anchor drift. Upstream added an appstream metainfo payload: fpm: [legacyDesktopEntryFpm]fpm: [metainfoFpm(appId), legacyDesktopEntryFpm]. We want neither — metainfoFpm resolves to resources/worklyn.understudy.metainfo.xml, which doesn't exist, so fpm would fail on a missing file. The transform strips the array, giving byte-identical output to before (fpm: []).

Note: the workflow's own gh pr create still fails with Resource not accessible by integration despite org and repo both allowing Actions to create PRs — this PR was opened manually. The branch push works, so sync is otherwise functional.

opencode-agent Bot and others added 30 commits July 17, 2026 21:51
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Test User <test@test.com>
Co-authored-by: Test User <test@test.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
…… (#37696)

Co-authored-by: liqiping <liqiping@msh.team>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
opencode-agent Bot and others added 28 commits July 30, 2026 09:05
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
…8-01

# Conflicts:
#	.github/workflows/publish.yml
@rawkakani
rawkakani merged commit d883d4e into main Aug 1, 2026
9 checks passed
@rawkakani
rawkakani deleted the sync/upstream-2026-08-01 branch August 1, 2026 06:06
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.