Skip to content

Commit 5c62703

Browse files
chore: add AGENTS.md (#1559)
* chore: add AGENTS.md * Improve the aganets.md
1 parent 372fff8 commit 5c62703

File tree

4 files changed

+698
-0
lines changed

4 files changed

+698
-0
lines changed

.claude/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CLAUDE.local.md
2+
settings.local.json
3+
worktrees/
4+
plans/

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@../AGENTS.md

.claude/settings.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(./mvnw:*)",
5+
"Bash(./scripts/check_dependency_updates.sh:*)",
6+
"Bash(./scripts/install_local.sh:*)",
7+
"Bash(./scripts/run_all_bolt_tests.sh:*)",
8+
"Bash(./scripts/run_all_client_tests.sh:*)",
9+
"Bash(./scripts/run_no_prep_tests.sh:*)",
10+
"Bash(./scripts/set_version.sh:*)",
11+
"Bash(gh issue view:*)",
12+
"Bash(gh label list:*)",
13+
"Bash(gh pr checks:*)",
14+
"Bash(gh pr diff:*)",
15+
"Bash(gh pr list:*)",
16+
"Bash(gh pr status:*)",
17+
"Bash(gh pr update-branch:*)",
18+
"Bash(gh pr view:*)",
19+
"Bash(gh search code:*)",
20+
"Bash(git diff:*)",
21+
"Bash(git grep:*)",
22+
"Bash(git log:*)",
23+
"Bash(git show:*)",
24+
"Bash(git status:*)",
25+
"Bash(grep:*)",
26+
"Bash(ls:*)",
27+
"Bash(tree:*)",
28+
"WebFetch(domain:central.sonatype.com)",
29+
"WebFetch(domain:docs.slack.dev)",
30+
"WebFetch(domain:github.com)"
31+
]
32+
}
33+
}

0 commit comments

Comments
 (0)