Skip to content

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

@clliangchen

Description

@clliangchen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingeffort-medium1-2 jours, quelques fichiersenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions