Developer Guide — retired¶
This guide has been retired as part of the
doc-fiction-cleanup Phase 2 sweep
(2026-05-30). The previous version's "Plugin Development" chapter
documented a BaseWizard-centric plugin model that is fiction; the
real plugin system is BasePlugin-centric.
Read these instead¶
- Plugin authoring: Plugin System
— the real
BasePlugin/register_mcp_tools()contract, with reference subclassRedisPlugin. - Wizards: Wizards — the
attune.wizardsruntime and the 5 builtins (debug,test-gen,refactor,security,release-prep). - Security: Security Architecture
—
attune.securityprimitives + theSecurityAuditWorkflow.
A more comprehensive Developer Guide may be authored in a future spec; for now, the documents above cover contributor and plugin-author surfaces against current source.