[codex] Add Slack connector agent guidance#67
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3303110a85
ℹ️ 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".
| このプロジェクトでは以下のツールを**必ず使用**してください: | ||
|
|
There was a problem hiding this comment.
Relax mandatory MCP-tool requirement in shared AGENTS.md
This file now declares itself as the common rule set for Codex/Claude/Cursor, but it requires Serena/Context7 with no fallback (必ず使用). In any environment where those MCP servers are not installed or enabled, agents can dead-end before doing repository work, which is a functional regression from tool-agnostic instructions. Please make these tools preferred when available and document a fallback path (e.g., rg + official docs) so tasks remain executable.
Useful? React with 👍 / 👎.
Summary
.agents/skills/slack-connector-functions/.AGENTS.mdas the shared agent instruction file and reduceCLAUDE.mdto an@AGENTS.mdimport stub, following Claude Code's documented import behavior.Impact
This gives coding agents a clear decision path for proposing Slack connector functions when users request external SaaS integrations, while preserving Claude Code compatibility through
CLAUDE.md.Validation
AGENTS.mdandCLAUDE.mdlayout locally.