Conversation
|
@seomikewaltman is attempting to deploy a commit to the Paul Bakaus' projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Apologies Mike, I somehow missed notifications on Impeccable PRs! Thanks for your submission. Could you please rebase or merge the latest from origin/main, and see if this fix or improvement still applies? Thanks! |
# Conflicts: # dist/claude-code/.claude/commands/teach-impeccable.md
Done and smoke tested! It builds out the .ai/guidelines/design-context.md as expected. It'll integrate perfectly into Laravel projects :) |
|
Hey Mike, the issues I have with this PR is that it steers Impeccable too hard towards Laravel: Claude identified issue summary:
Is there something here that can be generalized? |
I think so. I can adjust the prompt to check for a composer.json and laravel/boost package. IF found then write to the Default mode would be the current functionality, no friction or extra question prompts. |
…e location Replace the manual storage choice (Step 3/4) with automatic detection — checks composer.json for laravel/boost dependency. If found, writes to .ai/guidelines/design-context.md; otherwise writes to the AI config file. Keeps the skill at 3 steps with zero friction.
Current Functionality
Running
/teach-impeccableappends the design context directly to theCLAUDE.mdorAGENTS.mdfilesUpdated Functionality
Running
/teach-impeccableadds an option for Laravel Boost users. Instead of appending theCLAUDE.mdorAGENTS.mdfiles it will create an.ai/guidelines/design-context.mdfile. Laravel users runphp artisan boost:updateand it will append the.ai/.../design-context.mdright into theCLAUDE.mdorAGENTS.mdfiles.Reference
🔗 Larval boost reference
This makes Impeccable compatible for Laravel users ;)
Local testing with Laravel
cd ~/Herd/site-you-createdphp artisan boost:install- select the options that apply, will generate aCLAUDE.mdand/orAGENTS.mdclaudeand/teach-impeccable- select the Laravel Boost option instead of write toCLAUDE.mdcreates.ai/guidelines/design-context.mdphp artisan boost:update-CLAUDE.mdhas appended context from.ai/guidelines/design-context.mdin it 👍🏼