RTK.md template carries one-time setup content and a dangling reference
rtk-ai/rtk · issue #3306 · opened Jul 2026 · 1 comment · no PRs referenced when indexed
good first issuedocumentationpriority:lowarea:docs
As a developer running rtk init, I want the generated RTK.md to contain only content that's useful every session, so that the always-loaded context rtk init…
`git status --short/--porcelain` output loses its trailing newline
rtk-ai/rtk · issue #3303 · opened Jul 2026 · 1 comment · no PRs referenced when indexed
good first issuebugarea:clipriority:medium
rtk drops the final \n of git status --short (and --porcelain). Content is byte-identical to native git otherwise — only the trailing newline is missing. Repro…
dotnet test never rewritten: rule matches ^dotnet build only, though rtk dotnet supports test
rtk-ai/rtk · issue #3300 · opened Jul 2026 · 1 comment · no PRs referenced when indexed
good first issuebugarea:clipriority:medium
rtk dotnet advertises test support, but the rewrite rule only matches dotnet build, so dotnet test is never rewritten by the hook. Hook behaviour (rtk hook…