Queenshift is a bounded coding CLI built around a governance-first control model.
It treats stochastic coding workers as execution surfaces inside a stricter control system, keeping review, replay, incident handling, and run artifacts explicit instead of burying them inside one opaque prompt loop.
This public repo is the bounded first code slice behind that architecture. It is serious enough to inspect, use, and contribute to, but it is still not a broad general-use coding claim.
Queenshift is the public product name. Queenshift CLI is the longer public label when that helps. swarmengine remains the shipped bounded engine, and queenbee remains experimental behind the scenes.
- read docs/install.md for the current install status and audience split
- if you are evaluating from a checked-out repo, read QUICKSTART.md
- keep your first real task tiny, explicit, and file-named
- small named-file updates
- bounded source-and-test pairs where you name the source file and its direct local test
- bounded docs-and-source sync
- artifact-backed review and incident follow-up
- calm first-run demos in a disposable repo
- help make the bounded JS/TS lane calmer, clearer, and more trustworthy
- improve install, onboarding, and support surfaces for noncoder owners and careful contributors
- strengthen review, replay, incident, and verification surfaces instead of adding opaque behavior
- help the public repo stay aligned with the architecture note's governance-first thesis
- broad general-use autonomous coding
- open-ended repo-wide refactors
- marketplace install or broad packaged cross-platform parity
queenbeeas a shipped public engine
For a current evidence summary covering live anchors, experimental boundaries, and benchmark gaps on one public surface, read docs/evidence.md.
As of 2026-03-30, Queenshift is ready for an experimental public release.
That answer stays bounded:
- broad general-use readiness remains out of scope
- the fixed benchmark scoreboard is still unresolved rather than promotional
swarmengineremains the shipped bounded enginequeenbeeremains experimental
As of 2026-04-01, the stricter normal-user production-ready CLI answer is still NO.
That answer stays bounded:
- the experimental public release surface is coherent enough for bounded public visibility
- Queenshift still does not have one published normal-user install command
- the local Windows bundle remains the only supported stranger install surface today
- the checked-out repo path remains evaluator or contributor setup, not the final install story
swarmengineremains the shipped bounded engine andqueenbeeremains experimental
- the simplest supported first-time install surface today is still the local Windows bundle
- the public product command is
queenshift - the repo-root package identity is now
queenshift-cli - inside a checked-out repo,
npm linkgives one realqueenshiftbinary path without claiming a published npm registry install yet - the checked-out-repo path remains a contributor-style or evaluator path and does not present itself as packaged parity
- once the command is available, the recommended product path is
queenshift doctor -> queenshift owner:guided:demo -> queenshift demo:run -> queenshift repo:onboard --workspace <repo> -> queenshift "<task>" --workspace <repo> --admitOnly - checkout-only preparation stays in
docs/install.mdandQUICKSTART.mdso this README can stay on the product path
- run
queenshift doctor - run
queenshift owner:guided:demowhen you want the guided first pass - run
queenshift demo:galleryandqueenshift demo:runbefore a real target repo - use
queenshift repo:onboard --workspace <repo>before a real target repo - preflight the task with
queenshift "<task>" --workspace <repo> --admitOnly - if the run stops, use the short recovery loop:
queenshift incident:latest --workspace <repo>shows what failed,queenshift owner:quick-actions --workspace <repo>shows the safest next command,queenshift replay:latest --workspace <repo>shows the recorded timeline, andqueenshift resume:latest --workspace <repo>is there when resumability evidence exists
- architecture note DOI: 10.5281/zenodo.19323465
- first public software DOI: 10.5281/zenodo.19374972
- first public GitHub prerelease tag:
v0.1.0-rc1 - the note and the software release are meant to be cited as separate artifacts that describe the architecture thesis and the bounded implementation surface
- QUICKSTART.md
- AUTHORS.md
- CITATION.cff
- .zenodo.json
- CHANGELOG.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- SECURITY.md
.github/pull_request_template.md- LICENSE
- docs/README.md
- docs/evidence.md
- SUPPORTED_INSTALL_SURFACES.md
- OWNER_OVERSIGHT_GUIDE.md
- VERIFICATION_CATALOG.md
- GENERAL_USE_READINESS_DECISION.md
- TASK_CORPUS.md
This repo is intentionally curated and keeps the release surface bounded. It is not a broad general-use promise, a default-engine switch, or a benchmark-victory statement.