Uh oh!
There was an error while loading. Please reload this page.
chore(claude): add claude code support for maintainers - #1445
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #1445 +/- ##
=======================================
Coverage 90.67% 90.67% =======================================
Files 226 226 Lines 7205 7205 =======================================
Hits 6533 6533 Misses 672 672 ☔ View full report in Codecov by Sentry. |
WilliamBergamin
left a comment
There was a problem hiding this comment.
Awesome working putting this together 💯 Looking forward on iterating on this 🚀
What do you think about centralizing this information by putting the contents of .claude/CLAUDE.md into an AGENTS.md and having the .claude/CLAUDE.md be something like
# CLAUDE.md
Persistent context, coding standards, and instructions for AI coding agents have been centralized to `AGENTS.md`.
**CRITICAL INSTRUCTION:** Before answering any questions, writing any code, or executing any commands in this repository, you MUST read the `AGENTS.md` file located in the root directory.
Proceed by silently reading `./AGENTS.md`, do not ask for permission to read it; just do it.Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
This PR adds support for
claudewith the current project settings generated with the following command and a few adjustments:Permissions were gathered from similar changes to the CLI repo:
🔗 https://github.com/slackapi/slack-cli/blob/main/.claude/settings.json
Testing
We might make updates to these files as we find edges?
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.shafter making the changes.