🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@marrowid/cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marrowid/cli - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+8
-0
api/public-dto/manifest.js

@@ -214,2 +214,5 @@ /**

"pdf_parse_failed",
"processing_interrupted",
"processing_outcome_unverified",
"credit_settlement_failed",
"ingest_job_failed",

@@ -247,2 +250,7 @@ ],

{ key: "estimatedCredits" },
// A live commit requires datedAt inside the plan fingerprint, so only a
// preview made with datedAt can be committed by planId. committable and
// commitRequires make that contract explicit in the preview itself.
{ key: "committable" },
{ key: "commitRequires" },
{ key: "fileType" },

@@ -249,0 +257,0 @@ { key: "source", nested: "ingestSource" },

+2
-2
{
"name": "@marrowid/cli",
"mcpName": "id.marrow/marrow",
"version": "1.0.9",
"gitHead": "57dfb4f66c4595578eecc8e9d70372139647691b",
"version": "1.0.10",
"gitHead": "40f5fdc9371ce2bb098c5eb9faa1cbd5135acc72",
"description": "Marrow CLI and local MCP for carrying context across apps and agents.",

@@ -7,0 +7,0 @@ "private": false,

@@ -19,3 +19,3 @@ /**

description: "One context. Every AI.",
version: "1.0.9",
version: "1.0.10",
showHelpAfterError: "(run `marrow --help` for the CLI workflow)",

@@ -135,2 +135,3 @@ options: [

{ flag: "--idempotency-key <key>", description: "unique key for safe retries; required for live ingest" },
{ flag: "--plan-id <id>", description: "commit a previewed plan exactly; preview and commit must share --dated-at" },
{ flag: "--dry-run", description: "preview the record without saving account data" },

@@ -149,2 +150,3 @@ JSON_OPTION,

{ flag: "--idempotency-key <key>", description: "unique key for safe retries; required for live ingest" },
{ flag: "--plan-id <id>", description: "commit a previewed plan exactly; preview and commit must share --dated-at" },
{ flag: "--dry-run", description: "preview the record without saving account data" },

@@ -182,3 +184,3 @@ JSON_OPTION,

{ flag: "--audience <audience>", description: "audience label" },
{ flag: "--source-id <source-id>", description: "narrow to an ingested source; repeat up to 100", collect: true },
{ flag: "--source-id <source-id>", description: "narrow to an ingested source (source id or ingest job id); repeat up to 100", collect: true },
{ flag: "--peer <peer>", description: "narrow to a peer; repeat up to 100", collect: true },

@@ -185,0 +187,0 @@ { flag: "--session <session>", description: "narrow to a session; repeat up to 100", collect: true },

@@ -6,3 +6,3 @@ # Marrow CLI

`https://mcp.marrow.id`; use `marrow mcp` when a client requires a local stdio
server. Version `1.0.9` uses separate credentials for account and product work:
server. Version `1.0.10` uses separate credentials for account and product work:

@@ -21,7 +21,7 @@ - a CLI session authorizes human account and API-key management;

Install CLI version 1.0.9 with Node.js 20 or newer:
Install CLI version 1.0.10 with Node.js 20 or newer:
```bash
npm install -g @marrowid/cli@1.0.9
npm exec --package @marrowid/cli@1.0.9 -- marrow --version
npm install -g @marrowid/cli@1.0.10
npm exec --package @marrowid/cli@1.0.10 -- marrow --version
marrow --version

@@ -32,3 +32,3 @@ marrow --help

If an older global binary is already on `PATH`, the `npm exec` check verifies
1.0.9 independently before you replace the global install.
1.0.10 independently before you replace the global install.

@@ -69,3 +69,3 @@ ## First setup

Device sign-in is available on macOS in version 1.0.9:
Device sign-in is available on macOS in version 1.0.10:

@@ -72,0 +72,0 @@ ```bash

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