Prune stale scope cards#177
Draft
lunelson wants to merge 13 commits into
Draft
Conversation
This was referenced Jun 6, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Tests only; intentionally failing until the following commits land: - seed-port duplicate-edge precedence (source outranks synthetic) - portable, fixture-relative probe artifact references - request_choice next-tool metadata for options and candidates Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
… union The export aliased a single request_choice variant, so consumers (the structured-exchange RPC proof) typed terminal details as one variant instead of the full request-details union. Alias RequestDetails so the public terminal-details type names every request outcome. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Replace the per-instance client.OPEN readiness check with an isWebSocketOpen predicate that reads against the runtime WebSocket.OPEN constant from ws. Transport delivery behavior is unchanged. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Place the prompting registrar at its named position in the extension list via a conditional spread when prompt context exists, replacing the numeric extensions.splice(4, 0, ...) insertion. Registration order is unchanged. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Derive the capture tool from the present tool the request answers: present_options answers with capture_choice, present_candidates with capture_candidate. Only answered responses carry tool_meta.next. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Split probe artifact writing into absolute disk paths (used for mkdir/writeFile) and fixture-root-relative references persisted into the report JSON, for the project-graph-review-cycle and fixture-curation probes. Rewrite the two committed reports to the portable contract so they no longer carry developer-machine absolute paths. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Add a co-located duplicate-edge-policy module so ported source edges outrank synthetic fill-in edges on an endpoint/category/stance collision, replacing the port script's first-emitted-wins dedupe. Duplicate-drop stats stay explicit via the policy's reported drop count. Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
…meral cwd Amp-Thread-ID: https://ampcode.com/threads/T-019e9df9-7f47-77b8-9672-bdf06fad412b Co-authored-by: Amp <amp@ampcode.com>
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.

No description provided.