Add Agentic Repo docs#47
Open
ddunkin wants to merge 13 commits into
Open
Conversation
…agent setup and the role of various tools in the process.
travisbader
reviewed
May 14, 2026
…ic repository documentation.
travisbader
reviewed
May 14, 2026
travisbader
reviewed
May 14, 2026
| @@ -0,0 +1,151 @@ | |||
| # Agentic Repository System | |||
|
|
|||
| AI coding agents (GitHub Copilot, Claude Code, etc.) work better when a repository contains configuration: skills that teach the agent how to do specific tasks, prompts that set context, and MCP servers that give the agent new capabilities. These files live in the repository so every developer gets the same agent behavior. | |||
There was a problem hiding this comment.
👍
Great doc, this clarifies what my questions were getting started
- Relationship between conventions and Agent Configuration - what problems do each solve
- How do i take a repo from zero to hero.
Ed is presenting on this topic in his tech talk next week. It might be worth checking that we are not doubling up work.
…ons for package functionalities and dependencies.
…tions and APM installation process.
ejball
requested changes
May 15, 2026
Member
ejball
left a comment
There was a problem hiding this comment.
This documentation would be more relevant (and perhaps easier to find) in LogosBible/AgentConfiguration.
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.
Link to Agentic Repository System docs in https://github.com/LogosBible/AgentConfiguration/pull/30.