Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 5 additions & 39 deletions .discover/candidates.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"repo": "MauricioPerera/just-bash-ocr",
"repo": "uriafranko/filesystem-sdk",
"checks": {
"readme_is_about_project": true,
"install_command_matches_name": true,
Expand All @@ -11,43 +11,9 @@
"is_subject_focused": true
},
"relevant": true,
"confidence": 0.88,
"category": "Libraries",
"description": "OCR plugin adding `ocr extract`, `ocr scan`, and `ocr pdf` commands to just-bash via Tesseract.js — offline, 100+ languages, with bounding-box layout output",
"reasoning": "Clearly a just-bash plugin with real code, install command, usage examples, and distinct value (Tesseract.js OCR as custom commands). Passes all hard gates and fits the Libraries category alongside just-bash-data and just-bash-util."
},
{
"repo": "MauricioPerera/just-bash-report",
"checks": {
"readme_is_about_project": true,
"install_command_matches_name": true,
"has_usage_example": true,
"describes_unique_value": true,
"is_not_copy_of_canonical": true,
"has_real_code": true,
"is_subject_focused": true
},
"relevant": true,
"confidence": 0.9,
"category": "Libraries",
"description": "Plugin adding `report` commands to just-bash for generating self-contained HTML dashboards, invoices, and static sites — Chart.js charts, KPI cards, brand theming, i18n, and pure-HTML generators usable without just-bash",
"reasoning": "Well-documented just-bash plugin with real install commands, code examples, live demos, and clear distinct value. Passes all hard gates; fits Libraries alongside just-bash-data."
},
{
"repo": "MauricioPerera/just-bash-wiki",
"checks": {
"readme_is_about_project": true,
"install_command_matches_name": true,
"has_usage_example": true,
"describes_unique_value": true,
"is_not_copy_of_canonical": true,
"has_real_code": true,
"is_subject_focused": true
},
"relevant": true,
"confidence": 0.9,
"category": "Libraries",
"description": "Plugin implementing Karpathy's LLM Wiki pattern for just-bash — LLM-maintained knowledge base with `wiki` commands, semantic vector search, and source/page/log layers built on just-bash-data",
"reasoning": "Clearly a just-bash plugin with real install command, usage examples, distinct value (LLM wiki with semantic search), and passes all hard gates. Fits Libraries category."
"confidence": 0.87,
"category": "Filesystem Adapters",
"description": "POSIX-like virtual filesystem layer over files-sdk storage providers (R2, Vercel Blob, local, memory) that implements the just-bash IFileSystem interface directly",
"reasoning": "filesystem-sdk explicitly implements just-bash's filesystem interface, provides a real install command, rich usage examples, and is clearly just-bash focused with integration documented in detail. Strong candidate for Filesystem Adapters."
}
]
Loading