Skip to content

Commit 6a4bf11

Browse files
committed
chore: update ai stuff
1 parent 795b6e0 commit 6a4bf11

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ docker-compose.override.yml
44
AGENTS.md
55
opencode.json
66
.agents
7+
CLAUDE.md
8+
.claude
79

810
# Created by https://www.toptal.com/developers/gitignore/api/linux,laravel,visualstudiocode,phpstorm+all
911
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,laravel,visualstudiocode,phpstorm+all

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"laravel-boost": {
4+
"command": "docker",
5+
"args": ["compose", "exec", "php", "php", "artisan", "boost:mcp"]
6+
},
7+
"nightwatch": {
8+
"type": "http",
9+
"url": "https://nightwatch.laravel.com/mcp"
10+
}
11+
}
12+
}

boost.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"agents": [
3-
"copilot",
4-
"opencode"
3+
"claude_code"
54
],
5+
"cloud": false,
66
"guidelines": true,
7-
"herd_mcp": false,
87
"mcp": true,
9-
"nightwatch_mcp": true,
8+
"nightwatch": true,
109
"sail": false,
1110
"skills": [
11+
"laravel-best-practices",
12+
"configure-nightwatch",
1213
"pest-testing"
1314
]
1415
}

0 commit comments

Comments
 (0)