{
  "version": "1.1.0",
  "tools": [
    {
      "id": "f2g-telco",
      "name": "f2g-telco",
      "description": "AI environment setup CLI — MCPs, providers, skills, configs",
      "install": "npm install -g f2g-telco",
      "location": "npx f2g-telco init"
    },
    {
      "id": "chub",
      "name": "chub",
      "description": "API docs for agents — search/fetch/annotate",
      "install": "go install github.com/chub-ai/chub@latest",
      "location": "~/.local/bin/chub"
    },
    {
      "id": "llmfit",
      "name": "llmfit",
      "description": "Right-size LLM models to hardware",
      "install": "cargo install llmfit",
      "location": "~/.cargo/bin/llmfit"
    },
    {
      "id": "code-review-graph",
      "name": "code-review-graph",
      "description": "AST graph + blast-radius for reviews",
      "install": "pip install code-review-graph",
      "location": "~/.local/bin/code-review-graph"
    },
    {
      "id": "ghgrab",
      "name": "ghgrab",
      "version": "1.2.0",
      "description": "Cherry-pick files/folders from GitHub repos without full clone — TUI + agent mode (JSON)",
      "install": "npm install -g @ghgrab/ghgrab",
      "location": "/usr/bin/ghgrab"
    },
    {
      "id": "vera",
      "name": "vera",
      "version": "0.11.2",
      "description": "Semantic code search — BM25 + vector + cross-encoder reranking, 64 languages, call graphs, dead code detection. Local ONNX models, no API keys. MCP server built-in.",
      "install": "npm install -g @vera-ai/cli && vera setup --yes",
      "location": "~/.local/bin/vera"
    },
    {
      "id": "markplane",
      "name": "markplane",
      "version": "0.1.2",
      "description": "Repo-level project management as markdown in git — tasks, epics, plans, notes + web UI + MCP server",
      "install": "curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh",
      "location": "~/.local/bin/markplane"
    },
    {
      "id": "claude-local",
      "name": "claude-local",
      "description": "Claude Code via Ollama — free local/cloud AI coder",
      "install": "generated during f2g-telco init when claude is installed",
      "location": "~/.local/bin/claude-local"
    },
    {
      "id": "ollama",
      "name": "ollama",
      "description": "Local LLM server — local models + cloud models via Ollama account",
      "install": "Install from https://ollama.ai",
      "location": "/usr/local/bin/ollama"
    }
  ]
}
