diff --git a/.claude/guidelines.md b/.claude/guidelines.md new file mode 100644 index 000000000..707c06cae --- /dev/null +++ b/.claude/guidelines.md @@ -0,0 +1,17 @@ +# AI Guidelines for Speedtest Tracker + +## Code Style + +### Laravel Pint + +Always run `./vendor/bin/pint --dirty` after making any code changes to ensure code style consistency. This command formats only the files that have been modified according to the project's PHP coding standards. + +**Usage:** +```bash +./vendor/bin/pint --dirty +``` + +This should be run before: +- Creating commits +- Opening pull requests +- Marking tasks as complete diff --git a/config/speedtest.php b/config/speedtest.php index 8fe4c7792..93e6f0512 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,9 +6,9 @@ /** * General settings. */ - 'build_date' => Carbon::parse('2025-10-24'), + 'build_date' => Carbon::parse('2025-10-31'), - 'build_version' => 'v1.6.9', + 'build_version' => 'v1.6.10', 'content_width' => env('CONTENT_WIDTH', '7xl'),