Two small cosmetic issues in rtk init (0.43.0):
-
The generated RTK.md ends with:
Refer to CLAUDE.md for full command reference.
But the same rtk init writes @RTK.md into CLAUDE.md (CLAUDE.md imports RTK.md). So the pointer is circular and resolves to nothing — there is no separate command reference in CLAUDE.md. Suggest dropping the line, or pointing it at rtk --help.
-
rtk init prints RTK.md: ... (10 lines) while the file it actually writes is 29 lines. The reported count is wrong.
Neither affects function; just confusing to a reader.
Two small cosmetic issues in
rtk init(0.43.0):The generated
RTK.mdends with:But the same
rtk initwrites@RTK.mdinto CLAUDE.md (CLAUDE.md imports RTK.md). So the pointer is circular and resolves to nothing — there is no separate command reference in CLAUDE.md. Suggest dropping the line, or pointing it atrtk --help.rtk initprintsRTK.md: ... (10 lines)while the file it actually writes is 29 lines. The reported count is wrong.Neither affects function; just confusing to a reader.