docs(readme): refresh local guard positioning#130
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Greptile SummaryThis PR refreshes the README to reposition Kontext CLI as a "local safety runtime" with a clear Guard-first narrative, replacing the previous mode-centric structure. The banner SVG is updated to match the new messaging.
Confidence Score: 5/5Documentation-only change with no code, logic, or config touched — safe to merge. Both changed files are purely presentational: the README prose and a banner SVG. No executable code, migrations, or API contracts are affected. The only minor gap is an unfilled PR description template, but that has no impact on the shipped artifact. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md] --> B[What is Kontext CLI?]
A --> C[Quick Start]
A --> D[Local Guard]
A --> E[What You Get]
A --> F[Optional Team Layer]
A --> G[Security]
A --> H[Supported Agents]
A --> I[Architecture]
B -->|"Removed"| B1["'guardrails + scoped credentials' tagline"]
B -->|"Added"| B2["'local safety runtime' description"]
D -->|"Replaced"| D1["Operating Modes table"]
E -->|"Replaced"| E1["Feature capability table"]
F -->|"Replaced"| F1["Managed Credentials + Providers sections"]
I -->|"Removed"| I1["Hosted mode architecture block"]
Reviews (1): Last reviewed commit: "docs(readme): refresh local guard positi..." | Re-trigger Greptile |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 40fd75e23b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
40fd75e to
bc6ab1a
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bc6ab1a90b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
bc6ab1a to
6bf4e9c
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6bf4e9c94b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
michiosw
left a comment
There was a problem hiding this comment.
Left the README command wording issue inline and tagged @tumberger.
26d41da to
b26c752
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
b26c752 to
6941687
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
6941687 to
54656a7
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
54656a7 to
6ff29d2
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
6ff29d2 to
6dd7d64
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
6dd7d64 to
ea7d78e
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
ea7d78e to
a4125e2
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
a4125e2 to
3c105cb
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Merge activity
|

Updates the README to lead with the local Guard story instead of hosted credentials.
This README is slightly ahead of the current implementation because it reflects the launch direction. That is intentional for this positioning pass.