rtk-ai/rtk

It looks like there's an issue with the Codex adaptation.

Open

#842 aperta il 26 mar 2026

Vedi su GitHub
 (4 commenti) (9 reazioni) (0 assegnatari)Rust (2914 fork)batch import
area:configbugeffort-mediumenhancementhelp wantedpriority:medium

Metriche repository

Star
 (48.085 star)
Metriche merge PR
 (Merge medio 11g 1h) (45 PR mergiate in 30 g)

Descrizione

I am attempting to initialize Codex according to the instructions in the Markdown documentation, but I am unable to use it. Could you please take a look to see if there are any underlying issues? I managed to resolve the problems myself using Codex, and there were two main issues:

  1. I was unable to reference rtk within .codex/AGENTS.md using the @RTK.md syntax. My workaround was to copy the commands from RTK.md directly into agents.md; however, this is not a permanent solution, as any future updates to RTK.md would require me to manually update agents.md as well.
  2. After making those modifications, rtk still encountered some permission issues; specifically, the default database path for rtk is located in a restricted directory, preventing the sandbox environment from creating or opening the file. My temporary fix was to edit rtk/config.toml and change the database_path to a writable location: .codex/memories/rtk/history.db. Again, this is merely a temporary workaround; could you please check if there is a more robust or permanent solution available?

Guida contributor