@agent-chassis/agent-launch-cli
v0.5.0
Published
<!-- Generated file — edit the source area record and regenerate; do not edit by hand. -->
Readme
@agent-chassis/agent-launch-cli
packages/agent-launch-cli is the consolidated launcher CLI package. Its
published package.json bin surface installs agent-launch and
agent-launch-filesystem-mcp-backend; human/operator launch, resume, dispatch,
setup, and cleanup actions go through agent-launch. Agents do not invoke these
operator entrypoints. The package composes the agent-launch-core substrate
with the wiki-core and wiki-mcp surfaces a launched session needs.
Entry Points
Entry points:
packages/agent-launch-cli/src/index.mjs— theagent-launchcommand bin.packages/agent-launch-cli/bin/agent-launch-filesystem-mcp-backend— the supporting filesystem-MCP backend command declared inpackage.jsonbin.- Historical family-named files, including
codex-orch,claude-orch, and*-resumeforms, are not retained underpackages/agent-launch-cli/bin/unless they are explicitly declared inpackage.jsonbin; they are not installed public/operator entrypoints for the published package. packages/agent-launch-cli/config/— launcher config assets.
Human / operator entrypoints here are operator actions; an agent in a worker or coordinator session does not invoke them.
Package Role
This package is installed through @agent-chassis/core for normal use. It remains available as a granular package for consumers that need direct package control.
