Search by

rodrigomx member since: Jul 05, 2026 · Transparency log

rodrigomx's packages

  • PHP

    milpa/plugin

    The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.j

  • PHP

    milpa/resolver

    The architecture resolver: pure logic that resolves contracts, versioned capabilities, and surfaces against a host profile and reports whether the graph is valid, bootable-with-warnings, blocked, or legacy-compatible.

  • PHP

    milpa/runtime

    The bootable Milpa kernel: composes milpa/core, milpa/container, milpa/events, milpa/http and milpa/resolver into container -> dispatcher -> architecture gate -> plugin boot in the resolver's loadOrder -> route registration, with zero Doctrine and zero legacy Web coupling. The active-plugins list is

  • PHP

    milpa/tool-runtime

    AI tool-execution runtime for the Milpa PHP framework: registry pipeline (resolve, validate, authorize, execute, audit), #[Tool] attributes, schema validation, policy gate, rate limiting, channel rendering, and human verification.

  • PHP

    milpa/web-search

    A governed web:search capability for Milpa apps — read-only locally, but the query leaves the machine (Externality::ThirdParty), so the egress gate governs it.

  • PHP

    milpa/workflow

    ORM-backed data-driven state machine for the Milpa PHP framework: states, transitions and approval gates with evidence, plus a VerifierInterface bridge into the core verification seam.

  • PHP

    milpa/desktop-app

    Turns a Milpa app into a desktop app: a plugin that SERVES its own shell over HTTP, so an Electron (or browser) host loads the UI at a real origin. The web surface IS the desktop channel (greenhouse decisions/0188) — and WebAuthn, live components and consent all run in that one origin.

    Abandoned! See milpa/agent-workspace

  • PHP

    milpa/skeleton

    RETIRED — use milpa/framework. The former composer create-project starting point for a Milpa app.

    Abandoned! See milpa/framework

  • PHP

    milpa/template

    Framework-agnostic template rendering (Latte) for the Milpa PHP framework.

    Abandoned! See milpa/live-web