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
Current main can be used as the daily-driver code command for real Every Code work without falling back to the old pre-pivot binary for ordinary sessions.
Current Status
State: Active. Dogfood Parity 1 now has deterministic exec rails, local build-gate reliability, git/patch mutation safety, and local install/rebuild preflight confidence on main.
The harness can now assert command-event streams, grouped event-count alternatives, model-facing function_call_output payloads, post-run workspace contents, and post-run git status --porcelain across the current fork-transition JSONL shapes.
Native WebRTC is intentionally outside the default build graph for now; restore it later only as an explicit opt-in overlay so fresh checkout metadata remains reliable.
Follow-up child issues remain scoped to overlays and fixture concepts rather than copying Every Code code wholesale.
Next Action
Create and land the next overlay child slice, likely Auto Review proof metrics (#400) or Code Bridge/browser (#399), with the same pattern used by #405, #407, #410, and #412: focused branch, scoped review agent, ./build-fast.sh, and just harness-smoke when relevant.
Finish Line
Current main can be used as the daily-driver
codecommand for real Every Code work without falling back to the old pre-pivot binary for ordinary sessions.Current Status
State: Active. Dogfood Parity 1 now has deterministic exec rails, local build-gate reliability, git/patch mutation safety, and local install/rebuild preflight confidence on
main.Done:
tools/code-exec-harnessas the deterministic no-live-token P0code exec --jsonsmoke gate.just harness-smokevalidate the checkout-builtcodebinary via fake/v1/responsesfixtures../build-fast.shandjust harness-smokepassed for that gate-clearing slice.apply_patchround-trip/file-change/tool-result evidence, workspace-write edit persistence, and read-only denied-file absence.just local-code-rebuild-preflight, deterministicjust local-code-rebuild-preflight-check, explicit symlink rollback messaging, and guardedcode --versionverification only when PATH resolves to the rebuilt binary.function_call_outputpayloads, post-run workspace contents, and post-rungit status --porcelainacross the current fork-transition JSONL shapes.Current finish-line gap:
Next action:
Acceptance Criteria
code-rs/target/dev-fast/code, not whatevercodehappens to be onPATH./v1/responsesscenarios are documented as the required no-token smoke suite.code exec --jsonsmoke, shell command round-trip, read-only write-denial, git/patch mutation safety, workspace content checks, git-status checks, and tool-result evidence scenarios exist so broken binary/tool-result/sandbox behavior fails clearly.Next Action
Create and land the next overlay child slice, likely Auto Review proof metrics (#400) or Code Bridge/browser (#399), with the same pattern used by #405, #407, #410, and #412: focused branch, scoped review agent,
./build-fast.sh, andjust harness-smokewhen relevant.