Skip to content

v1.0.1: fix -u flag claims and #1282 citation found by independent audit#4

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
claude/rtk-command-code-pr-review-hftsym
Jun 30, 2026
Merged

v1.0.1: fix -u flag claims and #1282 citation found by independent audit#4
Coding-Dev-Tools merged 1 commit into
mainfrom
claude/rtk-command-code-pr-review-hftsym

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Summary

Ran an exhaustive multi-dimensional audit (5 independent dimensions × 3-way adversarial verification, 59 sub-agents total) against live upstream rtk-ai/rtk sources to double-check everything shipped in v1.0.0. Several of the audit's own "confirmed" findings turned out to be wrong on independent re-verification — most notably a claim that rtk tree / gain --failures / json --keys-only are real commands (they are not; reconfirmed directly against the current upstream README via raw GitHub API calls). I did not act on those.

Two findings held up under my own independent, primary-source re-verification (direct GitHub REST API calls — unsummarized JSON, not WebFetch prose — for the relevant commit, issues, and current README):

  • -u is not a working short form of --ultra-compact. RTK's own README still documents it, but it was removed from the CLI upstream (commit 6b76fdb, because it collided with git push -u) and was never restored — invoking it fails outright (RTK issue #2369, currently open). This repo presented -u as a real-but-discouraged flag in 7 places across AGENTS.md, SKILL.md, README.md, and references/commands.md. All replaced with the working long form --ultra-compact, plus a one-line callout explaining the upstream doc/code mismatch so it's not a silent change.
  • RTK issue #1282 was mischaracterized as an ANSI/decoration issue. It's actually a correctness bug: RTK can silently substitute its compressed summary for the real content on a non-TTY pipe (e.g. a redirected grep writes a line-count summary instead of the matching lines). Corrected the description in 4 files and cited the right issue for the ANSI/NO_COLOR claim instead: #1409 (fixed).
  • Synced SKILL.md's "Compatibility & limitations" section with README.md's — it was missing the "Native tools" and "Hooks on Windows" bullets present in the README's version of the same section.

Bumped to 1.0.1 with a CHANGELOG entry; SKILL.md version updated to match.

Type of change

  • Command mapping added/corrected (references/commands.md)
  • Installer change (install.sh / install.ps1)
  • Documentation (README.md / SKILL.md / AGENTS.md)
  • Other: CHANGELOG.md entry, version bump to 1.0.1

Checklist

  • Line endings are correct (LF everywhere except *.ps1)
  • SKILL.md still has valid frontmatter (name:, description:)
  • References stay in sync (SKILL.md and README.md Compatibility sections now match)
  • CI passes (installer lint + SKILL.md / AGENTS.md validation — verified locally)
  • Every claim/citation independently re-verified against live upstream rtk-ai/rtk via direct GitHub API (not just trusting prior research or the audit agents' summaries)

🤖 Generated with Claude Code

https://claude.ai/code/session_01VvpBXNCbbg4eibmZQZAbb6


Generated by Claude Code

Ran an exhaustive multi-agent audit against live upstream rtk-ai/rtk sources
(commits, issues, current README via direct GitHub API calls, not just
search summaries) to double-check everything shipped in v1.0.0. Several
findings were themselves wrong (e.g. a claim that `rtk tree`/`gain --failures`/
`json --keys-only` are real — they are not; confirmed against the live
README) and were rejected after independent primary-source re-verification.
Two findings held up:

- `-u` is not a working short form of `--ultra-compact`. RTK's own README
  still documents it, but it was removed from the CLI upstream (it collided
  with `git push -u`) and was never restored — invoking it fails outright
  (RTK issue #2369, open). Replaced every `-u` reference with the working
  long form across AGENTS.md, SKILL.md, README.md, references/commands.md,
  and added a one-line callout explaining why RTK's own docs are stale here.
- RTK issue #1282 was mischaracterized as an ANSI/decoration issue; it is
  actually a correctness bug (RTK can silently substitute a compressed
  summary for real content on a non-TTY pipe, e.g. wrong line counts).
  Corrected the description and cited the right issue (#1409, fixed) for
  the ANSI-on-pipe claim.
- Synced SKILL.md's Compatibility & limitations section with README.md's —
  it was missing the Native tools and Hooks on Windows bullets.

Bumped to 1.0.1 with a CHANGELOG entry; SKILL.md version updated to match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VvpBXNCbbg4eibmZQZAbb6
@Coding-Dev-Tools Coding-Dev-Tools merged commit a49d78c into main Jun 30, 2026
1 check passed
@Coding-Dev-Tools Coding-Dev-Tools deleted the claude/rtk-command-code-pr-review-hftsym branch July 1, 2026 02:42
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.

2 participants