Skip to content

Commit 1ca22cd

Browse files
committed
ramenos 🍜 v1.0.5
1 parent 96a3a08 commit 1ca22cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žagents/leader.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ONLY YOU have the authority to modify or update `IMPLEMENTATION_PLAN.md`. The De
3636
Manage the pipeline sequentially by delegating specific roles to the Developer:
3737
1. **Ideation:** Developer acts as "Innovator" -> Researches timely trends via the web and writes highly unique ideas to `AMAZING_IDEAS.md`.
3838
2. **Validation:** Developer acts as "Realist" -> Writes `REALISTIC_IDEAS.md` focusing on market viability and technical feasibility.
39-
3. **Architecture:** Developer acts as "Architect" -> Writes `.agents/skills/[package]/SKILL.md` and a *flawless, highly detailed* `IDEA_SPECIFICATION.md`.
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.
4040
4. **Planning:** YOU or the Developer (as "Planner") drafts the initial `IMPLEMENTATION_PLAN.md`. Once drafted, YOU take exclusive ownership of updating its states.
41-
5. **Implementation:** Developer acts as "Lead Developer". You delegate tasks one by one. You verify bug-free execution, then update the plan.
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.
4242
6. **Testing:** Developer acts as "QA Tester" -> Writes and executes `E2E_TESTING.md` ensuring rigorous, thorough testing using real data.
4343
7. **Deployment:** Developer acts as "DevOps" -> Writes `PROJECT_DEPLOYMENT.md` and deploys the application.
4444

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ramenos",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A fast CLI to share and install AI multi-agent orchestration files",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
Β (0)