From b2afebcd9ef0390a2b36473febdd03b7c78ee33c Mon Sep 17 00:00:00 2001 From: Martin Ro Date: Tue, 9 Jun 2026 14:21:52 +0800 Subject: [PATCH] Remove stray tag --- resources/boost/guidelines/core.blade.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/boost/guidelines/core.blade.php b/resources/boost/guidelines/core.blade.php index 47d5ecf..7366853 100644 --- a/resources/boost/guidelines/core.blade.php +++ b/resources/boost/guidelines/core.blade.php @@ -1,12 +1,14 @@ ## NativePHP Mobile -- NativePHP Mobile is a Laravel package for building native iOS and Android apps using PHP and native UI components. It runs a full PHP runtime directly on the device with SQLite — no web server required. +- NativePHP Mobile is a Laravel package for building native iOS and Android apps using PHP and native UI components. It +runs a full PHP runtime directly on the device with SQLite — no web server required. - Documentation: `https://nativephp.com/docs/mobile/3/**` - IMPORTANT: Always activate the `nativephp-mobile` skill every time you work on any NativePHP functionality. ### Build Commands — Tell the User, Never Run -**CRITICAL: Never execute any of these commands yourself. Always instruct the user to run them manually in their terminal.** +**CRITICAL: Never execute any of these commands yourself. Always instruct the user to run them manually in their +terminal.** | Command | Purpose | |---|---| @@ -18,7 +20,8 @@ | `php artisan native:watch` | Hot reload (watch for file changes) | | `php artisan native:open` | Open project in Xcode or Android Studio | -**Always ask which platform before giving any build or run command.** If the user hasn't specified iOS or Android, ask: "Which platform do you want to build/test on — iOS or Android?" Never assume a platform. +**Always ask which platform before giving any build or run command.** If the user hasn't specified iOS or Android, ask: +"Which platform do you want to build/test on — iOS or Android?" Never assume a platform. -When the platform is confirmed, give the relevant command(s) above and tell the user to run it in their terminal. Do not run it yourself. - +When the platform is confirmed, give the relevant command(s) above and tell the user to run it in their terminal. Do not +run it yourself.