Skip to content

Commit a289585

Browse files
committed
guidelines: remove Laravel style, localization, and API for now
v2 endeavours
1 parent 3aa36f9 commit a289585

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.ai/laravel/api.blade.php

Whitespace-only changes.

.ai/laravel/localization.blade.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

.ai/laravel/style.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Console/InstallCommand.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ protected function boostToInstall(): Collection
269269
$toInstallOptions = [
270270
'mcp_server' => 'Boost MCP Server',
271271
'ai_guidelines' => 'Package AI Guidelines (i.e. Framework, Inertia, Pest)',
272-
'style_guidelines' => 'Laravel Style AI Guidelines',
272+
// 'style_guidelines' => 'Laravel Style AI Guidelines',
273273
];
274274

275275
if ($this->herd->isMcpAvailable()) {
@@ -510,6 +510,8 @@ protected function installingGuidelines(): bool
510510

511511
protected function installingStyleGuidelines(): bool
512512
{
513+
return false;
514+
513515
return $this->boostToInstall->contains('style_guidelines');
514516
}
515517

@@ -648,6 +650,6 @@ protected function detectLocalization(): bool
648650
$actuallyUsing = false;
649651

650652
/** @phpstan-ignore-next-line */
651-
return is_dir(base_path('lang')) && $actuallyUsing;
653+
return $actuallyUsing && is_dir(base_path('lang'));
652654
}
653655
}

0 commit comments

Comments
 (0)