Skip to content
Merged
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
46 changes: 40 additions & 6 deletions .discover/candidates.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,53 @@
[
{
"repo": "guillaumemaka/just-bash-mcp",
"repo": "MauricioPerera/just-bash-data",
"checks": {
"readme_is_about_project": true,
"install_command_matches_name": true,
"has_usage_example": true,
"describes_unique_value": true,
"is_not_copy_of_just_bash": true,
"is_not_copy_of_canonical": true,
"has_real_code": true,
"is_just_bash_focused": true
"is_subject_focused": true
},
"relevant": true,
"confidence": 0.8,
"confidence": 0.92,
"category": "Libraries",
"description": "Plugin adding `db` (MongoDB-style document store) and `vec` (vector similarity search) commands to just-bash, with JWT auth, RBAC, and AES-256-GCM encryption",
"reasoning": "All checks pass: has_package_dep and readme_imports_package are both true, the README is detailed and original, and it's clearly a just-bash-focused library adding structured-data commands via custom commands API."
},
{
"repo": "nathan-gage/pydantic-ai-just-bash",
"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.88,
"category": "Integrations",
"description": "Second MCP server wrapping just-bash with Laminar observability tracing, configurable timeouts, and VS Code MCP integration support",
"reasoning": "Clearly a just-bash MCP integration with real implementation details, install instructions, usage examples, and additional features (Laminar tracing, packaging). Similar to the existing just-bash-mcp entry but by a different author with distinct features."
"description": "PydanticAI toolset wrapping just-py-bash as a persistent shell capability, exposing wrapped tools as bash commands with deferred loading and long-lived virtual filesystem",
"reasoning": "All checks pass: install command references `pydantic-ai-just-bash`, README has rich usage examples, it's clearly just-bash-focused (via just-py-bash), and the PyPI badge confirms real published code."
},
{
"repo": "sumedhkhodke/postgres-vfs",
"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.93,
"category": "Filesystem Adapters",
"description": "PostgreSQL-backed `IFileSystem` with per-tenant row isolation, full-text search, optional pgvector semantic search, and a built-in Web UI — 70+ Unix commands backed by SQL",
"reasoning": "All checks pass: has_package_dep is true, README clearly describes a just-bash IFileSystem adapter with rich original documentation, has a homepage, stars, and CI badge confirming real published code."
}
]
2 changes: 1 addition & 1 deletion .discover/triage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"entries":[{"repo":"constructive-io/just-bash-test","checks":{"readme_is_about_project":false,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":false,"is_not_copy_of_just_bash":true,"has_real_code":false,"is_just_bash_focused":false},"relevant":false,"confidence":0.97,"category":"Skip","description":"","reasoning":"This repo is about Postgres tooling (pgpm workspaces) and has nothing to do with vercel-labs/just-bash. The name 'just-bash-test' appears to be a coincidental collision. README describes Postgres/Docker setup, not any just-bash integration."},{"repo":"dbreunig/dspy-just-bash-interpreter","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":false,"is_just_bash_focused":true},"relevant":false,"confidence":0.8,"category":"Skip","description":"","reasoning":"While conceptually interesting (DSPy RLM integration using just-bash-py), the README is extremely sparse with no install command, no usage example, and explicitly marked as proof-of-concept. Insufficient evidence of real code or usable implementation to justify inclusion."},{"repo":"guillaumemaka/just-bash-mcp","checks":{"readme_is_about_project":true,"install_command_matches_name":true,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":true,"is_just_bash_focused":true},"relevant":true,"confidence":0.8,"category":"Integrations","description":"Second MCP server wrapping just-bash with Laminar observability tracing, configurable timeouts, and VS Code MCP integration support","reasoning":"Clearly a just-bash MCP integration with real implementation details, install instructions, usage examples, and additional features (Laminar tracing, packaging). Similar to the existing just-bash-mcp entry but by a different author with distinct features."},{"repo":"leif293/just-bash-lazy-sql","checks":{"readme_is_about_project":false,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":false,"is_not_copy_of_just_bash":false,"has_real_code":false,"is_just_bash_focused":false},"relevant":false,"confidence":0.97,"category":"Skip","description":"","reasoning":"The README is a near-verbatim copy of the canonical just-bash README (same security model, same installation instructions, same examples). Despite the Supabase SQL description, there's no unique content describing what this project actually adds. Fails the copy detection check."},{"repo":"mesopelagique/JustBash","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":false,"is_just_bash_focused":true},"relevant":false,"confidence":0.75,"category":"Skip","description":"","reasoning":"A 4D-language port of just-bash which is an interesting concept, but the README has no install command, no usage examples, and the repo appears to be an empty stub (0 stars, created and pushed same day with no substantive content beyond a brief description). Insufficient evidence of real implementation."},{"repo":"mwolting/context-fs","checks":{"readme_is_about_project":true,"install_command_matches_name":true,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":true,"is_just_bash_focused":false},"relevant":false,"confidence":0.82,"category":"Skip","description":"","reasoning":"context-fs is a broader platform for exposing APIs as virtual filesystems; just-bash is one adapter among several (NFS, CLI, Linear, etc.). Fails the is_just_bash_focused check — just-bash is not central to its identity."},{"repo":"nicoalbanese/ai-sdk-memory-just-bash","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":true,"is_just_bash_focused":false},"relevant":false,"confidence":0.78,"category":"Skip","description":"","reasoning":"This is a general AI SDK memory example that uses just-bash as one of three implementation approaches alongside structured-actions and observational patterns. Just-bash is not central to the project's identity — it's a supporting tool in a broader memory architecture demo."},{"repo":"Pibomeister/just-bash-vercel-ai-sdk-elements","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_just_bash":true,"has_real_code":true,"is_just_bash_focused":false},"relevant":false,"confidence":0.75,"category":"Skip","description":"","reasoning":"A broad production AI stack (RAG, memory, streaming UI, document ingestion) that uses just-bash as one component among many. Just-bash is not central to this project's identity — it fails the is_just_bash_focused check."},{"repo":"tobowers/minimal-just-bash-failure","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":false,"is_not_copy_of_just_bash":true,"has_real_code":true,"is_just_bash_focused":true},"relevant":false,"confidence":0.95,"category":"Skip","description":"","reasoning":"This is a bug reproduction repo demonstrating a just-bash failure, not a library, integration, or project building on just-bash. It has no value as an awesome-list entry."}]}
{"entries":[{"repo":"constructive-io/just-bash-test","checks":{"readme_is_about_project":false,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":false,"is_not_copy_of_canonical":true,"has_real_code":false,"is_subject_focused":false},"relevant":false,"confidence":0.97,"category":"Skip","description":"","reasoning":"This repo is about pgpm/modular Postgres tooling from Constructive — the name 'just-bash-test' is a coincidence/collision. No connection to vercel-labs/just-bash at all."},{"repo":"dbreunig/dspy-just-bash-interpreter","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":true},"relevant":false,"confidence":0.75,"category":"Integrations","description":"DSPy BashRLM wrapper using just-bash-py as a code interpreter for recursive language models","reasoning":"The README is minimal (proof-of-concept disclaimer, no install command, no code example), so it fails the install_command_matches_name and has_usage_example checks. It is genuinely related to just-bash (via just-bash-py) but lacks enough documentation to include."},{"repo":"devxiyang/just-bash-demo","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":true},"relevant":false,"confidence":0.72,"category":"Built With just-bash","description":"Incident-response agent demo: multi-source data, multi-file edits, test/lint loop, dual artifact generation in a just-bash sandbox","reasoning":"has_package_dep is true and the README is rich, but there is no install command referencing this project's own package name (it just says `npm install` with no package name). Fails install_command_matches_name check; it's a demo app rather than a reusable library so the check is somewhat less critical, but by strict rules it must be rejected."},{"repo":"leif293/just-bash-lazy-sql","checks":{"readme_is_about_project":false,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":false,"is_not_copy_of_canonical":false,"has_real_code":false,"is_subject_focused":false},"relevant":false,"confidence":0.97,"category":"Skip","description":"","reasoning":"The README is a near-verbatim copy of the canonical just-bash README — same security model, same installation instructions, same code examples. Fails is_not_copy_of_canonical and describes_unique_value."},{"repo":"MauricioPerera/just-bash-data","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.92,"category":"Libraries","description":"Plugin adding `db` (MongoDB-style document store) and `vec` (vector similarity search) commands to just-bash, with JWT auth, RBAC, and AES-256-GCM encryption","reasoning":"All checks pass: has_package_dep and readme_imports_package are both true, the README is detailed and original, and it's clearly a just-bash-focused library adding structured-data commands via custom commands API."},{"repo":"mesopelagique/JustBash","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":false,"is_subject_focused":true},"relevant":false,"confidence":0.82,"category":"Ports","description":"","reasoning":"A 4D-language port of just-bash, but the README has no install command, no usage example, and no evidence of real code beyond the description. Too sparse to include."},{"repo":"mwolting/context-fs","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":false},"relevant":false,"confidence":0.82,"category":"Skip","description":"","reasoning":"context-fs is a broader virtual filesystem framework with just-bash as one of several adapters (`@context-fs/just-bash`) among NFS, CLI, and Linear adapters. Fails is_subject_focused — just-bash is not central to its identity."},{"repo":"nathan-gage/pydantic-ai-just-bash","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.88,"category":"Integrations","description":"PydanticAI toolset wrapping just-py-bash as a persistent shell capability, exposing wrapped tools as bash commands with deferred loading and long-lived virtual filesystem","reasoning":"All checks pass: install command references `pydantic-ai-just-bash`, README has rich usage examples, it's clearly just-bash-focused (via just-py-bash), and the PyPI badge confirms real published code."},{"repo":"nicoalbanese/ai-sdk-memory-just-bash","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":false},"relevant":false,"confidence":0.78,"category":"Skip","description":"","reasoning":"This is a multi-approach persistent memory demo for AI SDK where just-bash is one of three implementations alongside structured-actions and observational approaches. Fails is_subject_focused — just-bash is not central to the project's identity."},{"repo":"Pibomeister/just-bash-vercel-ai-sdk-elements","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":false,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":false},"relevant":false,"confidence":0.8,"category":"Skip","description":"","reasoning":"just-bash is one component in a broader RAG+memory+UI stack alongside LlamaParse, Mastra, and AI Elements. Fails is_subject_focused — it's a full-stack application template where just-bash is not central to its identity."},{"repo":"sumedhkhodke/postgres-vfs","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.93,"category":"Filesystem Adapters","description":"PostgreSQL-backed `IFileSystem` with per-tenant row isolation, full-text search, optional pgvector semantic search, and a built-in Web UI — 70+ Unix commands backed by SQL","reasoning":"All checks pass: has_package_dep is true, README clearly describes a just-bash IFileSystem adapter with rich original documentation, has a homepage, stars, and CI badge confirming real published code."},{"repo":"tobowers/minimal-just-bash-failure","checks":{"readme_is_about_project":true,"install_command_matches_name":true,"has_usage_example":true,"describes_unique_value":false,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":true},"relevant":false,"confidence":0.95,"category":"Skip","description":"","reasoning":"This is a minimal bug reproduction repo demonstrating a js-exec issue in just-bash. It's not a library, integration, or project — it's a one-off issue repro that adds no value to an awesome list."},{"repo":"vercel-labs/wterm","checks":{"readme_is_about_project":true,"install_command_matches_name":false,"has_usage_example":true,"describes_unique_value":true,"is_not_copy_of_canonical":true,"has_real_code":true,"is_subject_focused":false},"relevant":false,"confidence":0.82,"category":"Skip","description":"","reasoning":"wterm is a full web terminal emulator (Zig+WASM) with just-bash as one of several packages (`@wterm/just-bash`). Fails is_subject_focused — just-bash is not central to wterm's identity; it's primarily a terminal emulator project."}]}
Loading