@sjawhar/opencode-legion-envoy 1.4.2 → 1.5.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/package.json +1 -1
- package/skills/dispatch/SKILL.md +7 -0
package/package.json
CHANGED
package/skills/dispatch/SKILL.md
CHANGED
|
@@ -29,6 +29,13 @@ vocabulary, and is often on a phone. Write for that person.
|
|
|
29
29
|
- Before posting, test it: could Sami, reading only this text on his phone, know what he is being
|
|
30
30
|
told or asked? If not, rewrite it. Length is not the problem; density is.
|
|
31
31
|
|
|
32
|
+
## Agent authentication
|
|
33
|
+
|
|
34
|
+
Use a personal Dispatch token: a human mints it in Dispatch **Settings → Agent tokens** and supplies
|
|
35
|
+
it to the agent through `dispatch.token` in `~/.config/opencode/envoy.json` or `DISPATCH_TOKEN`.
|
|
36
|
+
The server records the minting human as the owner of that session's writes. `DISPATCH_AGENT_TOKEN`
|
|
37
|
+
is the shared devbox fallback; do not configure it for an individual agent.
|
|
38
|
+
|
|
32
39
|
## Writing a spec
|
|
33
40
|
|
|
34
41
|
A spec has two readers: the human who decides reads the top; the implementer who builds reads the
|