rescue: INT-02 / INT-09 / INT-11 — recover stranded feature work from a deleted checkout - #708
Conversation
|
Uh oh!
There was an error while loading. Please reload this page.
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review✅ Approved1 resolved / 1 findingsRecovers stranded feature work adding router navigation, browser host parity, and docs resolution, but nesting wasi_snapshot_preview1 under env breaks WASM linking. ✅ 1 resolved✅ Bug: wasi_snapshot_preview1 nested under env, breaking WASM link
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
Uh oh!
There was an error while loading. Please reload this page.




Why
These three commits existed only in a local checkout that an estate reorg
renamed to
affinescript.DUPLICATE-superseded-2026-07-27and then deleted.They were never on origin. Recovered from a
git bundletaken before thedeletion.
The "superseded" label was wrong — see
dev-notes/affinescript-sitrep-2026-07-27.md. The rename judged duplicates bydirectory identity rather than by
git rev-list, so a checkout holding 9unpushed commits was marked redundant against one holding 0.
What
Exactly the three hand-authored feature commits, at their original SHAs,
authorship and dates:
220d7cadocs: resolve INT-02 satellite scope deferral (ClosesINT-02 follow-up:affinescript-dom-loadersatellite shell — scope question (split repo vs fold-into affine-js) #489)70ca15efeat(dom): browser host parity execution harness (INT-11)e959636feat(cadre): scaffold router navigation runtime wrapper (INT-09)No cherry-pick was required: the three form a contiguous linear chain whose base
commit's parent is
origin/main(1c169c0), so the branch was created ate959636.8 files, +258/−22 —
affinescript-cadre/(router runtime + e2e),affinescript-dom/e2e/(browser parity harness),docs/ECOSYSTEM.adoc.Deliberately excluded
The other 6 commits in that stack were sweep-authored, including a merge of an
unexplained "rogue duplicate repository" and an uncommitted change that
deletes
*.affine text eol=lf linguist-language=AffineScriptfrom.gitattributes— the line making GitHub recognise 493 source files asAffineScript. They remain parked in the bundle, unreviewed.
Checks
.gitattributes,.gitignore,docs/patch_ecosystem.pyall absent from the diff.reuse//REUSE.toml; none of the 5 existingpackage.jsoncarry headers)Draft — CI has not run on these commits before.
🤖 Generated with Claude Code