Skip to content

rework skill and agent to combine RAG with file-system search#269

Merged
HumanBean17 merged 1 commit into
masterfrom
feat/fix-skill-and-agentorigin/master
Jun 6, 2026
Merged

rework skill and agent to combine RAG with file-system search#269
HumanBean17 merged 1 commit into
masterfrom
feat/fix-skill-and-agentorigin/master

Conversation

@HumanBean17

Copy link
Copy Markdown
Owner

Summary

  • Replace the RAG-only skills/explore-codebase/SKILL.md and agents/java-codebase-rag-explorer.md with universal exploration tools that combine java-codebase-rag MCP graph navigation with file-system search (Grep, Glob, Read)
  • Rename agent from java-codebase-rag-explorer to explorer-rag-enhanced
  • Add escalation pattern: graph empty → Grep/Glob; graph vs file disagree → trust the file
  • Add file-system tools to Decision Framework, Recovery Playbook, and Workflow Patterns
  • Update AGENTS.md and skills/README.md references

Based on proposal in #268.

Test plan

  • Verified no stale references to java-codebase-rag-explorer remain (grep returns zero)
  • Verified both files include "MUST BE USED PROACTIVELY" in descriptions
  • Verified agent has complete neighbors details, tool signatures, and expanded decision tree
  • Verified both files include graph + file-system tools with escalation pattern
  • Code review completed and all issues addressed

🤖 Generated with Claude Code

…em search

The RAG-only skill and agent produced poor results for exploration tasks
that needed file-system tools. Replace both with universal exploration
tools that combine java-codebase-rag MCP graph navigation (search, find,
describe, neighbors, resolve) with file-system search (Grep, Glob, Read).

Based on proposal in #268. Agent renamed from java-codebase-rag-explorer
to explorer-rag-enhanced. Updates AGENTS.md and skills/README.md references.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@HumanBean17 HumanBean17 merged commit 584db63 into master Jun 6, 2026
1 check passed
@HumanBean17 HumanBean17 deleted the feat/fix-skill-and-agentorigin/master branch June 6, 2026 16:27
HumanBean17 added a commit that referenced this pull request Jun 6, 2026
…work, and deps cleanup

Restores tree to 2a3e4be (last pre-June-6) plus:
- 4c7ae7b fix(pipeline): fall back to PATH lookup for cocoindex binary (#261)
- 584db63 rework skill and agent to combine RAG graph navigation with file-system search (#269)
- f512e87 remove requirements.txt, declare all deps in pyproject.toml (#271)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
HumanBean17 added a commit that referenced this pull request Jun 6, 2026
…work, and deps cleanup (#274)

Restores tree to 2a3e4be (last pre-June-6) plus:
- 4c7ae7b fix(pipeline): fall back to PATH lookup for cocoindex binary (#261)
- 584db63 rework skill and agent to combine RAG graph navigation with file-system search (#269)
- f512e87 remove requirements.txt, declare all deps in pyproject.toml (#271)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant