
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@czap/cliThe czap CLI ships with LiteShip — JSON-first machine interface for the CZAP engine, human-friendly TTY mode. Naming: ../../docs/GLOSSARY.md.
pnpm add -D @czap/cli
Every command emits a JSON receipt to stdout. Pretty TTY summaries (when stderr is a terminal) go to stderr only — receipts on stdout stay machine-clean so they pipe cleanly into jq, MCP, or CI annotators. Exception: czap completion <shell> writes a raw shell-completion script to stdout (no JSON wrapper) so eval "$(czap completion bash)" and friends work directly.
| Verb | What it does |
|---|---|
czap doctor [--fix] [--ci] [--preflight] [--target cloudflare] | Preflight rig check. Default profile probes Node, pnpm, workspace install, built dist/, git hooks, git config, Playwright, WASM toolchain (if crates/ present). --target cloudflare runs a focused Cloudflare Workers profile (Astro 6, @astrojs/cloudflare v13+, Wrangler, wrangler config). --fix auto-remediates cheap cases; --ci escalates warnings to exit 1; --preflight excludes *.built from the verdict. |
czap help | The chart — every verb grouped by phase. |
czap glossary [term] | Ontology lookup. Mirrors docs/GLOSSARY.md so AI agents can resolve register without leaving the shell. |
czap completion <bash|zsh|fish> | Emit a tab-completion script. eval "$(czap completion bash)" to load. |
czap version | Print the @czap/cli version. |
czap audit [--profile <path>] | Profile-driven structure / integrity / surface audit (CUT D9b). JSON receipt on stdout; --profile points at a devops profile. |
| Verb | What it does |
|---|---|
czap describe [--format=json|mcp] | Self-describe the CLI surface (verbs, capsule factories, schema). |
czap mcp | Start the MCP server (dynamically imports @czap/mcp-server). |
| Verb | What it does |
|---|---|
czap scene compile <path> | Compile a scene definition. |
czap scene dev <path> | Watch + recompile. |
czap scene render <path> [-o out] | Render scene to disk. |
czap scene verify <path> | Verify a scene definition. |
czap asset analyze <path> | Analyze an asset capsule. |
czap asset verify <path> | Verify an asset capsule. |
| Verb | What it does |
|---|---|
czap capsule list | List capsule factories. |
czap capsule inspect <id> | Inspect a capsule's schema + dispatch. |
czap capsule verify <path> | Verify a capsule definition. |
| Verb | What it does |
|---|---|
czap gauntlet | Run the release-grade gate (the full phase sequence in @czap/cli's gauntlet-phases.ts; czap gauntlet --dry-run projects it). |
czap ship <pkg> | Publish a package to npm (idempotent). czap ship ties packages up at the quay; czap verify checks the receipt before they sail. |
czap verify | Post-ship verification (ADR-0011 four-verdict local verifier). |
The mcp subcommand dynamically imports @czap/mcp-server. Install @czap/mcp-server alongside @czap/cli when you need MCP mode, and keep both on the same semver line.
FAQs
czap CLI — AI-first JSON I/O with human-pretty TTY mode
We found that @czap/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.