You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a production Helm chart under charts/skyflo/ with templates
for all components, CRD, RBAC, secrets, and configmaps. CI
publishes to charts.skyflo.ai via GitHub Pages on each release.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Contributing to Skyflo.ai
1
+
# Contributing to Skyflo
2
2
3
-
Thank you for considering contributing to Skyflo.ai. This document outlines how to contribute effectively and what standards are expected.
3
+
Thank you for considering contributing to Skyflo. This document outlines how to contribute effectively and what standards are expected.
4
4
5
5
We are committed to providing a friendly, safe, and welcoming environment for all contributors. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
6
6
7
-
Before making changes, read the [Architecture Guide](docs/architecture.md). It explains the system layout and will save you time.
7
+
Before making changes, read the [Architecture Guide](https://skyflo.ai/docs/architecture). It explains the system layout and will save you time.
8
8
9
9
## Quick Start
10
10
@@ -165,14 +165,13 @@ These timelines can be extended if the contributor communicates delays proactive
165
165
166
166
## License
167
167
168
-
Skyflo.ai is licensed under the Apache License 2.0.
168
+
Skyflo is licensed under the Apache License 2.0.
169
169
170
170
By contributing, you agree that your contributions are licensed under Apache License 2.0.
171
171
172
172
## Trademarks
173
173
174
-
The Skyflo name and logos are trademarks and are **not** covered by the Apache License.
175
-
See [TRADEMARKS.md](TRADEMARKS.md) for usage rules.
174
+
The Skyflo name and logo are trademarks and are **not** covered by the Apache License. See [TRADEMARKS.md](TRADEMARKS.md) for usage rules.
Skyflo is a **self-hosted AI operations agent** for **Kubernetes and CI/CD** with **native Jenkins support**. It turns natural language into **typed, auditable tool execution**, enforced by an **approval gate for every mutating operation**.
29
+
Infrastructure automation tools fall into two categories.
31
30
32
-
Skyflo is not a CLI wrapper, not an autonomous mutation bot, and not a GitOps control plane. It is an **in-cluster execution runtime** that enforces deterministic control before anything changes in production.
31
+
CLI assistants translate prompts into shell commands.
32
+
Autonomous agents execute infrastructure changes without explicit approval.
33
+
34
+
Neither model guarantees a deterministic execution process or a complete audit trail.
35
+
36
+
Skyflo is a **self-hosted AI agent for Kubernetes and CI/CD systems**. It runs inside your cluster and executes infrastructure operations through a deterministic control loop:
37
+
38
+
**Plan → Approve → Execute → Verify**
39
+
40
+
> Every mutating tool call is approval-gated, typed, and auditable.
41
+
42
+
Skyflo is not a CLI wrapper, not an autonomous mutation bot, and not a GitOps control plane.
43
+
44
+
It is an **in-cluster AI control layer** that enforces safe infrastructure changes before anything reaches production.
0 commit comments