Skip to content

v1.4.1

Choose a tag to compare

@san3jaya san3jaya released this 13 Feb 12:12
· 39 commits to main since this release
7f0d376

What's Changed

Moves AI tool configuration publishing from docs:init --with-ai to a dedicated docs:ai command with smarter file handling.

New: docs:ai command

php artisan docs:ai          # Interactive tool selection
php artisan docs:ai --force  # Replace existing docs-builder sections

Appendable files (llms.txt, llms-full.txt, copilot-instructions.md, CLAUDE.md):

Scenario Behavior
File missing Creates with sentinel markers
File exists, no markers Appends with --- separator
File exists, has markers Skips (use --force to replace)
--force Replaces only the docs-builder section, preserving your content

Standalone files (.cursor/rules/docs-builder.mdc):

  • Creates if missing, skips if exists, overwrites with --force

Breaking

  • Removed --with-ai option from docs:init — use php artisan docs:ai instead

Full Changelog: v1.4.0...v1.4.1