| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for the PR! Changes to LazyCodex land through oh-my-openagent — could you open this against omo-codex over there instead? PRs in this repository can't be merged. If you're working with a coding agent, prompt it like this:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Root cause
Orca mirrors [agents.<name>] entries into its runtime CODEX_HOME/config.toml, pointing at another runtime's agent file. LazyCodex's bootstrap filtered the config update but still copied the same bundled TOML into the active CODEX_HOME/agents/ directory. Codex then auto-discovered both paths and reported duplicate agent roles.
Validation
Fixes #150
Related: #149
Summary by cubic
Prevents duplicate agent roles when Orca mirrors agents into config.toml. We now skip staging mirrored roles, remove only previously managed copies, and preserve user files.
Written for commit 5651d0e. Summary will update on new commits.