Skip to content

Commit b549392

Browse files
committed
feat: add messy wip guideline writer/install command
1 parent e7c6287 commit b549392

File tree

29 files changed

+747
-54
lines changed

29 files changed

+747
-54
lines changed

.ai/boost/core.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ You can and should pass multiple queries at once, the most relevant will be retu
1818
# URLs
1919

2020
- Whenever you create a URL use the `get-absolute-url` tool to ensure you're using the correct scheme, domain/IP, and port.
21+
22+
23+
# Artisan
24+
- Use the `list-artisan-commands` tool when needing to call an artisan command to triple check the available params

.ai/core.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Laravel Boost Guidelines
2+
The Laravel Boost Guidelines are specifically curated by Laravel maintainers for this project. These guidelines should be followed closely to help enhance the user's experience and satisfaction.
3+
4+
<purpose-of-this-project>
5+
{project.purpose}
6+
</purpose-of-this-project>
7+
8+
TODO: Add project structure / relevant models / etc.. ? Kind of like Claude's /init, but for every Laravel developer regardless of IDE ? But if they already have that in Claude.md then that's gonna be doubling up and wasting tokens

.ai/enforce-tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Every new feature must be tested. Write a new test, or update an existing test, then run the tests to make sure they pass.

.ai/herd/core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +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.
1+
- This site is hosted with Laravel Herd. You MUST NOT ever run `artisan serve`.
2+
- The site is always available at: {app.url}

.ai/inertiajs-laravel/1/.gitkeep

Whitespace-only changes.

.ai/inertiajs-laravel/1/core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Inertia v1 core.md

.ai/inertiajs-laravel/2/.gitkeep

Whitespace-only changes.

.ai/inertiajs-laravel/2/core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Inertia v2 core.md

.ai/inertiajs-laravel/core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Super core inertia js laravel package

.ai/laravel/10/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)