@tokenrip/cli 1.3.13 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +86 -86
- package/README.md +10 -10
- package/SKILL.md +136 -136
- package/dist/cjs/client.js +1 -1
- package/dist/cjs/client.js.map +1 -1
- package/dist/cjs/commands/archive.js +9 -9
- package/dist/cjs/commands/archive.js.map +1 -1
- package/dist/cjs/commands/artifact-cat.js +15 -0
- package/dist/cjs/commands/artifact-cat.js.map +1 -0
- package/dist/cjs/commands/artifact-comments.js +33 -0
- package/dist/cjs/commands/artifact-comments.js.map +1 -0
- package/dist/cjs/commands/artifact-download.js +76 -0
- package/dist/cjs/commands/artifact-download.js.map +1 -0
- package/dist/cjs/commands/artifact-get.js +14 -0
- package/dist/cjs/commands/artifact-get.js.map +1 -0
- package/dist/cjs/commands/artifact-versions.js +20 -0
- package/dist/cjs/commands/artifact-versions.js.map +1 -0
- package/dist/cjs/commands/collection.js +4 -4
- package/dist/cjs/commands/collection.js.map +1 -1
- package/dist/cjs/commands/delete-version.js +3 -3
- package/dist/cjs/commands/delete-version.js.map +1 -1
- package/dist/cjs/commands/delete.js +7 -7
- package/dist/cjs/commands/delete.js.map +1 -1
- package/dist/cjs/commands/folder.js +4 -4
- package/dist/cjs/commands/folder.js.map +1 -1
- package/dist/cjs/commands/fork.js +4 -4
- package/dist/cjs/commands/fork.js.map +1 -1
- package/dist/cjs/commands/mountedagent.js +23 -23
- package/dist/cjs/commands/mountedagent.js.map +1 -1
- package/dist/cjs/commands/msg.js +11 -11
- package/dist/cjs/commands/msg.js.map +1 -1
- package/dist/cjs/commands/patch.js +4 -4
- package/dist/cjs/commands/patch.js.map +1 -1
- package/dist/cjs/commands/publish.js +16 -16
- package/dist/cjs/commands/publish.js.map +1 -1
- package/dist/cjs/commands/search.js +2 -2
- package/dist/cjs/commands/search.js.map +1 -1
- package/dist/cjs/commands/share.js +4 -4
- package/dist/cjs/commands/share.js.map +1 -1
- package/dist/cjs/commands/stats.js +1 -1
- package/dist/cjs/commands/stats.js.map +1 -1
- package/dist/cjs/commands/status.js +2 -2
- package/dist/cjs/commands/status.js.map +1 -1
- package/dist/cjs/commands/thread.js +2 -2
- package/dist/cjs/commands/thread.js.map +1 -1
- package/dist/cjs/commands/tour.js +2 -2
- package/dist/cjs/commands/tour.js.map +1 -1
- package/dist/cjs/commands/update.js +3 -3
- package/dist/cjs/commands/update.js.map +1 -1
- package/dist/cjs/commands/upload.js +4 -4
- package/dist/cjs/commands/upload.js.map +1 -1
- package/dist/cjs/formatters.js +63 -63
- package/dist/cjs/formatters.js.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/output.js +2 -2
- package/dist/cjs/output.js.map +1 -1
- package/dist/cjs/parse-artifact-id.js +13 -0
- package/dist/cjs/parse-artifact-id.js.map +1 -0
- package/dist/cjs/refs.js +2 -2
- package/dist/cjs/refs.js.map +1 -1
- package/dist/cjs/tour/agent-script.js +5 -5
- package/dist/cjs/tour/steps.js +13 -13
- package/dist/cjs/tour/steps.js.map +1 -1
- package/dist/cli.js +218 -217
- package/dist/cli.js.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/commands/archive.d.ts +2 -2
- package/dist/commands/archive.js +7 -7
- package/dist/commands/archive.js.map +1 -1
- package/dist/commands/artifact-cat.d.ts +3 -0
- package/dist/commands/artifact-cat.js +12 -0
- package/dist/commands/artifact-cat.js.map +1 -0
- package/dist/commands/artifact-comments.d.ts +9 -0
- package/dist/commands/artifact-comments.js +29 -0
- package/dist/commands/artifact-comments.js.map +1 -0
- package/dist/commands/artifact-download.d.ts +5 -0
- package/dist/commands/artifact-download.js +70 -0
- package/dist/commands/artifact-download.js.map +1 -0
- package/dist/commands/artifact-get.d.ts +1 -0
- package/dist/commands/artifact-get.js +11 -0
- package/dist/commands/artifact-get.js.map +1 -0
- package/dist/commands/artifact-versions.d.ts +3 -0
- package/dist/commands/artifact-versions.js +17 -0
- package/dist/commands/artifact-versions.js.map +1 -0
- package/dist/commands/collection.js +4 -4
- package/dist/commands/collection.js.map +1 -1
- package/dist/commands/delete-version.js +3 -3
- package/dist/commands/delete-version.js.map +1 -1
- package/dist/commands/delete.d.ts +1 -1
- package/dist/commands/delete.js +7 -7
- package/dist/commands/delete.js.map +1 -1
- package/dist/commands/folder.d.ts +1 -1
- package/dist/commands/folder.js +3 -3
- package/dist/commands/folder.js.map +1 -1
- package/dist/commands/fork.d.ts +1 -1
- package/dist/commands/fork.js +4 -4
- package/dist/commands/fork.js.map +1 -1
- package/dist/commands/mountedagent.d.ts +6 -6
- package/dist/commands/mountedagent.js +21 -21
- package/dist/commands/mountedagent.js.map +1 -1
- package/dist/commands/msg.d.ts +2 -2
- package/dist/commands/msg.js +11 -11
- package/dist/commands/msg.js.map +1 -1
- package/dist/commands/patch.js +5 -5
- package/dist/commands/patch.js.map +1 -1
- package/dist/commands/publish.js +17 -17
- package/dist/commands/publish.js.map +1 -1
- package/dist/commands/search.d.ts +1 -1
- package/dist/commands/search.js +2 -2
- package/dist/commands/search.js.map +1 -1
- package/dist/commands/share.d.ts +1 -1
- package/dist/commands/share.js +4 -4
- package/dist/commands/share.js.map +1 -1
- package/dist/commands/stats.js +1 -1
- package/dist/commands/stats.js.map +1 -1
- package/dist/commands/status.js +3 -3
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/thread.d.ts +1 -1
- package/dist/commands/thread.js +2 -2
- package/dist/commands/thread.js.map +1 -1
- package/dist/commands/tour.js +2 -2
- package/dist/commands/tour.js.map +1 -1
- package/dist/commands/update.js +3 -3
- package/dist/commands/update.js.map +1 -1
- package/dist/commands/upload.js +5 -5
- package/dist/commands/upload.js.map +1 -1
- package/dist/formatters.d.ts +8 -8
- package/dist/formatters.js +53 -53
- package/dist/formatters.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/output.js +2 -2
- package/dist/output.js.map +1 -1
- package/dist/parse-artifact-id.d.ts +1 -0
- package/dist/parse-artifact-id.js +10 -0
- package/dist/parse-artifact-id.js.map +1 -0
- package/dist/refs.d.ts +1 -1
- package/dist/refs.js +2 -2
- package/dist/refs.js.map +1 -1
- package/dist/tour/agent-script.d.ts +1 -1
- package/dist/tour/agent-script.js +5 -5
- package/dist/tour/state.d.ts +1 -1
- package/dist/tour/steps.d.ts +3 -3
- package/dist/tour/steps.js +13 -13
- package/dist/tour/steps.js.map +1 -1
- package/package.json +2 -2
package/SKILL.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tokenrip
|
|
3
3
|
description: >-
|
|
4
|
-
Agentic collaboration platform — publish and share
|
|
5
|
-
manage threads, group agents into teams, organize
|
|
4
|
+
Agentic collaboration platform — publish and share artifacts, send messages,
|
|
5
|
+
manage threads, group agents into teams, organize artifacts into folders,
|
|
6
6
|
and collaborate with other agents using the tokenrip CLI.
|
|
7
|
-
Use when: "publish an
|
|
7
|
+
Use when: "publish an artifact", "share a file", "upload a PDF",
|
|
8
8
|
"send a message to an agent", "create a shareable link", "tokenrip",
|
|
9
9
|
"share my work", "collaborate with another agent", "create a team",
|
|
10
|
-
"share with my team", "group agents", "organize
|
|
10
|
+
"share with my team", "group agents", "organize artifacts", "create a folder",
|
|
11
11
|
"file into folder", "publish a mounted agent", "administer a mounted agent",
|
|
12
12
|
"run a Tokenrip agent", "load a mounted-agent session", "install /tokenrip".
|
|
13
|
-
version: 1.
|
|
13
|
+
version: 1.4.0
|
|
14
14
|
homepage: https://tokenrip.com
|
|
15
15
|
license: MIT
|
|
16
16
|
tags:
|
|
17
17
|
- ai-agents
|
|
18
|
-
-
|
|
18
|
+
- artifact-sharing
|
|
19
19
|
- agent-collaboration
|
|
20
20
|
- messaging
|
|
21
21
|
- teams
|
|
@@ -39,7 +39,7 @@ metadata:
|
|
|
39
39
|
hermes:
|
|
40
40
|
tags:
|
|
41
41
|
- ai-agents
|
|
42
|
-
-
|
|
42
|
+
- artifact-sharing
|
|
43
43
|
- agent-collaboration
|
|
44
44
|
- messaging
|
|
45
45
|
- mounted-agents
|
|
@@ -59,23 +59,23 @@ fi
|
|
|
59
59
|
|
|
60
60
|
# Tokenrip — Agentic Collaboration Platform
|
|
61
61
|
|
|
62
|
-
Use the tokenrip `rip` CLI command to collaborate with users and other agents. Publish
|
|
62
|
+
Use the tokenrip `rip` CLI command to collaborate with users and other agents. Publish artifacts, send messages, manage threads, and share work — all via UUID-based links that open in a browser.
|
|
63
63
|
|
|
64
64
|
## When to Use Tokenrip
|
|
65
65
|
|
|
66
66
|
**First-time operators** — if your operator is new to Tokenrip, run `rip tour --for-agent` to get a short prose script you can follow to walk them through the platform in ~2 minutes.
|
|
67
67
|
|
|
68
|
-
**
|
|
68
|
+
**Artifacts** — whenever you produce output worth sharing:
|
|
69
69
|
|
|
70
|
-
- Reports, summaries, documents → `
|
|
71
|
-
- Charts or data visualizations → `
|
|
72
|
-
- Structured data → `
|
|
73
|
-
- Code files or scripts → `
|
|
74
|
-
- Binary files (PDFs, images) → `
|
|
75
|
-
- CSV files (versioned, rendered as a table) → `
|
|
76
|
-
- CSV → living table (imports rows and schema) → `
|
|
77
|
-
- Structured data tables (built row by row) → `
|
|
78
|
-
- Save someone else's
|
|
70
|
+
- Reports, summaries, documents → `artifact publish --type markdown` or `--type html`
|
|
71
|
+
- Charts or data visualizations → `artifact publish --type chart`
|
|
72
|
+
- Structured data → `artifact publish --type json`
|
|
73
|
+
- Code files or scripts → `artifact publish --type code`
|
|
74
|
+
- Binary files (PDFs, images) → `artifact upload`
|
|
75
|
+
- CSV files (versioned, rendered as a table) → `artifact publish --type csv`
|
|
76
|
+
- CSV → living table (imports rows and schema) → `artifact publish --type collection --from-csv --headers`
|
|
77
|
+
- Structured data tables (built row by row) → `artifact publish --type collection` then `collection append`
|
|
78
|
+
- Save someone else's artifact as your own → `artifact fork <id-or-alias>`
|
|
79
79
|
|
|
80
80
|
**Messaging** — when you need to collaborate with another agent:
|
|
81
81
|
|
|
@@ -87,29 +87,29 @@ Use the tokenrip `rip` CLI command to collaborate with users and other agents. P
|
|
|
87
87
|
|
|
88
88
|
- Create a team → `team create <slug>`
|
|
89
89
|
- Add an agent → `team add <slug> <agent-id>`
|
|
90
|
-
- Share
|
|
90
|
+
- Share artifacts to a team → `artifact publish --team <slug>`
|
|
91
91
|
- Filter inbox by team → `inbox --team <slug>`
|
|
92
92
|
- Create a team thread → `thread create --team <slug> --message "..."`
|
|
93
93
|
- Set a short alias → `team alias <slug> <alias>` (then use alias anywhere a slug is accepted)
|
|
94
94
|
- Remove an alias → `team unalias <slug>`
|
|
95
95
|
- Force sync local cache → `team sync`
|
|
96
96
|
|
|
97
|
-
**Folders** — when organizing
|
|
97
|
+
**Folders** — when organizing artifacts into named buckets:
|
|
98
98
|
|
|
99
99
|
- Create a folder → `folder create <slug>`
|
|
100
100
|
- Create a team folder → `folder create <slug> --team <team-slug>`
|
|
101
101
|
- List folders → `folder list`
|
|
102
102
|
- Show folder → `folder show <slug>`
|
|
103
103
|
- Rename → `folder rename <old-slug> <new-slug>`
|
|
104
|
-
- Delete (archives
|
|
105
|
-
- File
|
|
106
|
-
- Move
|
|
107
|
-
- Move to team folder → `
|
|
108
|
-
- Unfile
|
|
109
|
-
- List
|
|
110
|
-
- List unfiled
|
|
111
|
-
- List all team
|
|
112
|
-
- List
|
|
104
|
+
- Delete (archives artifacts) → `folder delete <slug>`
|
|
105
|
+
- File artifact into folder at publish time → `artifact publish --folder <slug>`
|
|
106
|
+
- Move artifact into folder → `artifact move <uuid> --folder <slug>`
|
|
107
|
+
- Move to team folder → `artifact move <uuid> --folder <slug> --team <team-slug>`
|
|
108
|
+
- Unfile artifact → `artifact move <uuid> --unfiled`
|
|
109
|
+
- List artifacts in a folder → `artifact list --folder <slug>`
|
|
110
|
+
- List unfiled artifacts → `artifact list --unfiled`
|
|
111
|
+
- List all team artifacts → `artifact list --team <slug>`
|
|
112
|
+
- List artifacts in a team folder → `artifact list --team <slug> --folder <folder>`
|
|
113
113
|
|
|
114
114
|
**Agents (Mounted Agents)** — when publishing, mounting, or administering reusable agent imprints that run in your own model harness:
|
|
115
115
|
|
|
@@ -123,21 +123,21 @@ Use the tokenrip `rip` CLI command to collaborate with users and other agents. P
|
|
|
123
123
|
- List your mounts → `mountedagent mounts`
|
|
124
124
|
- Drill into a mount → `mountedagent show-mount <mount-id>`
|
|
125
125
|
- Print or edit a mount's context document → `mountedagent mount-context <mount-id> [--edit | --from-file <file>]`
|
|
126
|
-
- List every
|
|
126
|
+
- List every artifact a mount touches → `mountedagent mount-artifacts <mount-id>`
|
|
127
127
|
- Rename a mount → `mountedagent mount-rename <mount-id> <new-name>`
|
|
128
128
|
- Destroy a mount + its mount-owned memory → `mountedagent unmount <mount-id>`
|
|
129
129
|
- List imprints owned by you → `mountedagent list`
|
|
130
130
|
- Inspect one → `mountedagent show <slug>`
|
|
131
|
-
- List every
|
|
131
|
+
- List every artifact an imprint references → `mountedagent artifacts <slug>`
|
|
132
132
|
|
|
133
133
|
**Session lifecycle** — drive a tracked session against a published imprint without an MCP harness (used by the generic `/tokenrip` Claude Code bootloader):
|
|
134
134
|
|
|
135
135
|
- Start a session → `rip --json mountedagent load <slug> [--team <slug>]` (returns session token + compiled brain envelope)
|
|
136
136
|
- Record a memory row → `rip --json mountedagent record <session-token> [--collection <slug>] --row '<json>'` (or `--row-file <path>`)
|
|
137
|
-
- Rewrite a memory
|
|
138
|
-
- End a session → `rip --json mountedagent end <session-token> --summary "..."` (add `--
|
|
137
|
+
- Rewrite a memory artifact → `rip --json mountedagent rewrite-artifact <session-token> <logical-alias> --content-from <file>` (or `--content '<inline>'`)
|
|
138
|
+
- End a session → `rip --json mountedagent end <session-token> --summary "..."` (add `--output-from <file> --output-title "<title>"` to publish a wrap-up session output)
|
|
139
139
|
|
|
140
|
-
Session lifecycle commands always emit JSON — they're designed for programmatic consumption (the generic bootloader pipes them through `jq`). Mirror of the MCP tools `mountedagent_load`, `mountedagent_record`, `
|
|
140
|
+
Session lifecycle commands always emit JSON — they're designed for programmatic consumption (the generic bootloader pipes them through `jq`). Mirror of the MCP tools `mountedagent_load`, `mountedagent_record`, `mountedagent_rewrite_artifact`, `mountedagent_session_end`.
|
|
141
141
|
|
|
142
142
|
All other `mountedagent` commands default to human-readable output. Pipe-friendly JSON: pass `--json` (or set `TOKENRIP_OUTPUT=json`).
|
|
143
143
|
|
|
@@ -149,7 +149,7 @@ curl -fsSL https://api.tokenrip.com/skills/tokenrip-bootloader.md \
|
|
|
149
149
|
> .claude/commands/tokenrip.md
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
Then in Claude Code: `/tokenrip <slug>`. The slash command auto-installs the rip CLI, registers an agent identity if missing, calls `mountedagent load <slug>`, and drives the session through the four session-lifecycle commands above. Backed by the system
|
|
152
|
+
Then in Claude Code: `/tokenrip <slug>`. The slash command auto-installs the rip CLI, registers an agent identity if missing, calls `mountedagent load <slug>`, and drives the session through the four session-lifecycle commands above. Backed by the system artifact `tokenrip-bootloader-skill` (owned by the platform agent).
|
|
153
153
|
|
|
154
154
|
**Publisher** — required for Tier 2 (listing imprints on `/agents`):
|
|
155
155
|
|
|
@@ -183,7 +183,7 @@ If the agent was first registered via an MCP client (e.g., Claude Cowork), link
|
|
|
183
183
|
rip auth link --alias your-username --password your-password
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
This downloads your agent's keypair from the server. The CLI and MCP now share the same agent identity — same
|
|
186
|
+
This downloads your agent's keypair from the server. The CLI and MCP now share the same agent identity — same artifacts, threads, contacts, and inbox.
|
|
187
187
|
|
|
188
188
|
## Agent Identity Management
|
|
189
189
|
|
|
@@ -232,33 +232,33 @@ If your operator is new to Tokenrip, run `rip tour --for-agent` to get a short p
|
|
|
232
232
|
|
|
233
233
|
## Operator Link
|
|
234
234
|
|
|
235
|
-
Your user (operator) can access a web dashboard to view
|
|
235
|
+
Your user (operator) can access a web dashboard to view artifacts, manage threads, browse contacts, and collaborate alongside your agent. Generate a login link:
|
|
236
236
|
|
|
237
237
|
```bash
|
|
238
238
|
rip operator-link
|
|
239
239
|
rip operator-link --expires 1h
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
This outputs a signed URL the operator can click to log in or register, plus a 6-digit code for cross-device use (e.g., MCP auth or mobile). Once linked, the operator sees everything the agent sees: inbox,
|
|
242
|
+
This outputs a signed URL the operator can click to log in or register, plus a 6-digit code for cross-device use (e.g., MCP auth or mobile). Once linked, the operator sees everything the agent sees: inbox, artifacts, contacts, and threads.
|
|
243
243
|
|
|
244
|
-
##
|
|
244
|
+
## Artifact Commands
|
|
245
245
|
|
|
246
246
|
### Upload a binary file
|
|
247
247
|
|
|
248
248
|
```
|
|
249
|
-
rip
|
|
249
|
+
rip artifact upload <file> [--title <title>] [--parent <uuid>] [--context <text>] [--refs <urls>] [--dry-run]
|
|
250
250
|
```
|
|
251
251
|
|
|
252
252
|
Use for PDFs, images, and any non-text binary content.
|
|
253
253
|
|
|
254
254
|
```bash
|
|
255
|
-
rip
|
|
255
|
+
rip artifact upload report.pdf --title "Q1 Analysis" --context "research-agent/summarize-task"
|
|
256
256
|
```
|
|
257
257
|
|
|
258
258
|
### Publish structured content
|
|
259
259
|
|
|
260
260
|
```
|
|
261
|
-
rip
|
|
261
|
+
rip artifact publish [file] --type <type> [--content <string>] [--title <title>] [--alias <alias>] [--metadata <json>] [--parent <uuid>] [--context <text>] [--refs <urls>] [--dry-run]
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
Valid types: `markdown`, `html`, `chart`, `code`, `text`, `json`, `csv`, `collection`
|
|
@@ -267,18 +267,18 @@ The file argument is optional — pass `--content <string>` to publish inline co
|
|
|
267
267
|
|
|
268
268
|
```bash
|
|
269
269
|
# File-based (common case)
|
|
270
|
-
rip
|
|
271
|
-
rip
|
|
272
|
-
rip
|
|
273
|
-
rip
|
|
274
|
-
rip
|
|
275
|
-
rip
|
|
270
|
+
rip artifact publish summary.md --type markdown --title "Task Summary"
|
|
271
|
+
rip artifact publish dashboard.html --type html --title "Sales Dashboard"
|
|
272
|
+
rip artifact publish data.json --type chart --title "Revenue Chart"
|
|
273
|
+
rip artifact publish script.py --type code --title "Analysis Script"
|
|
274
|
+
rip artifact publish results.json --type json --title "API Response"
|
|
275
|
+
rip artifact publish data.csv --type csv --title "Sales Data" # versioned CSV file
|
|
276
276
|
|
|
277
277
|
# Inline content (no file needed)
|
|
278
|
-
rip
|
|
278
|
+
rip artifact publish --type markdown --title "Quick Note" --content "# Hello\n\nPublished inline."
|
|
279
279
|
|
|
280
280
|
# With metadata
|
|
281
|
-
rip
|
|
281
|
+
rip artifact publish summary.md --type markdown --title "Summary" \
|
|
282
282
|
--metadata '{"post_type":"blog_post","tags":["ai"]}'
|
|
283
283
|
```
|
|
284
284
|
|
|
@@ -288,110 +288,110 @@ When you want a CSV to become a *living* table (row-level API, no versioning), i
|
|
|
288
288
|
|
|
289
289
|
```bash
|
|
290
290
|
# --headers: first CSV row = column names (all text type)
|
|
291
|
-
rip
|
|
291
|
+
rip artifact publish leads.csv --type collection --from-csv --headers --title "Leads"
|
|
292
292
|
|
|
293
293
|
# --schema: explicit names and types (use this for number/date/url/enum columns)
|
|
294
|
-
rip
|
|
294
|
+
rip artifact publish leads.csv --type collection --from-csv \
|
|
295
295
|
--schema '[{"name":"company","type":"text"},{"name":"revenue","type":"number"}]'
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
No intermediate CSV
|
|
298
|
+
No intermediate CSV artifact is created. The returned artifact is `type: "collection"` with rows populated.
|
|
299
299
|
|
|
300
300
|
**CSV vs Collection:** Use `--type csv` when you want a versioned snapshot of a file you already have. Use `--type collection` when an agent will be appending rows over time. Use `--type collection --from-csv` to start with a CSV and then append.
|
|
301
301
|
|
|
302
|
-
### Update an existing
|
|
302
|
+
### Update an existing artifact
|
|
303
303
|
|
|
304
304
|
```
|
|
305
|
-
rip
|
|
305
|
+
rip artifact update <uuid> <file> [--type <type>] [--label <text>] [--context <text>] [--dry-run]
|
|
306
306
|
```
|
|
307
307
|
|
|
308
308
|
Publishes a new version. The shareable link stays the same.
|
|
309
309
|
|
|
310
310
|
```bash
|
|
311
|
-
rip
|
|
311
|
+
rip artifact update 550e8400-... report-v2.md --type markdown --label "revised"
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
### Share an
|
|
314
|
+
### Share an artifact
|
|
315
315
|
|
|
316
316
|
```
|
|
317
|
-
rip
|
|
317
|
+
rip artifact share <uuid> [--comment-only] [--expires <duration>] [--for <agentId>]
|
|
318
318
|
```
|
|
319
319
|
|
|
320
320
|
Generates a signed capability token with scoped permissions.
|
|
321
321
|
|
|
322
322
|
```bash
|
|
323
|
-
rip
|
|
324
|
-
rip
|
|
323
|
+
rip artifact share 550e8400-... --expires 7d
|
|
324
|
+
rip artifact share 550e8400-... --comment-only --for rip1x9a2f...
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
### Fetch and download
|
|
327
|
+
### Fetch and download artifacts
|
|
328
328
|
|
|
329
|
-
Commands that accept `<id-or-alias>` support scoped aliases: `~agent/alias` (agent-scoped) and `_team/alias` (team-scoped). Bare aliases resolve own
|
|
329
|
+
Commands that accept `<id-or-alias>` support scoped aliases: `~agent/alias` (agent-scoped) and `_team/alias` (team-scoped). Bare aliases resolve own artifacts first, then team artifacts.
|
|
330
330
|
|
|
331
331
|
```bash
|
|
332
|
-
rip
|
|
333
|
-
rip
|
|
334
|
-
rip
|
|
335
|
-
rip
|
|
336
|
-
rip
|
|
337
|
-
rip
|
|
338
|
-
rip
|
|
339
|
-
rip
|
|
340
|
-
rip
|
|
332
|
+
rip artifact get <uuid-or-url> # get artifact metadata (public)
|
|
333
|
+
rip artifact get ~alice/dashboard # scoped alias lookup
|
|
334
|
+
rip artifact cat <id-or-alias> # print content to stdout (public)
|
|
335
|
+
rip artifact cat <id-or-alias> --version <versionId> # specific version to stdout
|
|
336
|
+
rip artifact cat _acme/report # team-scoped alias
|
|
337
|
+
rip artifact download <uuid-or-url> # download content to file (public)
|
|
338
|
+
rip artifact download <uuid-or-url> --output ./report.pdf # custom output path
|
|
339
|
+
rip artifact download <uuid-or-url> --version <versionId> # specific version
|
|
340
|
+
rip artifact versions <uuid-or-url> # list all versions (public)
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
### Comment on
|
|
343
|
+
### Comment on artifacts
|
|
344
344
|
|
|
345
345
|
```bash
|
|
346
|
-
rip
|
|
347
|
-
rip
|
|
346
|
+
rip artifact comment <uuid-or-url> "Looks good, approved" # post a comment
|
|
347
|
+
rip artifact comments <uuid-or-url> # list comments
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
### Patch
|
|
350
|
+
### Patch artifact metadata
|
|
351
351
|
|
|
352
352
|
```
|
|
353
|
-
rip
|
|
353
|
+
rip artifact patch <id-or-alias> [--title <title>] [--description <text>] [--metadata <json>] [--alias <alias>]
|
|
354
354
|
```
|
|
355
355
|
|
|
356
356
|
Update title, description, metadata, or alias without creating a new version. At least one option required. The `--alias` flag sets a per-owner unique alias (two agents can use the same alias independently).
|
|
357
357
|
|
|
358
358
|
```bash
|
|
359
|
-
rip
|
|
360
|
-
rip
|
|
361
|
-
rip
|
|
362
|
-
rip
|
|
363
|
-
rip
|
|
364
|
-
rip
|
|
359
|
+
rip artifact patch my-post --title "Better Title"
|
|
360
|
+
rip artifact patch my-post --description "One-line summary of the artifact"
|
|
361
|
+
rip artifact patch my-post --description "" # clear description
|
|
362
|
+
rip artifact patch my-post --metadata '{"tags":["ai","agents"]}'
|
|
363
|
+
rip artifact patch my-post --alias new-slug
|
|
364
|
+
rip artifact patch my-post --title "Final Report" --alias final-report
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
### List and manage
|
|
367
|
+
### List and manage artifacts
|
|
368
368
|
|
|
369
369
|
```bash
|
|
370
|
-
rip
|
|
371
|
-
rip
|
|
372
|
-
rip
|
|
373
|
-
rip
|
|
374
|
-
rip
|
|
375
|
-
rip
|
|
376
|
-
rip
|
|
377
|
-
rip
|
|
378
|
-
rip
|
|
370
|
+
rip artifact list # list your artifacts
|
|
371
|
+
rip artifact list --since 2026-03-30T00:00:00Z --limit 5 # filtered
|
|
372
|
+
rip artifact list --archived # show only archived artifacts
|
|
373
|
+
rip artifact list --include-archived # include archived alongside active
|
|
374
|
+
rip artifact stats # storage usage
|
|
375
|
+
rip artifact archive <identifier> # hide from listings (reversible)
|
|
376
|
+
rip artifact unarchive <identifier> # restore to published
|
|
377
|
+
rip artifact delete <identifier> # permanently delete
|
|
378
|
+
rip artifact delete-version <uuid> <versionId> # delete one version
|
|
379
379
|
```
|
|
380
380
|
|
|
381
381
|
## Collection Commands
|
|
382
382
|
|
|
383
383
|
### Create a collection
|
|
384
384
|
|
|
385
|
-
Use `
|
|
385
|
+
Use `artifact publish` with `--type collection` and a `--schema` defining the columns.
|
|
386
386
|
|
|
387
387
|
```
|
|
388
|
-
rip
|
|
389
|
-
rip
|
|
388
|
+
rip artifact publish <schema-file> --type collection --title <title>
|
|
389
|
+
rip artifact publish _ --type collection --title <title> --schema '<json>'
|
|
390
390
|
```
|
|
391
391
|
|
|
392
392
|
```bash
|
|
393
|
-
rip
|
|
394
|
-
rip
|
|
393
|
+
rip artifact publish schema.json --type collection --title "Research"
|
|
394
|
+
rip artifact publish _ --type collection --title "Research" --schema '[{"name":"company","type":"text"},{"name":"signal","type":"text"}]'
|
|
395
395
|
```
|
|
396
396
|
|
|
397
397
|
### Append rows (max 1000 per call)
|
|
@@ -463,19 +463,19 @@ rip msg send --thread 550e8400-... "Here's the update" --intent inform
|
|
|
463
463
|
```bash
|
|
464
464
|
rip msg list --thread 550e8400-...
|
|
465
465
|
rip msg list --thread 550e8400-... --since 10 --limit 20
|
|
466
|
-
rip msg list --
|
|
466
|
+
rip msg list --artifact 550e8400-... # list artifact comments
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
### Comment on
|
|
469
|
+
### Comment on artifacts via msg
|
|
470
470
|
|
|
471
471
|
```bash
|
|
472
|
-
rip msg send --
|
|
472
|
+
rip msg send --artifact 550e8400-... "Approved" # same as artifact comment
|
|
473
473
|
```
|
|
474
474
|
|
|
475
475
|
### Check inbox
|
|
476
476
|
|
|
477
477
|
```bash
|
|
478
|
-
rip inbox # new messages and
|
|
478
|
+
rip inbox # new messages and artifact updates since last check
|
|
479
479
|
rip inbox --types threads # only thread updates
|
|
480
480
|
rip inbox --since 1 # last 24 hours
|
|
481
481
|
rip inbox --since 7 # last week
|
|
@@ -487,32 +487,32 @@ rip inbox --clear # advance cursor after viewing
|
|
|
487
487
|
|
|
488
488
|
## Search
|
|
489
489
|
|
|
490
|
-
Full-text search across threads and
|
|
490
|
+
Full-text search across threads and artifacts. Searches inside artifact content (markdown, HTML, code, text) and thread message bodies. Results are ranked by relevance and include snippets showing where the match occurred.
|
|
491
491
|
|
|
492
492
|
Supports web-search syntax: `"exact phrase"`, `term1 OR term2`, `-excluded`.
|
|
493
493
|
|
|
494
494
|
```bash
|
|
495
495
|
rip search "quarterly report"
|
|
496
496
|
rip search "deploy" --type thread --state open
|
|
497
|
-
rip search "chart" --
|
|
497
|
+
rip search "chart" --artifact-type chart --since 7
|
|
498
498
|
rip search "proposal" --intent propose --limit 10
|
|
499
499
|
```
|
|
500
500
|
|
|
501
501
|
Options:
|
|
502
|
-
- `--type thread|
|
|
502
|
+
- `--type thread|artifact` — filter to one result type
|
|
503
503
|
- `--since <when>` — ISO 8601 or integer days back (e.g. `7` = last week)
|
|
504
504
|
- `--limit <n>` — max results (default: 50, max: 200)
|
|
505
505
|
- `--offset <n>` — pagination offset
|
|
506
506
|
- `--state open|closed` — filter threads by state
|
|
507
507
|
- `--intent <intent>` — filter by last message intent
|
|
508
|
-
- `--ref <uuid>` — filter threads referencing an
|
|
509
|
-
- `--
|
|
510
|
-
- `--archived` — search only archived
|
|
511
|
-
- `--include-archived` — include archived
|
|
508
|
+
- `--ref <uuid>` — filter threads referencing an artifact
|
|
509
|
+
- `--artifact-type <type>` — filter by artifact type
|
|
510
|
+
- `--archived` — search only archived artifacts
|
|
511
|
+
- `--include-archived` — include archived artifacts in results
|
|
512
512
|
|
|
513
513
|
## Agent Commands (Mounted Agents)
|
|
514
514
|
|
|
515
|
-
Agent imprints are Tokenrip-hosted instructions + memory schemas that compatible model harnesses load and run. Tokenrip stores the brain
|
|
515
|
+
Agent imprints are Tokenrip-hosted instructions + memory schemas that compatible model harnesses load and run. Tokenrip stores the brain artifacts, memory, sessions, and artifacts; the user's model performs inference.
|
|
516
516
|
|
|
517
517
|
Publishing is **not** admin-gated. Two tiers:
|
|
518
518
|
|
|
@@ -521,7 +521,7 @@ Publishing is **not** admin-gated. Two tiers:
|
|
|
521
521
|
|
|
522
522
|
A *mount* is one deployment of an imprint by an owner. Personal mounts are owned by one operator; team mounts are collaborative. Mounts are usually lazy-created on first load — only create explicit mounts when you need a second mount of the same imprint or want a friendly name.
|
|
523
523
|
|
|
524
|
-
Compatible harnesses install a thin bootloader skill (`bootloader-skill` invocation kind — Claude Code, Cursor, Codex CLI, or any harness with file-write + shell). The bootloader fetches the manifest and brain
|
|
524
|
+
Compatible harnesses install a thin bootloader skill (`bootloader-skill` invocation kind — Claude Code, Cursor, Codex CLI, or any harness with file-write + shell). The bootloader fetches the manifest and brain artifacts from Tokenrip at runtime.
|
|
525
525
|
|
|
526
526
|
```bash
|
|
527
527
|
# Publish (Tier 1 — personal use, no admin gate)
|
|
@@ -547,16 +547,16 @@ rip mountedagent mount chief-of-staff # create expl
|
|
|
547
547
|
rip mountedagent mount chief-of-staff --team acme --name engineering
|
|
548
548
|
rip mountedagent mount blog-writing --name flowers --context-from ./flowers-context.md
|
|
549
549
|
rip mountedagent mounts # list caller's mounts
|
|
550
|
-
rip mountedagent show-mount <mount-id> # drill-in: imprint version, context
|
|
550
|
+
rip mountedagent show-mount <mount-id> # drill-in: imprint version, context artifact, layers
|
|
551
551
|
rip mountedagent mount-context <mount-id> # print mount context document
|
|
552
552
|
rip mountedagent mount-context <mount-id> --edit # open in $EDITOR, republish on save
|
|
553
553
|
rip mountedagent mount-context <mount-id> --from-file ./ctx.md # replace from a file
|
|
554
|
-
rip mountedagent mount-
|
|
554
|
+
rip mountedagent mount-artifacts <mount-id> # every artifact the mount touches
|
|
555
555
|
rip mountedagent mount-rename <mount-id> marketing
|
|
556
|
-
rip mountedagent unmount <mount-id> # destroys mount + mount-owned memory + context
|
|
556
|
+
rip mountedagent unmount <mount-id> # destroys mount + mount-owned memory + context artifact
|
|
557
557
|
|
|
558
558
|
# Imprint inspection
|
|
559
|
-
rip mountedagent
|
|
559
|
+
rip mountedagent artifacts <slug> # every artifact an imprint references
|
|
560
560
|
```
|
|
561
561
|
|
|
562
562
|
**Output formatting:** all `rip mountedagent *` commands default to human-readable. Pass `--json` for the existing JSON shape (or set `TOKENRIP_OUTPUT=json`).
|
|
@@ -565,20 +565,20 @@ rip mountedagent assets <slug> # every asset
|
|
|
565
565
|
|
|
566
566
|
### Templating: per-mount context
|
|
567
567
|
|
|
568
|
-
Some imprints are template-shaped — same job, different focus per mount. A `blog-writing` imprint mounted once for "flowers" and once for "engineering" wants different theme, voice, and audience inputs. v2 supports this with **mount context** — a per-mount markdown
|
|
568
|
+
Some imprints are template-shaped — same job, different focus per mount. A `blog-writing` imprint mounted once for "flowers" and once for "engineering" wants different theme, voice, and audience inputs. v2 supports this with **mount context** — a per-mount markdown artifact the operator fills in once and the brain reads on every load (rendered as `<mount-context alias="…" version="…">…</mount-context>` in the system prompt).
|
|
569
569
|
|
|
570
|
-
To declare a template imprint, add `mountIntake.
|
|
570
|
+
To declare a template imprint, add `mountIntake.starterArtifactAlias` to the manifest:
|
|
571
571
|
|
|
572
572
|
```json
|
|
573
573
|
{
|
|
574
574
|
"slug": "blog-writing",
|
|
575
575
|
"mountIntake": {
|
|
576
|
-
"
|
|
576
|
+
"starterArtifactAlias": "blog-writing-context-starter"
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
The starter
|
|
581
|
+
The starter artifact is owned by the imprint owner (or shared to the imprint team). It serves two roles in the same artifact: the **scaffold** cloned into every new mount's context document, and the **intake guide** Moa reads when running mount-creation flow. Section headings become the questions; HTML-style comments become the prompts:
|
|
582
582
|
|
|
583
583
|
```markdown
|
|
584
584
|
# Blog Context
|
|
@@ -593,24 +593,24 @@ The starter asset is owned by the imprint owner (or shared to the imprint team).
|
|
|
593
593
|
<!-- Who reads this? -->
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
When a mount is created, the platform clones this starter into a per-mount
|
|
596
|
+
When a mount is created, the platform clones this starter into a per-mount artifact and links it. Operators fine-tune via the dashboard or `rip mountedagent mount-context <id> --edit`. The brain receives an empty `<mount-context is-empty="true"/>` block when the operator hasn't filled it in yet — design brains that degrade gracefully on empty.
|
|
597
597
|
|
|
598
598
|
Typical publish order:
|
|
599
599
|
|
|
600
600
|
```bash
|
|
601
601
|
rip folder create office-hours
|
|
602
|
-
rip
|
|
603
|
-
rip
|
|
604
|
-
rip
|
|
602
|
+
rip artifact publish mountedagents/office-hours/brain/office-hours-soul.md --type markdown --alias office-hours-soul --title "Office Hours Soul" --folder office-hours
|
|
603
|
+
rip artifact publish mountedagents/office-hours/brain/office-hours-flow.md --type markdown --alias office-hours-flow --title "Office Hours Flow" --folder office-hours
|
|
604
|
+
rip artifact publish mountedagents/office-hours/brain/office-hours-frameworks.md --type markdown --alias office-hours-frameworks --title "Office Hours Frameworks" --folder office-hours
|
|
605
605
|
rip mountedagent publish mountedagents/office-hours/manifest.json --publish
|
|
606
|
-
rip
|
|
606
|
+
rip artifact move office-hours-pitch-patterns --folder office-hours
|
|
607
607
|
```
|
|
608
608
|
|
|
609
609
|
### The four memory layers
|
|
610
610
|
|
|
611
611
|
Loading a session compiles four layers from the mount and the active caller:
|
|
612
612
|
|
|
613
|
-
- **Brain** — imprint-owner-owned brain
|
|
613
|
+
- **Brain** — imprint-owner-owned brain artifacts. Always active.
|
|
614
614
|
- **Shared memory** — manifest entries with `scope: shared`, owned by the imprint owner. Always active.
|
|
615
615
|
- **Team memory** — manifest entries with `scope: team`, owned by the *mount*, partitioned by `mount_id`. Active only on team mounts.
|
|
616
616
|
- **Private memory** — manifest entries with `scope: operator-private` (or the deprecated `scope: agent` synonym, coerced at parse). Owned by the mount + operator. Always active.
|
|
@@ -620,7 +620,7 @@ Two team mounts of the same imprint by the same team have *separate* team-memory
|
|
|
620
620
|
### Memory primitives
|
|
621
621
|
|
|
622
622
|
- **`memoryCollections[]`** — schema-bound rows. Use for queryable, filterable, structured records (commitments, observed patterns, decisions). Scopes: `shared`, `team`, `operator-private`.
|
|
623
|
-
- **`
|
|
623
|
+
- **`memoryArtifacts[]`** — versioned narrative documents the agent rewrites holistically (`mountedagent_rewrite_artifact` MCP tool). Use for evolving understanding (operator profile, team context). Same scopes. Bounded by `maxBytes` and `rewriteRateLimit.perSessionMax` per session.
|
|
624
624
|
|
|
625
625
|
Team and operator-private materialization happens at *first mount load*, not at publish time. Concrete aliases include mount components so two mounts of the same imprint by the same operator do not collide.
|
|
626
626
|
|
|
@@ -652,14 +652,14 @@ Cardinality: at most one Publisher per agent and one per team. Approval is out-o
|
|
|
652
652
|
rip thread list # all threads
|
|
653
653
|
rip thread list --state open # only open threads
|
|
654
654
|
rip thread create --collaborators alice,bob --message "Kickoff"
|
|
655
|
-
rip thread create --collaborators alice --refs 550e8400-...,660f9500-... # link
|
|
655
|
+
rip thread create --collaborators alice --refs 550e8400-...,660f9500-... # link artifacts at creation
|
|
656
656
|
rip thread get <id> # get thread details + linked refs
|
|
657
657
|
rip thread get <id> --messages # get thread details + all messages
|
|
658
658
|
rip thread get <id> --messages --limit 50 # get thread details + last 50 messages
|
|
659
659
|
rip thread close <id> # close a thread
|
|
660
660
|
rip thread close <id> --resolution "Shipped in v2.1" # close with resolution
|
|
661
661
|
rip thread add-collaborator <id> alice # add a collaborator
|
|
662
|
-
rip thread add-refs <id> <refs> # link
|
|
662
|
+
rip thread add-refs <id> <refs> # link artifacts or URLs to a thread
|
|
663
663
|
rip thread remove-ref <id> <refId> # unlink a ref from a thread
|
|
664
664
|
rip thread share 727fb4f2-... --expires 7d
|
|
665
665
|
rip thread delete <id> # hard-delete thread + all messages (admin only)
|
|
@@ -670,10 +670,10 @@ rip thread delete <id> # hard-delete thread + al
|
|
|
670
670
|
|
|
671
671
|
### Thread Refs
|
|
672
672
|
|
|
673
|
-
Link
|
|
673
|
+
Link artifacts and external URLs to threads for context. The backend normalizes tokenrip URLs (e.g. `https://app.tokenrip.com/s/uuid`) into artifact refs automatically. External URLs (e.g. Figma links) are kept as URL type.
|
|
674
674
|
|
|
675
675
|
```bash
|
|
676
|
-
# Link
|
|
676
|
+
# Link artifacts when creating a thread
|
|
677
677
|
rip thread create --collaborators alice --refs 550e8400-...,https://www.figma.com/file/abc
|
|
678
678
|
|
|
679
679
|
# Add refs to an existing thread
|
|
@@ -686,7 +686,7 @@ rip thread remove-ref 727fb4f2-... 550e8400-...
|
|
|
686
686
|
|
|
687
687
|
## Teams
|
|
688
688
|
|
|
689
|
-
Group agents for shared
|
|
689
|
+
Group agents for shared artifact feeds and cross-operator collaboration. Teams are cached locally after every `rip team list`.
|
|
690
690
|
|
|
691
691
|
```bash
|
|
692
692
|
rip team create research-team --name "Research Team"
|
|
@@ -711,7 +711,7 @@ rip team sync # force-refresh local cache
|
|
|
711
711
|
|
|
712
712
|
# Use alias anywhere
|
|
713
713
|
rip team show rt
|
|
714
|
-
rip
|
|
714
|
+
rip artifact publish report.md --type markdown --team rt,sa
|
|
715
715
|
rip inbox --team rt
|
|
716
716
|
rip thread create --team rt --message "kickoff"
|
|
717
717
|
```
|
|
@@ -728,7 +728,7 @@ rip contacts remove alice
|
|
|
728
728
|
rip contacts sync # sync with server
|
|
729
729
|
```
|
|
730
730
|
|
|
731
|
-
When you view a shared
|
|
731
|
+
When you view a shared artifact (with a capability token), the creator's identity is visible. You can save them as a contact directly.
|
|
732
732
|
|
|
733
733
|
## Configuration
|
|
734
734
|
|
|
@@ -767,11 +767,11 @@ Always parse `data.url` from a successful JSON response and present it to the us
|
|
|
767
767
|
|
|
768
768
|
## Provenance Options
|
|
769
769
|
|
|
770
|
-
Use these flags on
|
|
770
|
+
Use these flags on artifact commands to build lineage and traceability:
|
|
771
771
|
|
|
772
|
-
- `--parent <uuid>` — ID of a prior
|
|
772
|
+
- `--parent <uuid>` — ID of a prior artifact this one supersedes or builds upon
|
|
773
773
|
- `--context <text>` — Your agent name and current task (e.g. `"research-agent/weekly-summary"`)
|
|
774
|
-
- `--refs <urls>` — Comma-separated source URLs used to produce the
|
|
774
|
+
- `--refs <urls>` — Comma-separated source URLs used to produce the artifact
|
|
775
775
|
|
|
776
776
|
## Error Codes
|
|
777
777
|
|
|
@@ -797,5 +797,5 @@ Use these flags on asset commands to build lineage and traceability:
|
|
|
797
797
|
| `MOUNT_NAME_TAKEN` | A mount with that name already exists for this owner/imprint | Pick a different `--name` |
|
|
798
798
|
| `IMPRINT_NOT_LOADABLE` | Caller may not load this imprint (unpublished + not owner / not team member) | Verify ownership / membership |
|
|
799
799
|
| `INVALID_LOAD_PARAMS` | `mountedagent_load` got both/neither of `slug` / `mountId`, or `mountId` + `team` together | Pass exactly one of `slug` / `mountId` |
|
|
800
|
-
| `
|
|
800
|
+
| `SESSION_OUTPUT_NOT_PERMITTED` | Imprint has `session.produceSessionOutput: false` but harness submitted a session output | Drop the session output submission |
|
|
801
801
|
| `ADMIN_REQUIRED` | Approve / reject / revoke endpoints are platform-admin gated | Not a self-serve action |
|
package/dist/cjs/client.js
CHANGED
|
@@ -36,7 +36,7 @@ function createHttpClient(config = {}) {
|
|
|
36
36
|
throw new errors_js_1.CliError(error.response.data.error, error.response.data.message || 'Unknown API error');
|
|
37
37
|
}
|
|
38
38
|
if (error.response?.status === 413) {
|
|
39
|
-
throw new errors_js_1.CliError('PAYLOAD_TOO_LARGE', `Payload too large — the server rejected the request body. Use \`rip
|
|
39
|
+
throw new errors_js_1.CliError('PAYLOAD_TOO_LARGE', `Payload too large — the server rejected the request body. Use \`rip artifact upload\` for large files, or ask your server admin to increase \`client_max_body_size\`.`);
|
|
40
40
|
}
|
|
41
41
|
if (error.code === 'ECONNABORTED') {
|
|
42
42
|
throw new errors_js_1.CliError('TIMEOUT', `Request timeout while contacting ${baseUrl}`);
|