diff --git a/.discover/candidates.json b/.discover/candidates.json new file mode 100644 index 0000000..33d1719 --- /dev/null +++ b/.discover/candidates.json @@ -0,0 +1,19 @@ +[ + { + "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." + } +] diff --git a/.discover/triage.json b/.discover/triage.json new file mode 100644 index 0000000..02606ac --- /dev/null +++ b/.discover/triage.json @@ -0,0 +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."}]} diff --git a/README.md b/README.md index ac6786d..a282034 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Helper packages for building on top of just-bash. - [agentfs](https://github.com/tursodatabase/agentfs) — Turso's filesystem-for-agents. Ships an `ai-sdk-just-bash` example showing the two together. ![](https://img.shields.io/github/stars/tursodatabase/agentfs?style=flat-square&label=%20&color=gray) - [just-bash-mcp](https://github.com/dalist1/just-bash-mcp) — MCP server exposing a sandboxed just-bash environment to any MCP client. ![](https://img.shields.io/github/stars/dalist1/just-bash-mcp?style=flat-square&label=%20&color=gray) - [convex-sandbox](https://github.com/wantpinow/convex-sandbox) — Persistent bash sandboxes backed by Convex file storage. Lazy filesystem hydration, mutation-diffing writeback, and session-persisted `cwd` — no VMs or containers. ![](https://img.shields.io/github/stars/wantpinow/convex-sandbox?style=flat-square&label=%20&color=gray) +- [just-bash-mcp](https://github.com/guillaumemaka/just-bash-mcp) — Second MCP server wrapping just-bash with Laminar observability tracing, configurable timeouts, and VS Code MCP integration support. ![](https://img.shields.io/github/stars/guillaumemaka/just-bash-mcp?style=flat-square&label=%20&color=gray) ## Built With just-bash