You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rescue: INT-02 / INT-09 / INT-11 — recover stranded feature work from a deleted checkout (#708)
## Why
These three commits existed **only** in a local checkout that an estate
reorg
renamed to `affinescript.DUPLICATE-superseded-2026-07-27` and then
**deleted**.
They were never on origin. Recovered from a `git bundle` taken before
the
deletion.
The "superseded" label was wrong — see
`dev-notes/affinescript-sitrep-2026-07-27.md`. The rename judged
duplicates by
directory identity rather than by `git rev-list`, so a checkout holding
9
unpushed commits was marked redundant against one holding 0.
## What
Exactly the three hand-authored feature commits, at their **original
SHAs,
authorship and dates**:
- `220d7ca` docs: resolve INT-02 satellite scope deferral (Closes#489)
- `70ca15e` feat(dom): browser host parity execution harness (INT-11)
- `e959636` feat(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
at
`e959636`.
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=AffineScript` from
`.gitattributes` — the line making GitHub recognise 493 source files as
AffineScript. They remain parked in the bundle, unreviewed.
## Checks
- No sweep debris: `.gitattributes`, `.gitignore`,
`docs/patch_ecosystem.py` all absent from the diff
- Licences: 5 × MPL-2.0, no stray AGPL
- Secrets: none
- REUSE: the two headerless files match existing repo convention (no
`.reuse/`/`REUSE.toml`; none of the 5 existing `package.json` carry
headers)
Draft — CI has not run on these commits before.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments