Skip to content

feat: Add multi repo search support - #263

Merged
Pringled merged 10 commits into
mainfrom
add-multi-repo-support
Sep 11, 2026
Merged

feat: Add multi repo search support#263
Pringled merged 10 commits into
mainfrom
add-multi-repo-support

Conversation

@Pringled

@Pringled Pringled commented Sep 8, 2026

Copy link
Copy Markdown
Member

This PR adds support for multi repo search so you can dosemble search "invoice endpoint" ./service-a ../service-b. This will create (and cache) an index on both paths, and merge them at runtime. For the entire Minish org, this merge takes ~5ms.

All the agent instructions are also updated so the agent is aware of this new functionality.

@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/semble/cli.py 100.00% <100.00%> (ø)
src/semble/index/bm25.py 100.00% <100.00%> (ø)
src/semble/index/index.py 100.00% <100.00%> (ø)
src/semble/mcp.py 100.00% <100.00%> (ø)
src/semble/utils.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

The PR appears safe to merge; the latest changes resolve repository-label collisions and reject duplicate normalized sources without introducing a new actionable defect.

No new merge-blocking behavior remains. The four prior findings concerning merged-cache growth, mixed models, basename collisions, and generated-label collisions were manually resolved without explanatory replies and therefore are not outstanding.

Reviews (3): Last reviewed commit: "Resolve greptile comments" | Re-trigger Greptile

Comment thread src/semble/mcp.py Outdated
Comment thread src/semble/index/index.py
Comment thread src/semble/index/index.py Outdated
Comment thread src/semble/index/index.py Outdated
@Pringled
Pringled requested a review from stephantul September 8, 2026 07:20

@stephantul stephantul left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small things. I like it

Comment thread src/semble/index/index.py Outdated
Comment thread src/semble/index/index.py Outdated
Comment thread src/semble/index/index.py
Split source normalisation from sorting, and list only the repeated
sources in the duplicate-repo error instead of every source.

Claude-Session: https://claude.ai/code/session_01N5WnCfeaj66TgZTbqm2Zew
Resolve cli.py against #261: keep --format/_print_results from main and
the multi-path search, repos map, and per-repo index caching from this
branch.

Claude-Session: https://claude.ai/code/session_01N5WnCfeaj66TgZTbqm2Zew
@Pringled
Pringled merged commit d6a7c2a into main Sep 11, 2026
16 checks passed
@Pringled
Pringled deleted the add-multi-repo-support branch September 11, 2026 09:40
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.

2 participants