fix: add .agents - #64
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ebc87b99e2
ℹ️ 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".
| @@ -0,0 +1 @@ | |||
| /home/ibis/AI/CodexSkill/skills No newline at end of file | |||
There was a problem hiding this comment.
Use a portable target for the skills symlink
The symlink now hard-codes /home/ibis/AI/CodexSkill/skills, which only works on one specific machine layout; on any other developer/CI environment this becomes a broken link and skill discovery from .agents/skills fails. This should point to a portable location strategy (or remain untracked/local) rather than embedding a user-specific absolute home path in the repository.
Useful? React with 👍 / 👎.
No description provided.