Design + plan: adapt Mocktioneer to edgezero #269 (extensible CLI)#110
Draft
aram356 wants to merge 27 commits into
Draft
Design + plan: adapt Mocktioneer to edgezero #269 (extensible CLI)#110aram356 wants to merge 27 commits into
aram356 wants to merge 27 commits into
Conversation
…tures, pricing docs, docker, prettier exclusion, CLI story)
…owers/ in docs prettier
…I seed, dockerfile cache-hygiene, docs build-exclusion, broader CLI docs)
…t(?Send) test impl, spin release build in verify)
…6, add clap/anyhow
…efault FIXED_BID_CPM
…er-cli, config gate
… (edgezero #269 removed request::dispatch)
…n/typed-config, add spin to agent builds, fix stale pricing/cli comments
…po-wide, update CLAUDE.md crate count/CPM
…ples; fix stale fixed-CPM comments
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.
What this PR is
Design spec + implementation plan only — no implementation code yet. This lands the agreed-upon design and a task-by-task plan for adapting Mocktioneer to the breaking stackpop/edgezero#269 ("EdgeZero CLI Extensions"), so the approach can be reviewed before code is written. Implementation will follow on this branch (or a child branch) by executing the plan.
Contents
docs/superpowers/specs/2026-06-11-edgezero-extensible-cli-adaptation-design.md— the design (converged over 5 review rounds).docs/superpowers/plans/2026-06-15-edgezero-extensible-cli-adaptation.md— a 13-task, TDD, exact-code implementation plan.docs/.prettierignore— excludesuperpowers/from the docs Prettier gate.Scope of the planned change (for reviewers)
edgezero-*git depsmain→feature/extensible-cli; drop theinclude_str!(manifest)arg from every adapterrun_app; migrate the Spin adapter tospin-sdk ~6.0/wasm32-wasip2(Fastly stayswasm32-wasip1).MocktioneerConfig(bid_cpm), amocktioneer.toml, and amocktioneer-clicrate mirroring edgezero's generated<name>-cli.bid_cpmis resolved from the bound config store for both the OpenRTB and APS paths, falling back toFIXED_BID_CPMwhen no store is bound; malformed values error, a malformed/absent file degrades to the default.[stores.config]in the manifest + Spinruntime-config.toml, Dockerfile manifest pre-copy,.gitignore.edgezero/, docs (wasip2 + "$0.20 default" pricing + edgezero-cli-vs-mocktioneer-cli), and aconfig validate --strictCI gate.Notes
main, which already carries the strict-clippy + PR #257 edgezero adaptation (via PR Adopt edgezero strict-clippy gate and PR #257 API #108).mainafter it merges.