@rudderhq/cli 0.2.7 → 0.2.8-canary.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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Agents that think, build, play, and learn from real work.
|
|
6
6
|
|
|
7
|
+
[Website](https://rudder.zeeland.studio) | [Docs](https://doc.rudder.zeeland.studio)
|
|
8
|
+
|
|
7
9
|
Rudder turns goals, issues, agent runs, reviews, and feedback into a work loop for agent teams. It gives humans and agents a shared operating structure for assigning work, running agents, reviewing outputs, controlling spend, and preserving the lessons that should make the next run better.
|
|
8
10
|
|
|
9
11
|
Rudder began as a fork of an early version of Paperclip. That gave the project a practical starting point for agent operations; Rudder is now evolving around a sharper product idea: agent teams improve when real work leaves behind durable context, decisions, feedback, and reusable operating patterns.
|
|
@@ -137,6 +139,10 @@ If you touched desktop startup, packaging, migrations, or local profile routing,
|
|
|
137
139
|
pnpm desktop:verify
|
|
138
140
|
```
|
|
139
141
|
|
|
142
|
+
## Community
|
|
143
|
+
|
|
144
|
+
[LINUX DO](https://linux.do/)
|
|
145
|
+
|
|
140
146
|
## License
|
|
141
147
|
|
|
142
148
|
Rudder is licensed at the project level under Apache-2.0. See [LICENSE](LICENSE), [NOTICE](NOTICE),
|