Skip to content

fix(goncho): expose context representation options - #9

Closed
XelHaku wants to merge 1 commit into
mainfrom
autoloop/20260425T024216Z/w2/3-3.f-goncho-context-representation-options
Closed

fix(goncho): expose context representation options#9
XelHaku wants to merge 1 commit into
mainfrom
autoloop/20260425T024216Z/w2/3-3.f-goncho-context-representation-options

Conversation

@XelHaku

@XelHaku XelHaku commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@XelHaku

XelHaku commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator Author

Closing as already rescued: this PR's patch is already present on main as patch-equivalent work.

@XelHaku XelHaku closed this Apr 25, 2026
@XelHaku
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant