@retasc/cli 1.6.2 → 1.6.3
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/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Issues live in a persistent, multi-tenant store; agents reach them through one M
|
|
|
8
8
|
The `retasc` CLI signs you in, creates projects, mints agent API keys, and wires the MCP
|
|
9
9
|
server into your agent in a single command.
|
|
10
10
|
|
|
11
|
-
→ [retasc.com](https://retasc.com)
|
|
11
|
+
→ [retasc.com](https://retasc.com) · [Set up your agent](https://retasc.com/connect) · [Quickstart](https://docs.retasc.com/quickstart)
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
@@ -37,7 +37,9 @@ is stored in your home keystore (`~/.retasc/bindings.json`); the folder's `.mcp.
|
|
|
37
37
|
**secret-free marker** (safe to commit). Each workspace is bound to exactly one org/project, so
|
|
38
38
|
an agent can never file issues into the wrong one — the server enforces it by the key. From then
|
|
39
39
|
on your agent calls `next_issue` / `next_batch` to atomically claim the top unblocked,
|
|
40
|
-
prioritized work, and several agents run at once without ever claiming the same issue
|
|
40
|
+
prioritized work, and several agents run at once without ever claiming the same issue — see
|
|
41
|
+
[Running Claude Code agents in parallel](https://retasc.com/guides/claude-code-parallel-agents)
|
|
42
|
+
for that workflow end to end.
|
|
41
43
|
|
|
42
44
|
Run `retasc whoami` (shows this folder's binding) or `retasc doctor` (checks it) any time.
|
|
43
45
|
|
|
@@ -71,6 +73,9 @@ Run `retasc --help` or `retasc <command> --help` for the full set.
|
|
|
71
73
|
## Links
|
|
72
74
|
|
|
73
75
|
- Website — [retasc.com](https://retasc.com)
|
|
76
|
+
- Set up your agent — [retasc.com/connect](https://retasc.com/connect)
|
|
77
|
+
- Docs + quickstart — [docs.retasc.com/quickstart](https://docs.retasc.com/quickstart)
|
|
78
|
+
- Parallel agents guide — [retasc.com/guides/claude-code-parallel-agents](https://retasc.com/guides/claude-code-parallel-agents)
|
|
74
79
|
- Issues — [github.com/Retasc/retasc/issues](https://github.com/Retasc/retasc/issues)
|
|
75
80
|
|
|
76
81
|
## License
|
package/package.json
CHANGED