Your agent's muscle memory — record a workflow once, replay it deterministically, escalate to an LLM only on divergence.
LPM treats this as warn-only first-party agent extension lifecycle risk. The `init` command can add this package's MCP proxy to the current project's `.mcp.json`. The write is interactive and package-owned, but creates a persistent AI-agent extension entry that later runs the proxy and a user-supplied downstream command.
`dist/init.js` defines a project `.mcp.json` merge that adds a `reelier` MCP server.
dist/init.jsView on unpkg`dist/cli.js` `init` can atomically write that project agent configuration after interactive confirmations.
dist/cli.jsView on unpkg`dist/mcp-client.js` launches only the downstream command supplied through `--wrap`.
dist/mcp-client.jsView on unpkg`dist/init.js` defines a project `.mcp.json` merge that adds a `reelier` MCP server.
dist/init.jsView on unpkg`dist/cli.js` `init` can atomically write that project agent configuration after interactive confirmations.
dist/cli.jsView on unpkg`dist/mcp-client.js` launches only the downstream command supplied through `--wrap`.
dist/mcp-client.jsView on unpkg