Remove source-verification hints from CodeTrail skill#13
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c7aaa41092
ℹ️ 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".
| 4. For compact code context, use | ||
| `defs`/`symbols --include-code --code-max-lines 8..30`. |
There was a problem hiding this comment.
Restore source verification before editing
For edit/review workflows that use the installed skill, this now directs agents to use compact defs/symbols --include-code snippets as code context without preserving the instruction to read the actual source before editing or making strong claims. Those snippets can be truncated and, per the Boundaries section, may be parser-derived or otherwise only navigation evidence, so the skill can lead agents to act on non-source evidence instead of the project's required exact source read. Keep the host read/editor verification guidance or explicitly qualify these snippets as navigation-only.
Useful? React with 👍 / 👎.
Summary
Tests