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
replaces bitrouter/auto with the only public virtual model, @auto
replaces the unpublished agent package and placeholder eval command with guided bitrouter init / bitrouter optimize setup discovery
documents that both strong and economy workflow requests always pass through a private BitRouter daemon; provider choice only changes outbound transport/auth
documents the white-box quality/cost authority split, versioned intent/lock/contract, explicit adaptive consent, rollback, and current fail-closed scope
updates stale policy.writeback, launch, and headless init examples
regenerates the CLI reference from the current OSS binary and adds missing optimize, eval, and trajectory sections
makes CLI generation fail when a future top-level command is not assigned to a docs section
#65 correctly identified the best information architecture, but explicitly described unshipped surfaces. The OSS implementation now has a more general contract:
the stable public model is @auto
no task labels or expected answers are injected into online routing
project-owned workflows are discovered or pinned as argv
Checkpoint at 3b14286, generated from the installed PATH binary for OSS ba9ceb0b (SHA-256 d5f9a3fc8b4a71d5dcd67aa5f6f63f4f0143abee862404fe9a43489a670d4e46). The docs now match model-neutral onboarding: reuse existing @auto tiers, otherwise prompt on a TTY or require explicit strong/economy flags headlessly; no model or synthetic-price default is documented or emitted by the CLI. Validation: 136 CLI commands captured, 50-doc authoring lint, 83/83 tests, 279-page production build, diff check, and no Superpowers path touched.
Final docs validation is complete against an installed bitrouter 1.0.0-alpha.27 binary from a clean default environment.
The documented UX matches the real CLI and E2E path: @auto is the only public model name; both strong and economy workflow calls traverse BitRouter daemon routing; Codex subscription and BitRouter Cloud OAuth coexist as tier-specific outbound authorities; direct ACP is evaluator-only; setup/run/review/publish/rollback commands and the explicit adaptive-publication consent all executed successfully. The measured candidate preserved a passing workflow result while reducing normalized showback by 47.6644%, and live-daemon rollback restored the original route and lineage.
The docs-site build is green, the branch is CLEAN/MERGEABLE, and this PR introduces no Superpowers-specific content.
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
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.
Summary
Stacks on #65 and turns its proposed quickstart into the shipped
@autoworkflow-optimization contract.bitrouter/autowith the only public virtual model,@autobitrouter init/bitrouter optimize setupdiscoverypolicy.writeback, launch, and headless init examplesoptimize,eval, andtrajectorysectionsWhy this differs from #65
#65 correctly identified the best information architecture, but explicitly described unshipped surfaces. The OSS implementation now has a more general contract:
@autoThis PR documents those facts rather than preserving design placeholders.
Dependencies
Validation
pnpm lint:docs— 50 docs across 7 sectionspnpm test— 83 testsBITROUTER_BIN=<current OSS binary> pnpm build— 279 pagesgit diff --check