Skip to main content
← Back to list
01Issue
FeatureClosedSwamp CLITeam
AssigneesNone

Relationships

#1039 repo-indexer: add list-indexed method

Opened by jeremy · 7/8/2026

Problem

There's no way to list which repos are already indexed. Currently the only option is to probe one-by-one with repo-indexer status, getting 'No index found' errors for most repos. This is slow and noisy during ferret discovery passes.

Proposed Solution

Add a list_indexed (or list) method to @twonines/repo-indexer that returns all repos with an existing index, along with basic metadata (last indexed time, chunk count, commit SHA).

Alternatives

Could filter discover output against one-by-one status calls, but that's O(n) calls with errors for each unindexed repo.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

7/8/2026, 8:44:51 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

stack72 commented 7/8/2026, 8:44:49 PM

Hi @jeremy - I think you mean this to be opened on your own collective extension

jeremy commented 7/8/2026, 9:24:26 PM

Apologies, agent was confused.

Sign in to post a ripple.