We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd50b commit c6a0326Copy full SHA for c6a0326
.claude/settings.json
@@ -1,15 +1,26 @@
1
{
2
+ "env": {
3
+ "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "true"
4
+ },
5
+ "teammateMode": "tmux",
6
"enabledPlugins": {
7
"core@han": true,
8
"bushido@han": true,
- "markdown@han": true
9
+ "markdown@han": true,
10
+ "ai-dlc@ai-dlc": true
11
},
12
"extraKnownMarketplaces": {
13
"han": {
14
"source": {
15
"source": "github",
16
"repo": "thebushidocollective/han"
17
}
18
19
+ "ai-dlc": {
20
+ "source": {
21
+ "source": "directory",
22
+ "path": "${CLAUDE_PROJECT_ROOT}"
23
+ }
24
25
-}
26
+}
bunfig.toml
0 commit comments