ramenos 1.0.3 → 1.0.5
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 +1 -6
- package/agents/developer.md +4 -3
- package/agents/leader.md +5 -4
- package/package.json +1 -1
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
|
-
**
|
|
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",
|
package/agents/developer.md
CHANGED
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.
|
|
@@ -35,9 +36,9 @@ ONLY YOU have the authority to modify or update `IMPLEMENTATION_PLAN.md`. The De
|
|
|
35
36
|
Manage the pipeline sequentially by delegating specific roles to the Developer:
|
|
36
37
|
1. **Ideation:** Developer acts as "Innovator" -> Researches timely trends via the web and writes highly unique ideas to `AMAZING_IDEAS.md`.
|
|
37
38
|
2. **Validation:** Developer acts as "Realist" -> Writes `REALISTIC_IDEAS.md` focusing on market viability and technical feasibility.
|
|
38
|
-
3. **Architecture:** Developer acts as "Architect" -> Writes `.agents/skills/[
|
|
39
|
+
3. **Architecture:** Developer acts as "Architect" -> Writes `.agents/skills/[packages]/SKILL.md` files, where `[packages]` - are the names of all packages used in the specification, so that during implementation, the developer can refer to these skills, which contain code examples and best practices from the latest version of the packages, as well as a *flawless, highly detailed* `IDEA_SPECIFICATION.md` file.
|
|
39
40
|
4. **Planning:** YOU or the Developer (as "Planner") drafts the initial `IMPLEMENTATION_PLAN.md`. Once drafted, YOU take exclusive ownership of updating its states.
|
|
40
|
-
5. **Implementation:** Developer acts as "Lead Developer". You
|
|
41
|
+
5. **Implementation:** Developer acts as "Lead Developer". You update the plan to `In Progress` and assign one or more tasks to them. You provide the developer with general context information, specify which skills to use, which files are allowed to be edited, and so on. You verify that the work is completed without errors, and then update the plan.
|
|
41
42
|
6. **Testing:** Developer acts as "QA Tester" -> Writes and executes `E2E_TESTING.md` ensuring rigorous, thorough testing using real data.
|
|
42
43
|
7. **Deployment:** Developer acts as "DevOps" -> Writes `PROJECT_DEPLOYMENT.md` and deploys the application.
|
|
43
44
|
|