| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…patch) Adds .github/workflows/upstream-sync.yml — scheduled Mondays 09:00 UTC + workflow_dispatch, fetches anomalyco/opencode dev, opens notturno/merge-upstream-YYYY-MM-DD against local/amicode. - Zero-conflict merges: commit + push + open PR (hitl) ready for CI - Conflicted merges: abort markers, commit .upstream-sync/report.md with file list + policy, push + open PR for hand-merge Keeps the fork (never drops amicode surfaces) — just pulls mothership improvements automatically. Handles sst → anomalyco rename, sets git identity (fixes harmoniqs/amico#322). Related to #159
…n for current view parity Keeps PR current with latest viewed UI fixes (context ring, starter chips, etc. are already on local/amicode) plus thinker-line clean (5f8afb4). No rebase — preserves merge trace per fork policy.
…sweep 2026-08-20)
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: b08247bd-479b-4edd-9a37-b9897d7dc8e3 You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file. Use the checkbox below for a quick retry:
Comment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #159
Problem: harmoniqs/opencode is 5 days / 77 commits / 3 releases behind anomalyco/opencode (v1.18.12 @ 7fe99387 → v1.18.15 @ d7b115f + HEAD 0bff28de, 493 files). Cutting the next v*-amicode.* release without syncing bakes stale fixes in and raises next sync's cost (27 conflict files already overlap).
Approach: keep the fork, automate the pull:
Follow-up: trigger the workflow (dispatch) to open the actual notturno/merge-upstream-2026-08-09 PR that lands the one-off 7fe99387 → 0bff28de merge (27 files). That PR must then:
Verification this PR: workflow file lint + dry-run via workflow_dispatch with dry_run: true (reports overlap/conflicts without pushing). No runtime merge in this PR.
Slack: pinged #amico (ts 1786296735.200299) — blocking next release on #159.
Fixes #159