@rudderhq/cli 0.7.2-canary.0 → 0.7.3
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 +13 -1
- package/dist/index.js +2626 -2577
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Agents that think, build, play, and learn from real work.
|
|
8
8
|
|
|
9
|
-
[Website](https://rudderhq.dev) | [Docs](https://docs.rudderhq.dev) | [Discord](https://discord.gg/ZcfWwPVkUz)
|
|
9
|
+
[Website](https://rudderhq.dev) | [Docs](https://docs.rudderhq.dev) | [Code signing policy](docs/reference/code-signing-policy.mdx) | [Privacy](docs/reference/privacy.mdx) | [Discord](https://discord.gg/ZcfWwPVkUz)
|
|
10
10
|
|
|
11
11
|
Rudder turns goals, tasks, chats, issues, agent runs, reviews, and feedback into a work loop for agent teams. It gives humans and agents a shared operating structure for moving work forward, running agents, reviewing outputs, controlling spend, and preserving the lessons that should make the next run better.
|
|
12
12
|
|
|
@@ -153,3 +153,15 @@ You can also find Rudder on [LINUX DO](https://linux.do/).
|
|
|
153
153
|
## License
|
|
154
154
|
|
|
155
155
|
Rudder is licensed at the project level under Apache-2.0. See [LICENSE](LICENSE), [NOTICE](NOTICE),
|
|
156
|
+
|
|
157
|
+
## Code signing policy
|
|
158
|
+
|
|
159
|
+
Rudder is applying to the SignPath Foundation program for its Windows Desktop
|
|
160
|
+
release artifacts. Until the application is accepted and the release pipeline
|
|
161
|
+
is configured, released binaries are not represented as SignPath-signed.
|
|
162
|
+
|
|
163
|
+
Free code signing provided by [SignPath.io](https://about.signpath.io/),
|
|
164
|
+
certificate by [SignPath Foundation](https://signpath.org/).
|
|
165
|
+
|
|
166
|
+
See the full [code signing policy](docs/reference/code-signing-policy.mdx) and
|
|
167
|
+
[privacy policy](docs/reference/privacy.mdx).
|