docs: Improve clarity and consistency of GitOps principles #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR refactors the GitOps principles to enhance clarity and eliminate circular references in the definition.
Motivation
While reviewing the principles document, I noticed that we use "GitOps" within the definition of GitOps itself (e.g., "A system managed by GitOps must have..."). This creates a circular reference that could be confusing for newcomers trying to understand what GitOps is.
Changes Made
Why This Matters
As GitOps continues to gain adoption across the industry, having clear, self-contained principles becomes increasingly important. These changes maintain all the technical accuracy of the current definition while making it more accessible to those learning about GitOps for the first time.
The principles still convey exactly the same requirements - this is purely a clarity improvement that strengthens the document as a foundational reference.
Review Notes
All changes are documentation-only and don't affect any technical requirements or implementations. The glossary links remain unchanged.
Happy to discuss any of these changes or adjust based on feedback!