16d5eb3a8617b6ef7f6ba24f2e39dc6a743f3943
skunk-net-e2e
This repo is the cross-repo local E2E harness for the instant-swap / OPP work.
It is intentionally not a monorepo mirror of the underlying projects. The real code stays in the original repos; this workspace repo tracks:
- Docker compose and bootstrap scripts
- local environment examples
- protocol notes used for this bring-up
- a dated checkpoint with the current blocker and reproduction steps
- the dependency repo matrix and expected branches
Start Here
- Read
WORKSPACE-MANIFEST.md. - Clone each dependency repo into the top-level paths listed there.
- Check out the recorded branches in those repos.
- Copy
.env.local.exampleto.env.localif you need overrides. - Use
./local-e2e-up.shor the individual commands inLOCAL-E2E.md.
Key Files
WORKSPACE-MANIFEST.md: remotes, branches, and current local headsCHECKPOINT-2026-04-03.md: current live state, blocker, and next stepsLOCAL-E2E.md: bring-up and runtime commandsOPP-COHESIVE-DESIGN.md: directional OPP design notesprotocol/opp/v1/opp.proto: shared protobuf draft used for the cohesive design
Description
Languages
Shell
100%