@rync/moorline-discord-default 0.0.2 → 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.
@@ -1,29 +1,20 @@
1
1
  {
2
2
  "id": "rync/discord-runtime",
3
3
  "name": "rync/discord-runtime",
4
- "version": "0.0.2",
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",
8
8
  "priority": 100,
9
9
  "capabilities": [
10
- "runtime.control",
11
- "memory.read",
12
10
  "transport.message.send",
13
- "transport.resource.create",
14
- "transport.resource.update",
15
- "transport.resource.delete",
16
- "net.connect",
17
11
  "fs.read",
18
12
  "session.inspect",
19
- "session.create",
20
- "session.archive",
21
- "session.delete"
13
+ "provider.headless.run"
22
14
  ],
23
15
  "hooks": [
24
16
  "onAction",
25
- "onDomainEvent",
26
- "onTransportEvent"
17
+ "onTransportIntent"
27
18
  ],
28
19
  "defaultEnabled": true,
29
20
  "dependencies": [
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "display": {
4
4
  "name": "Discord Runtime",
5
- "description": "Discord commands, coordination routing, session routing, and runtime controls.",
6
- "version": "0.0.2"
5
+ "description": "Discord status command and project resource message routing.",
6
+ "version": "0.0.3"
7
7
  }
8
8
  }
@@ -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.