@cyber-dash-tech/revela 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill/SKILL.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyber-dash-tech/revela",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "OpenCode plugin that turns AI into an HTML slide deck generator",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
package/skill/SKILL.md CHANGED
@@ -154,6 +154,7 @@ Each agent's brief should specify:
154
154
  - The topic slug (shared, e.g. `ai-investment-shift`)
155
155
  - The axis name for their file (e.g. `anthropic-profile`, `openai-challenges`, `market-trends`)
156
156
  - What to research and what time period to focus on
157
+ - An explicit instruction to use `websearch` (e.g. "Use the websearch tool to find relevant market reports, news, and data for this axis.")
157
158
 
158
159
  ##### After Agents Complete
159
160