ramenos 1.0.3 → 1.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/README.md CHANGED
@@ -181,12 +181,7 @@ Update your `opencode.json` file to point to your local 9router instance:
181
181
 
182
182
  Equip your OpenCode agents with web search and up-to-date documentation scraping. Add the desired tools to your `opencode.json`.
183
183
 
184
- **Option A: Default Exa Search** (May occasionally be blocked by bot-protection)
185
- ```bash
186
- OPENCODE_ENABLE_EXA=1 opencode
187
- ```
188
-
189
- **Option B: MCP `searchfetch` & `context7`** (Recommended for human-like scraping and latest docs)
184
+ **MCP `searchfetch` & `context7`** (Recommended for human-like scraping and latest docs)
190
185
  ```json
191
186
  {
192
187
  "$schema": "https://opencode.ai/config.json",
@@ -6,10 +6,11 @@ temperature: 0.3
6
6
  permission:
7
7
  edit: allow
8
8
  bash: allow
9
- websearch: allow
10
- webfetch: allow
11
- question: allow
12
9
  searchfetch_*: allow
10
+ context7_*: allow
11
+ question: deny
12
+ websearch: deny
13
+ webfetch: deny
13
14
  hidden: true
14
15
  ---
15
16
 
package/agents/leader.md CHANGED
@@ -8,10 +8,11 @@ permission:
8
8
  task: allow
9
9
  edit: allow
10
10
  bash: allow
11
- websearch: allow
12
- webfetch: allow
13
11
  question: allow
14
12
  searchfetch_*: allow
13
+ context7_*: allow
14
+ websearch: deny
15
+ webfetch: deny
15
16
  ---
16
17
 
17
18
  You are the Leader and Technical Orchestrator. You manage a highly autonomous AI engineering workflow and are strictly accountable to the human user.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ramenos",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A fast CLI to share and install AI multi-agent orchestration files",
5
5
  "main": "src/index.js",
6
6
  "type": "module",