Milpa Core v0.8.0
The framework-agnostic contracts core of Milpa — a modular PHP runtime for applications operable by both humans and agents. No ORM, no HTTP client, no kernel: just the primitives every Milpa module builds on.
Modules declare the capabilities they provide and require, expose tools an agent can invoke, and gate mutating actions behind verification. The contract loop that runs through the whole system:
plugin → capability → tool → verification → event → result