@rync/moorline-discord-default 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "rync/discord-default",
3
3
  "name": "rync/discord-default",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "bundle",
6
6
  "description": "Rync Discord transport and Discord runtime features.",
7
7
  "members": [
@@ -14,7 +14,7 @@
14
14
  {
15
15
  "kind": "plugin",
16
16
  "packageId": "rync/discord-runtime",
17
- "version": "~0.0.3",
17
+ "version": "~0.0.4",
18
18
  "activation": "enable"
19
19
  }
20
20
  ]
@@ -3,7 +3,7 @@
3
3
  "display": {
4
4
  "name": "Discord Default",
5
5
  "description": "Discord transport plus status command and project resource routing.",
6
- "version": "0.0.3",
6
+ "version": "0.0.4",
7
7
  "category": "Recommended Transports",
8
8
  "tags": [
9
9
  "rync",
@@ -20,7 +20,7 @@
20
20
  "setupOrder": 10
21
21
  },
22
22
  "release": {
23
- "recommendedRef": "v0.0.3",
23
+ "recommendedRef": "v0.0.4",
24
24
  "channel": "stable"
25
25
  }
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rync/moorline-discord-default",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Rync Discord transport and Discord runtime features.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,7 +17,15 @@
17
17
  "access": "public"
18
18
  },
19
19
  "keywords": [
20
- "moorline-package"
20
+ "bundle",
21
+ "default",
22
+ "discord",
23
+ "discord-default",
24
+ "moorline-id-rync-discord-default",
25
+ "moorline-kind-bundle",
26
+ "moorline-package",
27
+ "rync",
28
+ "transport"
21
29
  ],
22
30
  "moorline": {
23
31
  "schemaVersion": 1,
@@ -4,7 +4,7 @@ import { createRequire as __moorlineCreateRequire } from 'node:module'; const re
4
4
  var manifest_default = {
5
5
  id: "rync/discord-runtime",
6
6
  name: "rync/discord-runtime",
7
- version: "0.0.3",
7
+ version: "0.0.4",
8
8
  type: "plugin",
9
9
  description: "Discord runtime commands and message routing for Moorline.",
10
10
  entrypoint: "index.mjs",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "rync/discord-runtime",
3
3
  "name": "rync/discord-runtime",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "plugin",
6
6
  "description": "Discord runtime commands and message routing for Moorline.",
7
7
  "entrypoint": "index.mjs",
@@ -0,0 +1,7 @@
1
+ You are replying inside a Moorline discord session resource backed by a live Pi workspace thread.
2
+
3
+ This surface supports both assistant help and runtime work.
4
+
5
+ When the user asks for work, do the work in the session workspace and then report the outcome clearly.
6
+
7
+ When the user is asking a general question, answer naturally instead of forcing a workspace summary.