docs: registry pattern + harness scripts READMEs - #2262
Merged
hongmingwang-moleculeai merged 1 commit intoApr 29, 2026
Merged
Conversation
Two docs covering load-bearing patterns from today's work that weren't previously discoverable: 1. workspace/platform_tools/README.md — explains the ToolSpec single-source-of-truth pattern (#2240), the CLI-block alignment gap that hand-maintained generation can't close (#2258), the snapshot golden files + LF-pinning (#2260), and the add/rename/ remove playbook. The next reader who lands in workspace/platform_tools/ now has the design rationale + the safe-edit procedure colocated with the code. 2. scripts/README.md — disambiguates the three measure-coordinator- task-bounds.sh files that now exist across two repos: - scripts/measure-coordinator-task-bounds.sh (canonical OSS, this repo) - scripts/measure-coordinator-task-bounds-runner.sh (Hermes/MiniMax variant, this repo) - scripts/measure-coordinator-task-bounds.sh (production-shape, in molecule-controlplane) Cross-references reference_harness_pair_pattern (auto-memory) for the cross-repo design rationale. Documents the common safety pattern (cleanup trap, DRY_RUN, non-target guard, cleanup_*_failed events) and the heartbeat-trace caveat. Refs: #2240, #2254, #2257, #2258, #2259, #2260; molecule-controlplane#321. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
HongmingWang-Rabbit
requested a review
from hongmingwang-moleculeai
as a code owner
April 29, 2026 05:20
HongmingWang-Rabbit
pushed a commit
that referenced
this pull request
Jun 12, 2026
…make hermes/openclaw vendor menus routable (cp#529)' (#2262) from feat/cp529-byok-vendor-providers into main
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
Two READMEs covering load-bearing patterns from today's work that weren't previously discoverable from the code:
workspace/platform_tools/README.mdExplains the
ToolSpecsingle-source-of-truth pattern (#2240), the CLI-block alignment gap that hand-maintained generation can't close (#2258), the snapshot golden files + LF-pinning (#2260), and the add/rename/remove playbook. The next contributor who lands inworkspace/platform_tools/now has the design rationale + the safe-edit procedure colocated with the code.scripts/README.mdDisambiguates the three
measure-coordinator-task-bounds*.shfiles that now exist across two repos:scripts/measure-coordinator-task-bounds.sh(canonical OSS, this repo)scripts/measure-coordinator-task-bounds-runner.sh(Hermes/MiniMax variant, this repo)scripts/measure-coordinator-task-bounds.sh(production-shape, in molecule-controlplane)Documents the common safety pattern (cleanup trap,
DRY_RUN, non-target guard,cleanup_*_failedevents) and the heartbeat-trace caveat.Test plan
Refs: #2240, #2254, #2257, #2258, #2259, #2260; molecule-controlplane#321.