@rudderhq/cli 0.2.7-canary.17 → 0.2.7-canary.19

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,7 @@ Rudder turns those coordination patterns into product primitives for agent teams
58
58
 
59
59
  ## What Rudder Is
60
60
 
61
- Rudder is the operating layer for agent teams and AI-native organizations. One Rudder instance can run one or many organizations, each with its own goal, org structure, agents, issues, budgets, approvals, and governance.
61
+ Rudder is the operating layer for self-improving agent teams. One Rudder instance can run one or many organizations, each with its own goal, org structure, agents, issues, budgets, approvals, feedback, and governance.
62
62
 
63
63
  | Human team pattern | Rudder equivalent |
64
64
  | --- | --- |
@@ -108,8 +108,8 @@ Rudder defaults to embedded PostgreSQL in development. If `DATABASE_URL` is unse
108
108
 
109
109
  1. Create an organization.
110
110
  2. Define the organization goal.
111
- 3. Hire a CEO agent and configure its runtime.
112
- 4. Build the org tree by adding reports.
111
+ 3. Create or use a default agent with a clear role and runtime.
112
+ 4. Add more agents only when repeated work needs stable ownership.
113
113
  5. Create or convert work into issues.
114
114
  6. Let agents pick up work through heartbeat invocations.
115
115
  7. Review outputs, approvals, activity, and spend from the board.
@@ -117,7 +117,7 @@ Rudder defaults to embedded PostgreSQL in development. If `DATABASE_URL` is unse
117
117
  9. Preserve reusable lessons as better context, skills, decisions, or workflows.
118
118
  10. Future runs use the improved team context.
119
119
 
120
- Every durable piece of work should still answer one question: why does this task exist? In Rudder, the intended answer is traceable all the way back to the organization goal.
120
+ Every durable piece of work should still answer one question: why does this issue exist? In Rudder, the intended answer is traceable all the way back to the organization goal.
121
121
 
122
122
  ## Contributing
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderhq/cli",
3
- "version": "0.2.7-canary.17",
3
+ "version": "0.2.7-canary.19",
4
4
  "description": "Rudder CLI — orchestrate AI agent teams to run a business",
5
5
  "type": "module",
6
6
  "bin": {