fix(goncho): expose context representation options - #9
Closed
XelHaku wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
|
Closing as already rescued: this PR's patch is already present on main as patch-equivalent work. |
XelHaku
deleted the
autoloop/20260425T024216Z/w2/3-3.f-goncho-context-representation-options
branch
April 25, 2026 08:04
XelHaku
added a commit
that referenced
this pull request
Apr 25, 2026
Implements item #9 from docs/cmd-loops-improvements.md. * New internal/progressctl package owns the regeneration logic for the building-gormes progress control plane: Validate(stdout, root, format) and Write(stdout, root). The marker table moves with it. * New cmd/progress is a thin top-level binary calling the package directly. Supports --repo-root, --format text|json, and the validate / write verbs. * New cmd/repoctl wraps the existing internal/repoctl package the same way: --repo-root, plus `benchmark record` and `readme update`. * cmd/builder-loop/progress.go shrinks to a 30-line dispatcher that forwards to internal/progressctl, so the existing `builder-loop progress …` and `builder-loop repo …` paths keep working for back-compat. cmd/builder-loop's binary still imports internal/progress and internal/repoctl transitively, but the shared surface area is now structured to support clean removal once operators have migrated. Operators can now type: go run ./cmd/progress validate --format json go run ./cmd/repoctl readme update instead of the longer builder-loop forms. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.