Document memory-only skill routing#73
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2b3c9a4b2d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## Memory-Only Skills | ||
|
|
||
| Treat files under `C:\Users\Administrator\.codex\memories\skills` as candidate |
There was a problem hiding this comment.
Use CODEX_HOME instead of an Administrator path
The root AGENTS.md review guidelines call out hardcoded Codex-home paths; this workflow now points reviewers at C:\Users\Administrator\.codex\memories\skills instead of the active Codex home (CODEX_HOME/-CodexHome). On any machine where Codex runs under another user or CODEX_HOME is overridden, following this guidance inspects the wrong directory and can cause memory-only skill material to be missed or pulled from stale local history.
Useful? React with 👍 / 👎.
Keeps legacy memory skill material in maintainer review unless fresh examples justify promotion.