Package Exports
- @agentclutch/cli
Readme
@agentclutch/cli
CLI for AgentClutch demos and local run inspection.
This package is part of AgentClutch: the local-first Action Card and takeover UX layer for consequential AI agent actions.
Status
0.7.3-alpha.1 is the latest published npm alpha version. Prefer running with the explicit @alpha tag until AgentClutch is stable.
Run without installing
pnpm dlx @agentclutch/cli@alpha smoke
pnpm dlx @agentclutch/cli@alpha --helpMinimal usage
Verify that the registry CLI entrypoint works on a clean machine:
pnpm dlx @agentclutch/cli@alpha smokeThe smoke command is registry-safe: it does not need a source checkout, browser demo assets, or Playwright browser installation.
Inspect the latest local run from a repo or project that has .agentclutch/runs:
pnpm dlx @agentclutch/cli@alpha inspect latestFrom a cloned AgentClutch repo, the equivalent local scripts are:
pnpm demo:checkout --seed-allow-rule
pnpm agentclutch inspect latestCurrent limitation: the full FakeStore browser demo uses local assets from the source repo. From npm, use agentclutch smoke and agentclutch --help; run browser demos from a clone until the CLI package bundles or fetches demo assets.
Package role
Use this package to try demos and inspect local AgentClutch run records without wiring the TypeScript APIs into an app first.
Links: root README, quickstart, known limitations, CLI demo docs.