feat(agents): add librarian agent for codebase exploration - #32
Merged
Conversation
Add specialized librarian agent for exploring open-source repositories and finding implementation evidence with GitHub permalinks. Features include: - Request classification (conceptual, implementation, context, comprehensive) - Date awareness for searches (2025+) - Parallel execution requirements - Permalink construction for citations - Failure recovery strategies Also add oh-my-opencode reference submodule and .turbo directory to .gitignore.
- Add Bash tool to frontmatter (required for gh/git CLI commands) - Fix description to use YAML multi-line syntax (|) instead of \n - Update tool references to use correct MCP invocation syntax - Fix escaped backticks in citation format example - Expand tool reference table with Read and Grep tools
…text7 to plugin_context7_context7 Update all Context7 MCP tool invocations in the librarian agent to use the correct server name. Also updates project settings and tasklist.
Remove session-specific tasklist file from version control.
Resolve conflicts in .gitignore and .please/memory/tasklist.json
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
=======================================
Coverage 47.94% 47.94%
=======================================
Files 15 15
Lines 3341 3341
=======================================
Hits 1602 1602
Misses 1739 1739 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Add specialized librarian agent for exploring open-source repositories and finding implementation evidence with GitHub permalinks.
Changes
agents/librarian.md- Specialized codebase exploration agent.gitmodules- Added oh-my-opencode reference submodule.gitignore- Added .turbo directoryFeatures
The librarian agent provides:
Request Types Supported
Test Plan
Related Issues
This is foundational work for improved codebase exploration capabilities.