@sjawhar/opencode-legion-envoy 0.7.0 → 0.9.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/README.md +2 -2
- package/dist/bin/dispatch-mcp-shim.js +525 -9535
- package/dist/src/server.js +561 -9720
- package/package.json +6 -4
- package/skills/AGENTS.md +39 -0
- package/skills/dispatch/SKILL.md +94 -0
- package/skills/envoy/SKILL.md +404 -0
- package/skills/github/SKILL.md +203 -0
- package/skills/legion-architect/SKILL.md +202 -0
- package/skills/legion-controller/SKILL.md +136 -0
- package/skills/legion-oracle/SKILL.md +63 -0
- package/skills/legion-retro/SKILL.md +87 -0
- package/skills/legion-worker/SKILL.md +177 -0
- package/skills/legion-worker/references/config.md +259 -0
- package/skills/legion-worker/references/knowledge-injection.md +98 -0
- package/skills/legion-worker/resources/strategies/cleanup-deletion.md +22 -0
- package/skills/legion-worker/resources/strategies/systematic-rename.md +19 -0
- package/skills/linear/SKILL.md +76 -0
- package/src/config/index.ts +21 -15
- package/src/config/schema.ts +0 -5
- package/src/server.ts +29 -1
package/README.md
CHANGED
|
@@ -13,9 +13,9 @@ It also maintains the live session registry metadata needed for Envoy to discove
|
|
|
13
13
|
|
|
14
14
|
Slack topic examples must use the real Slack `team_id`, for example:
|
|
15
15
|
|
|
16
|
-
- `notifications.slack.
|
|
16
|
+
- `notifications.slack.T01234567.C0A0DHVU8HE.mention`
|
|
17
17
|
|
|
18
|
-
Do not use workspace slugs like `
|
|
18
|
+
Do not use workspace slugs like `acme` in the topic path.
|
|
19
19
|
|
|
20
20
|
## Sync to another machine
|
|
21
21
|
|