rtk-ai/rtk

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

Open

#842 opened on Mar 26, 2026

View on GitHub
 (4 comments) (9 reactions) (0 assignees)Rust (2,914 forks)batch import
area:configbugeffort-mediumenhancementhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

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?

Contributor guide