docs: Refresh README/docs for rossoctl; dep-bump-scanner org default - #40
Merged
Merged
Conversation
Phase 5 (cosmetic/non-write couplings only): - dep-bump-scanner: default ORG kagenti->rossoctl (banner, usage, help text). Cosmetic -- $ORG only feeds display strings and report-tag metadata; actual repo reads use the canonical rossoctl/<name> from the allowlist (unchanged). - README: list all four programs (Link Health, PR Review, Dependency Bump, Health Dashboard) with accurate descriptions; document the config/core-repos.txt allowlist and its deploy; keep the existing deploy/runtime host details. - docs/running-without-openclaw.md + docs/program-template.md: rename org references kagenti->rossoctl. Left as-is: the litellm-kagenti-auto provider prefix (real provider name, not an org ref) and the kagenti-bot SSH host alias. Write-path-coupled org references (the two fixers, link-health-scanner and dashboard cross-fork dashboard-PR paths, KAGENTI_REPO/KAGENTI_DIR) are intentionally deferred to Phase 6, where they are resolved with the fork-naming decision (rossoctl#31). Assisted-By: Claude Code (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
clawgenti
reviewed
Jul 29, 2026
clawgenti
left a comment
There was a problem hiding this comment.
Phase 5 cosmetic rename — docs and dep-bump-scanner default ORG updated from kagenti to rossoctl; no behavior change. All DCO, sign-off, and CI checks pass. Ready for human review.
Reviewed by clawgenti using github:pr-review
esnible
approved these changes
Jul 29, 2026
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.
Phase 5 of the rename cleanup (epic #32), scoped to cosmetic / non-write couplings + docs only. No behavior change.
Summary
dep-bump-scanner.sh: defaultORGkagenti→rossoctl(banner, usage example,--helptext). Cosmetic —$ORGonly feeds display strings and report-tag metadata; actual repo reads use the canonicalrossoctl/<name>from the allowlist (unchanged, and--orgoverride still works).README.md: list all four programs (Link Health, PR Review, Dependency Bump, Health Dashboard) with accurate descriptions; document theconfig/core-repos.txtallowlist and its deploy step; existing deploy/runtime host details preserved.docs/running-without-openclaw.md,docs/program-template.md: rename org referenceskagenti→rossoctl. Deliberately left as-is: thelitellm-kagenti-autoprovider prefix (a real provider name, not an org ref) and thekagenti-botSSH host alias.Scope discipline
Write-path-coupled org references are intentionally deferred to Phase 6 (#31), where they are resolved atomically with the fork-naming decision: the two fixers'
ORGdefaults and fork/PR write paths, thelink-health-scanner+ dashboard cross-fork dashboard-PR blocks (currently live and self-consistent — must not be half-touched), and theKAGENTI_REPO/KAGENTI_DIRrenames.Verification
All five test suites pass;
bash -nclean on the touched script.Part of #30 (epic #32) — this PR covers only the cosmetic/docs subset; the write-path parameterization in Phase 6 completes #30, so #30 stays open until then.
Assisted-By: Claude Code