Search by

switon / beacon

switon

App-facing AI rules, skills, standards pointers, and CLI diagnostics for Switon Framework

v1.0.0 2026-06-06 13:43 UTC

This package is auto-updated.

Last update: 2026-09-07 05:57:03 UTC


README

CI PHP 8.3+

Switon's AI bootstrap for apps: package standards, built-in skills, and JSON discovery commands for code and config.

Highlights

  • Agent-facing commands: tool:* provides a structured way to inspect the app.
  • Code and config checks: class:*, config:*, di:*, and event:* cover common diagnostic paths.
  • Topic lookup: tool:entry maps 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.

Installation

composer require --dev switon/beacon

Quick Start

bash bin/console tool:list
bash bin/console tool:entry event
bash bin/console config:check switon.yml config

Point your agent or AGENTS.md at vendor/switon/beacon/.

Docs: https://docs.switon.dev/latest/beacon

License

MIT.