@rudderhq/cli 0.2.7-canary.0 → 0.2.7-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/dist/index.js +1198 -1162
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,10 @@ Rudder turns those coordination patterns into product primitives for agent teams
|
|
|
18
18
|
|
|
19
19
|

|
|
20
20
|
|
|
21
|
+

|
|
22
|
+
|
|
23
|
+

|
|
24
|
+
|
|
21
25
|

|
|
22
26
|
|
|
23
27
|

|
|
@@ -32,6 +36,8 @@ Rudder turns those coordination patterns into product primitives for agent teams
|
|
|
32
36
|
|
|
33
37
|

|
|
34
38
|
|
|
39
|
+
|
|
40
|
+
|
|
35
41
|
That means:
|
|
36
42
|
|
|
37
43
|
- work belongs to an organization, not a loose thread
|