Extension service: carry the solver-mode route (fork-retirement cutover blocker) (#798) - #801
Merged
Merged
Conversation
POST /amicode/solver-mode — the release half of the toggle contract,
ported from the fork's connections.ts @ v1.18.10-amicode.21 (the handler
lives there in the pin). Body {mode:"piccolo"} only; hp is refused
(unsupported_mode — the flip follows a Company Compute credential, and a
second hp writer is the duplicate-flip bug ADR 0001 forbids). Persistence
rides the SAME shared file contract the fork writes and the extension
watcher consumes: revoke `issimo` in $AMICODE_OPS_DIR/entitlements.toml,
then write {mode:"piccolo",status:"switching"} to solver-mode.json. No
divergence: the fork's state is a file, and the service can hold it.
Golden fixture recorded from the authentic pin-.21 linux-x64 fork binary
(release asset sha256 e07fd08d… matches opencode.lock.json): three new
arc entries (bad_request / unsupported_mode / settled-piccolo release),
appended last — a successful release rewrites ops-dir state, so no other
recorded entry may depend on it. Full 74-entry replay passes.
Also: the wiring log's route count reads service.routeCount instead of a
hard-coded number that had already drifted (said 31; 35 registered).
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #798.
Ports
POST /amicode/solver-modefrom the fork mainline into the extension-host service — the last route the shipped overlay posts that the service lacked, and a fork-retirement cutover blocker..21release (asset sha-verified against the lock); persistence is the identical file contract the extension's watcher already consumes (solver-mode.json+issimorevoke inentitlements.toml) — no semantic divergence.piccolo_flip_faileddegradation: 9/9.service.routeCount— it had already drifted (35 registered).