Milpa Admin v0.2.0
The administration panel of Milpa — a section shell that discovers what your app can actually do. Add one plugin and /milpa/admin exists: navigation, a settings form, a plugin manager and a route inspector, behind your own auth and rendered on the server. The panel knows no section by name: any plugin can contribute one, and a capability you did not wire simply does not appear.
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