JSPM

@agentclutch/cli

0.7.3-alpha.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22
  • Score
    100M100P100Q68908F
  • License Apache-2.0

CLI for AgentClutch demos and local run inspection.

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 --help

Minimal usage

Verify that the registry CLI entrypoint works on a clean machine:

pnpm dlx @agentclutch/cli@alpha smoke

The 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 latest

From a cloned AgentClutch repo, the equivalent local scripts are:

pnpm demo:checkout --seed-allow-rule
pnpm agentclutch inspect latest

Current 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.