Add comprehensive concept documentation for ra#149
Merged
Conversation
Introduce six new concept pages that ease readers into ra's building blocks: agent loop, providers, tools, middleware, skills, and recipes. Each page explains the mental model and links to the detailed reference. The sidebar now has a standalone Concepts section before Core. https://claude.ai/code/session_01Wkd4XjYwEGSCNwzcfkthDJ
Add two more concept pages covering the layered config system and session persistence/memory. Update the landing page with a link to the concepts section for newcomers. https://claude.ai/code/session_01Wkd4XjYwEGSCNwzcfkthDJ
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
This PR adds a complete set of concept documentation pages that explain the core ideas and components of ra. These pages serve as the conceptual foundation for users to understand how ra works before diving into detailed references.
Key Changes
Added 7 new concept documentation pages:
agent-loop.md— Explains the core agent loop cycle, middleware hooks, and configuration optionsproviders.md— Documents available LLM providers, switching between them, and credential managementtools.md— Describes built-in tools, MCP integration, permissions, and tool execution flowmiddleware.md— Covers the middleware system, all 9 hooks, and how to write custom middlewareskills.md— Explains skill structure, activation, scripts, references, and skill directoriesrecipes.md— Documents recipe packaging, installation, config layering, and built-in recipesconfiguration.md— Details the layered config system, environment variable interpolation, and minimal/full config examplessessions.md— Covers session persistence, resuming, scoping, auto-pruning, and the memory systemUpdated navigation structure:
Added onboarding link:
Implementation Details
/concepts/agent-loop)https://claude.ai/code/session_01Wkd4XjYwEGSCNwzcfkthDJ