Skip to content

Commit e7c6287

Browse files
committed
feat: add initial .ai directory/files to house composable versionable AI rules
1 parent 31b5978 commit e7c6287

File tree

10 files changed

+22
-0
lines changed

10 files changed

+22
-0
lines changed

.ai/boost/core.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Searching documentation
2+
3+
Boost comes with a powerful `search-docs` tool you should use before any other approaches. This tool automatically passes a list of installed packages and their versions to the remote Boost API, so it returns only version-specific documentation specific for the user's circumstance.
4+
5+
'search-docs' tool is perfect for all Laravel related packages. Laravel, inertia, pest, livewire, nova, nightwatch, and more.
6+
7+
You must use this tool to search for Laravel-ecosystem docs before falling back to other approaches.
8+
9+
## Available Search Syntax
10+
You can and should pass multiple queries at once, the most relevant will be returned first. Start specific, broaden after.
11+
12+
1. Simple Word Searches with auto-stemming - query=authentication - finds 'authenticate' and 'auth'
13+
2. Multiple Words (AND Logic) - query=rate limit - finds knowledge containing both "queue" AND "worker"
14+
3. Quoted Phrases (Exact Position) - query="infinite scroll - Words must be adjacent in that order
15+
4. Mixed Queries - query=middleware "rate limit" - "middleware" AND exact phrase "rate limit"
16+
5. Multiple Queries - queries=["authentication", "middleware"] - ANY of these terms
17+
18+
# URLs
19+
20+
- Whenever you create a URL use the `get-absolute-url` tool to ensure you're using the correct scheme, domain/IP, and port.

.ai/herd/core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- This site is hosted with Laravel Herd. You MUST NOT ever run `artisan serve`. The site is always available and you can
2+
get the correct URL for it by using the `get-absolute-url` tool.

.ai/inertiajs-laravel/1/.gitkeep

Whitespace-only changes.

.ai/inertiajs-laravel/2/.gitkeep

Whitespace-only changes.

.ai/inertiajs-laravel/core.md

Whitespace-only changes.

.ai/laravel/10/.gitkeep

Whitespace-only changes.

.ai/laravel/11/.gitkeep

Whitespace-only changes.

.ai/laravel/12/.gitkeep

Whitespace-only changes.

.ai/laravel/core.md

Whitespace-only changes.

.ai/laravel/style.md

Whitespace-only changes.

0 commit comments

Comments
 (0)