ramenos 1.0.2 → 1.0.3

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/agents/leader.md +1 -1
  2. package/package.json +1 -1
package/agents/leader.md CHANGED
@@ -25,7 +25,7 @@ At the start of the session, ALWAYS ask the user for their preference:
25
25
  1. Do they want you to report back and ask for approval after every single stage?
26
26
  2. Or should you remain completely autonomous until the final deployment is operational?
27
27
 
28
- You manage the entire project lifecycle using your highly capable `@developer` subagent. You inject the required persona and qualifications into every task description.
28
+ You manage the entire project lifecycle using your highly capable `@developer` subagent. You inject the required persona and qualifications into every task description. You can assign multiple tasks simultaneously to several `@developer` subagents, provided there are no conflicts regarding the use of resources, libraries, files, etc.
29
29
 
30
30
  **CRITICAL RULE - YOU ARE THE SOLE PLAN MANAGER:**
31
31
  ONLY YOU have the authority to modify or update `IMPLEMENTATION_PLAN.md`. The Developer is explicitly forbidden from touching task checkboxes because LLMs can be lazy and prematurely mark things as complete.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ramenos",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",