Sign In

@sonenta/cli

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sonenta/cli - npm Package Compare versions

Comparing version
0.51.0
to
0.51.1
+1
-1
package.json
{
"name": "@sonenta/cli",
"version": "0.51.0",
"version": "0.51.1",
"description": "Command-line interface for Sonenta translation management.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -84,4 +84,4 @@ # @sonenta/cli

| `a11y scan` | Read your source, infer each key's semantic type from how it is USED, and set it (`type_source=detected`) |
| `agents list` | List the bundled Claude agents available to install |
| `agents add <name>`| Write a bundled agent into `.claude/agents/<name>.md` + auto-wire `.mcp.json` + run a preflight |
| `agents list` | List the agents available to install (server catalogue; needs a network) |
| `agents add <name>`| Download an agent into `.claude/agents/<name>.md` + auto-wire `.mcp.json` + run a preflight (credentials + paid plan) |
| `doctor` | Preflight the agent setup: MCP wired + reachable, key has `mcp:*`, project a11y tools respond, with an exact fix for anything off |

@@ -143,12 +143,6 @@

`agents add` drops a ready-made Claude agent into the project's
`agents add` downloads an agent definition from the server into the project's
`.claude/agents/` directory, usable interactively in Claude Code or headless in
CI. Each agent **preflights its prerequisites at startup**: it verifies the
`@sonenta/mcp` server is connected with an `mcp:*` key before doing any work, and
if not, fails fast with the exact fix (`sonenta agents add` to wire it, reload
the session, `sonenta doctor` to diagnose) instead of probing 404s. The bundled
agents are **local-first** and CRUD-based: they do the work
themselves and write it back via plain CRUD tools (**0 Sonenta AI credits**;
changes land as drafts or soft/restorable for review); any server-side AI is an
explicit, estimated, opt-in fallback.
CI. It needs credentials and a paid plan, and it needs a network: there is no
bundled copy to fall back on.

@@ -155,0 +149,0 @@ The set is served by the API, not listed here: descriptions live on the server so

Sorry, the diff of this file is too big to display