@rync/moorline-discord-default 0.0.2 → 0.0.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/manifest.json +3 -3
- package/moorline.dist.json +3 -3
- package/package.json +2 -9
- package/packages/plugins/rync/discord-runtime/index.mjs +68 -1022
- package/packages/plugins/rync/discord-runtime/manifest.json +3 -12
- package/packages/plugins/rync/discord-runtime/moorline.dist.json +2 -2
- package/packages/transports/rync/discord/index.mjs +333 -584
- package/packages/transports/rync/discord/manifest.json +2 -2
- package/packages/transports/rync/discord/moorline.dist.json +2 -2
- package/packages/plugins/rync/discord-runtime/modules/routing/coordination.md +0 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "rync/discord",
|
|
3
3
|
"name": "rync/discord",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "transport",
|
|
6
6
|
"description": "Rync Discord transport package.",
|
|
7
7
|
"entrypoint": "index.mjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"invitePermissions": {
|
|
41
41
|
"type": "string",
|
|
42
42
|
"title": "Invite permissions",
|
|
43
|
-
"description": "System-managed Discord invite permissions bitfield required for the
|
|
43
|
+
"description": "System-managed Discord invite permissions bitfield required for the simplified Discord transport.",
|
|
44
44
|
"default": "268528720"
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"display": {
|
|
4
4
|
"name": "Discord Transport",
|
|
5
5
|
"description": "Rync Discord transport package for Moorline.",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.3",
|
|
7
7
|
"category": "Rync Transports",
|
|
8
8
|
"tags": [
|
|
9
9
|
"rync",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"setupOrder": 10
|
|
21
21
|
},
|
|
22
22
|
"release": {
|
|
23
|
-
"recommendedRef": "v0.0.
|
|
23
|
+
"recommendedRef": "v0.0.3",
|
|
24
24
|
"channel": "stable"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
You are replying inside the Moorline discord coordination resource.
|
|
2
|
-
|
|
3
|
-
This surface is for coordination, planning, normal assistant conversation, and direct machine-level work when requested.
|
|
4
|
-
|
|
5
|
-
This surface uses the configured Moorline default runtime mode.
|
|
6
|
-
|
|
7
|
-
This is not a durable worker workspace. Use it for direct runtime-root work, inspection, and coordination. Create managed sessions when the work needs an isolated workspace or long-running delegation.
|
|
8
|
-
|
|
9
|
-
You may still use approved Moorline tools that operate on runtime-owned surfaces, such as skills.
|