v0.1.1: Refinements — interactive init, config-backed run, Git LFS hook tolerance, graceful shutdown #3
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
This PR implements the v0.1.0 refinement plan improvements focused on first-run UX, clearer CLI semantics, safer config usage, and more resilient git/codespaces behavior. It also bumps the package version to 0.1.1.
Addresses findings from
plans/v0-1-0_REFINEMENT_PLAN.mdghcralph initis now interactive by default in TTYs (review defaults → edit values → confirm write), with option lists for plan source/model/auto-commit.--planremoved;--filenow supports both single-task files and Markdown plan files (auto-detected).githubRepo+ optional filters).initprompts for them whenplanSource=github.runnow treats config as the source of truth formaxIterations/maxTokens/defaultModel/autoCommit/branchPrefix; CLI flags removed where appropriate.run --dry-runnow loads config and displays/usesdefaultModelconsistently.GitBranchManagernow tolerates failing git hooks (e.g. missinggit-lfs) when the branch was actually created/checked out, and prints a warning instead of throwing.sendAndWait()), plusrunnow cleans up SIGINT/SIGTERM handlers and destroys the agent on exit.Docs / Devcontainer
Release
package.jsonandpackage-lock.jsonto 0.1.1.Validation
npm run lintnpm run typechecknpm testnpm run build