docs/README.md

Let'em Cook

Unhinged, Accelerated DevOps for Agents & Users LEMC turns versioned recipes into discoverable, bounded actions that people click and agents run with lemcli.

Key pages

1. Start here

2. Humans and agents

3. Runtime and output

Agent quick path

  1. Authenticate with the target LEMC server.
  2. List authorized apps, then inspect an action surface with lemcli jobs surface ... --format=json.
  3. Choose a returned action ID and supply only its declared form values.
  4. Run it with lemcli jobs run ... --action <action-id> --follow --render html.
  5. Confirm task ID, terminal reason, steps, logs, and artifacts.

Execution mode, runner selection, and isolation policy are server/operator decisions. Clients do not choose them per request.