docs: refocus README on team outcomes and move deep details to docs/#60
Merged
benvinegar merged 1 commit intomainfrom Feb 18, 2026
Merged
docs: refocus README on team outcomes and move deep details to docs/#60benvinegar merged 1 commit intomainfrom
benvinegar merged 1 commit intomainfrom
Conversation
Greptile SummaryRewrites the README to lead with team-facing outcomes (always-on Slack interface, multiplayer workflows, persistent memory) instead of security internals, and relocates deep architectural, operational, and behavioral documentation into six new pages under
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
README["README.md\n(team outcomes overview)"]
CONTRIB["CONTRIBUTING.md"]
SECURITY["SECURITY.md"]
AGENTS_MD["AGENTS.md"]
CONFIG["CONFIGURATION.md"]
TW["docs/team-workflow.md"]
AG["docs/agents.md"]
MEM["docs/memory.md"]
LR["docs/linux-runtime.md"]
OPS["docs/operations.md"]
ARCH["docs/architecture.md"]
README -->|"Documentation section"| TW
README -->|"Documentation section"| AG
README -->|"Documentation section"| MEM
README -->|"Documentation section"| LR
README -->|"Documentation section"| OPS
README -->|"Documentation section"| ARCH
README --> SECURITY
README --> CONFIG
README --> CONTRIB
CONTRIB -->|"Documentation map"| README
CONTRIB --> SECURITY
CONTRIB --> CONFIG
SECURITY -->|"nav preamble"| README
SECURITY --> ARCH
SECURITY --> OPS
TW --> AG
TW --> OPS
AG --> TW
MEM --> AG
LR --> SECURITY
OPS --> ARCH
OPS --> SECURITY
ARCH --> SECURITY
AGENTS_MD -->|"docs-update convention"| README
Last reviewed commit: 97f4aca |
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.
Summary
Notes