Skip to content

Commit b6fa05b

Browse files
committed
guidelines: herd: be less specific so the guideline works for more people
1 parent e56ddc1 commit b6fa05b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.ai/herd/core.blade.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
- The site is always available at: {{ config('app.url') }}
2-
- We do not need to run any commands to make the site available. It is always available through Herd at: {{ config('app.url') }}
3-
4-
- This site is hosted with Laravel Herd. You MUST NOT ever run `artisan serve`.
5-
- You MUST NOT EVER run `php artisan serve`
1+
- The site is made available by Herd, and will be available at: https?://[kebab-case-project-dir].test. Use the `get-absolute-url` tool to generate URLs.
2+
- You must not run any commands to make the site available via HTTP(s). It is _always_ available through Herd.

src/Install/Agents/ClaudeCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class ClaudeCode extends ShellMcpIde implements Agent
1010
{
11-
protected string $shellCommand = 'claude mcp add {key} "{command}" {args} {env}';
11+
protected string $shellCommand = 'claude mcp add -s local -t stdio {key} "{command}" {args} {env}';
1212

1313
public function guidelinesPath(): string
1414
{

0 commit comments

Comments
 (0)