Skip to content

Commit c8043d6

Browse files
authored
Merge pull request #106 from devoption/codex/chore-repo-cleanup
chore: clean up local tooling repo state
2 parents 257fe96 + e4b9d8d commit c8043d6

4 files changed

Lines changed: 43 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/public/build
2424
/public/hot
2525
/public/storage
26+
/nativephp/electron/dist
2627
/storage/*.key
2728
/storage/pail
2829
/history.txt

AGENTS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ protected function isAccessible(User $user, ?string $path = null): bool
135135

136136
- Add useful array shape type definitions when appropriate.
137137

138+
=== herd rules ===
139+
140+
# Laravel Herd
141+
142+
- The application is served by Laravel Herd and will be available at: `https?://[kebab-case-project-dir].test`. Use the `get-absolute-url` tool to generate valid URLs for the user.
143+
- You must not run any commands to make the site available via HTTP(S). It is always available through Laravel Herd.
144+
145+
=== tests rules ===
146+
147+
# Test Enforcement
148+
149+
- Every change must be programmatically tested. Write a new test or update an existing test, then run the affected tests to make sure they pass.
150+
- Run the minimum number of tests needed to ensure code quality and speed. Use `php artisan test --compact` with a specific filename or filter.
151+
138152
=== laravel/core rules ===
139153

140154
# Do Things the Laravel Way

CLAUDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ protected function isAccessible(User $user, ?string $path = null): bool
135135

136136
- Add useful array shape type definitions when appropriate.
137137

138+
=== herd rules ===
139+
140+
# Laravel Herd
141+
142+
- The application is served by Laravel Herd and will be available at: `https?://[kebab-case-project-dir].test`. Use the `get-absolute-url` tool to generate valid URLs for the user.
143+
- You must not run any commands to make the site available via HTTP(S). It is always available through Laravel Herd.
144+
145+
=== tests rules ===
146+
147+
# Test Enforcement
148+
149+
- Every change must be programmatically tested. Write a new test or update an existing test, then run the affected tests to make sure they pass.
150+
- Run the minimum number of tests needed to ensure code quality and speed. Use `php artisan test --compact` with a specific filename or filter.
151+
138152
=== laravel/core rules ===
139153

140154
# Do Things the Laravel Way

GEMINI.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ protected function isAccessible(User $user, ?string $path = null): bool
135135

136136
- Add useful array shape type definitions when appropriate.
137137

138+
=== herd rules ===
139+
140+
# Laravel Herd
141+
142+
- The application is served by Laravel Herd and will be available at: `https?://[kebab-case-project-dir].test`. Use the `get-absolute-url` tool to generate valid URLs for the user.
143+
- You must not run any commands to make the site available via HTTP(S). It is always available through Laravel Herd.
144+
145+
=== tests rules ===
146+
147+
# Test Enforcement
148+
149+
- Every change must be programmatically tested. Write a new test or update an existing test, then run the affected tests to make sure they pass.
150+
- Run the minimum number of tests needed to ensure code quality and speed. Use `php artisan test --compact` with a specific filename or filter.
151+
138152
=== laravel/core rules ===
139153

140154
# Do Things the Laravel Way

0 commit comments

Comments
 (0)