"Add pitboss start universal entry + iteration wizard#15
Open
jrf227 wants to merge 1 commit into
Open
Conversation
- new-user branch routes to setup
- existing-user branch shows snapshot (budget/phases/deferred)
with continue/sweep/new-plan paths
- new-plan flow drives in-TUI interview + planner agent
(questioner_ranged.txt template), shows generated phase list
with run/wait/terminate choices
"
Author
|
LMK what you think |
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.
Summary
Three new top-level commands and a guided wizard:
pitboss start— universal entry point. Auto-detects.pitboss/; routes new users into setup +chains to play, existing users into an iteration wizard (continue/sweep/new-plan).
pitboss config(alias:setup) — multi-step config wizard with explanatory screens for each knob(models, budget, sweeps, auditor, tests). On an existing workspace, opens to a summary screen
pre-populated from disk; user can save or step back through to edit. Writes an exhaustive
self-documenting
config.toml(no invisible defaults).pitboss nuke— deletes.pitboss/aftery/Nconfirmation.The new-plan path inside
pitboss startdrives an in-TUI interview (1-5 / 5-10 / 10-20 / as-manyquestion ranges) against the planner agent and shows the generated phase list with run/wait/terminate
options.
Why
rebuy/sweep/ hand-editdeferred.md. This is purely additive — every existing command keeps itssignature and behavior.
Tests
cargo clippy --all-targets -D warningscleancargo fmt --checkcleansrc/{prompts,tui,grind}/snapshots/Test plan
cargo install --path . --forcepitboss configin a fresh dir → walk 6 steps → confirm.pitboss/config.tomlhas every sectionpitboss startin the same dir → iteration wizard → New plan → interview → review screen → Runpitboss setup(alias) still workspitboss nuke→ydeletes.pitboss/;nleaves itpitboss play --dry-rununchanged from mainEOF
)"