Switon's AI bootstrap for apps: package standards, built-in skills, and JSON discovery commands for code and config.
- Agent-facing commands:
tool:*provides a structured way to inspect the app. - Code and config checks:
class:*,config:*,di:*, andevent:*cover common diagnostic paths. - Topic lookup:
tool:entrymaps common areas like auth, config, controllers, events, routing, and views to the right class. - Fresh indexes: class indexes and event scanning keep the lookup map current.
- Bundled guidance: standards and skills keep app-facing tooling consistent.
composer require --dev switon/beaconbash bin/console tool:list
bash bin/console tool:entry event
bash bin/console config:check switon.yml configPoint your agent or AGENTS.md at vendor/switon/beacon/.
Docs: https://docs.switon.dev/latest/beacon
MIT.