@cyber-dash-tech/revela 0.18.11 → 0.18.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cyber-dash-tech/revela",
3
- "version": "0.18.11",
4
- "description": "OpenCode plugin for trusted narrative artifacts from local sources, research, and evidence",
3
+ "version": "0.18.13",
4
+ "description": "Codex-first CLI/MCP workspace for trusted narrative artifacts from local sources, research, and evidence",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
7
7
  "bin": {
@@ -11,6 +11,11 @@
11
11
  ".": "./index.ts"
12
12
  },
13
13
  "files": [
14
+ "assets/img/logo.png",
15
+ "assets/img/logo-64.png",
16
+ "assets/img/logo-256.png",
17
+ "assets/img/logo-wordmark.png",
18
+ "assets/img/review-ui.png",
14
19
  "bin/",
15
20
  "plugin.ts",
16
21
  "lib/",
@@ -24,19 +29,25 @@
24
29
  "designs/summit/preview.html",
25
30
  "designs/monet/DESIGN.md",
26
31
  "designs/monet/preview.html",
32
+ "designs/lucent/DESIGN.md",
33
+ "designs/lucent/preview.html",
34
+ "designs/lucent/assets/",
27
35
  "domains/general/INDUSTRY.md",
28
36
  "domains/deeptech-investment/INDUSTRY.md",
29
37
  "domains/consulting/INDUSTRY.md",
30
38
  "index.ts"
31
39
  ],
32
40
  "keywords": [
33
- "opencode",
34
- "opencode-plugin",
41
+ "codex",
42
+ "mcp",
43
+ "revela",
35
44
  "slides",
36
45
  "presentation",
37
46
  "ai",
38
47
  "html",
39
- "deck"
48
+ "deck",
49
+ "opencode",
50
+ "opencode-plugin"
40
51
  ],
41
52
  "repository": {
42
53
  "type": "git",
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "revela": {
4
4
  "command": "npx",
5
- "args": ["-y", "@cyber-dash-tech/revela@0.18.11", "mcp"]
5
+ "args": ["-y", "@cyber-dash-tech/revela@0.18.13", "mcp"]
6
6
  }
7
7
  }
8
8
  }