You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.1: fix -u flag claims and #1282 citation found by independent audit
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
0 commit comments