docs: restructure README, add agents/integrations sections#18
Merged
benvinegar merged 5 commits intomainfrom Feb 17, 2026
Merged
docs: restructure README, add agents/integrations sections#18benvinegar merged 5 commits intomainfrom
benvinegar merged 5 commits intomainfrom
Conversation
- Reorder: pitch → install → config → agents → integrations → details - Add Agents section (control/dev/sentry roles table) - Add Integrations section (Slack, GitHub, Email, Sentry, Docker, Browser) - Add 'Adding agents' section (3-step guide) - Cut emdashes, filler words, marketing voice - Lowercase section headers (match OpenClaw style)
The firewall is an egress allowlist, not exfiltration prevention. Data can leave through allowed channels (GitHub, Slack, etc.).
The firewall allows 80/443 to any destination. It's a port allowlist, not a host allowlist. The value is blocking reverse shells on non-standard ports, raw sockets, SMTP, and localhost services.
- tool-guard is deployed read-only, not compiled - manifest is checked by security audit, not auto-verified by agent
benvinegar
added a commit
that referenced
this pull request
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Restructure README to match pitch → install → details flow.
New sections:
Style:
Section order:
Why → Requirements → Quick Start → Config → Agents → Integrations → How it works → Architecture → Operations → Tests → Adding agents → Security → License