Skip to content

Commit 1a72236

Browse files
nficanocursoragent
andcommitted
fix: correct bin/arcp banner command signatures (#181)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3eae156 commit 1a72236

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bin/arcp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ declare(strict_types=1);
66
/*
77
* arcp — CLI entry point (RFC §22 transports + Phase 7 commands).
88
*
9-
* arcp serve ws://host:port Run an empty runtime accepting connections.
10-
* arcp tail <session-id> Subscribe to all events from a session.
11-
* arcp send <type> --payload Send a single envelope and print the reply.
12-
* arcp replay <after-id> Replay an event log file from a message id.
9+
* arcp serve --host H --port P Run a runtime accepting WebSocket connections.
10+
* arcp tail <ws-uri> Subscribe to a runtime and print every envelope.
11+
* arcp send <ws-uri> <tool> --arguments '<json>' Invoke a tool and print the reply.
12+
* arcp replay <db-path> --after <message-id> Replay an event log database.
1313
*
1414
* Production deployments should subclass these commands with real auth
1515
* configuration; the defaults assume `none` (anonymous) for development.

0 commit comments

Comments
 (0)