Context

Teams need to extend ADA with custom agents and pipelines without forking the core.

Decision

Plugins are Node.js modules loaded dynamically. Each plugin signs its manifest with HMAC-SHA256 (see ADR-011).

Consequences

Extensible without core changes. Malicious plugins blocked by signature verification.

← ADR-004ADR-006