switon/beacon

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

Maintainers

Package info

github.com/switon-php/beacon

Documentation

pkg:composer/switon/beacon

Statistics

Installs: 0

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-06-07 05:29:09 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.