@rudderhq/cli 0.5.0 → 0.5.1

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 CHANGED
@@ -20,7 +20,7 @@ Rudder is designed around the loop that makes agent work compound:
20
20
  Goal -> Plan -> Chat or Issue -> Agent run -> Review -> Feedback -> Learning -> Better future runs
21
21
  ```
22
22
 
23
- The control plane matters because this loop needs inspectable execution and the right amount of structure. Goals explain why work exists. Chat supports conversation-driven execution; issues add explicit coordination fields. Agent runs keep execution visible. Reviews and approvals keep autonomy governable. Feedback, comments, documents, run history, and skills give the team a place to keep what it learned.
23
+ This loop needs inspectable execution and the right amount of structure. Goals explain why work exists. Chat supports conversation-driven execution; issues add explicit coordination fields. Agent runs keep execution visible. Reviews and approvals keep autonomy governable. Feedback, comments, documents, run history, and skills give the team a place to keep what it learned.
24
24
 
25
25
  Rudder does not assume every lesson is automatically promoted into a new skill or workflow. The product direction is to make those promotion paths explicit, reviewable, and reusable instead of leaving them buried in chat transcripts or one-off prompts.
26
26
 
@@ -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 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.
61
+ Rudder is open-source software for assigning, running, reviewing, and improving agent work. 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
  | --- | --- |
@@ -147,7 +147,9 @@ pnpm desktop:verify
147
147
 
148
148
  ## Community
149
149
 
150
- [LINUX DO](https://linux.do/)
150
+ Join the [Rudder Discord](https://discord.gg/ZcfWwPVkUz) for setup help, build logs, product feedback, and a Build Review every two weeks. Use [GitHub Issues](https://github.com/Undertone0809/rudder/issues) for reproducible bugs and concrete code changes.
151
+
152
+ You can also find Rudder on [LINUX DO](https://linux.do/).
151
153
 
152
154
  ## License
153
155