@rudderhq/cli 0.2.7-canary.16 → 0.2.7-canary.18
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 +4 -4
- 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
|
|
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.
|
|
112
|
-
4.
|
|
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
|
|
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
|
|