{"id":50331786,"url":"https://github.com/rupurt/haid","last_synced_at":"2026-05-29T10:01:49.535Z","repository":{"id":344903860,"uuid":"1182797006","full_name":"rupurt/haid","owner":"rupurt","description":"A hearing aid for agentic coding environments such as Claude Code, Codex \u0026 Gemini","archived":false,"fork":false,"pushed_at":"2026-03-16T20:33:38.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T07:25:42.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-16T00:56:21.000Z","updated_at":"2026-03-16T20:33:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rupurt/haid","commit_stats":null,"previous_names":["rupurt/haid"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rupurt/haid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fhaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fhaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fhaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fhaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/haid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fhaid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33646428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-29T10:01:44.858Z","updated_at":"2026-05-29T10:01:49.529Z","avatar_url":"https://github.com/rupurt.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haid\n\n[![Planning Board](https://img.shields.io/badge/Keel-Board-blue)](.keel/README.md)\n[![Release Process](https://img.shields.io/badge/Release-Process-green)](RELEASE.md)\n\n`haid` is a **\"hearing aid\" for agentic coding environments** such as Claude Code, Codex, and Gemini. It provides a local, high-performance search and retrieval interface designed specifically for LLM-based agents to consume.\n\nBy embedding [`sift`](https://github.com/rupurt/sift) as its core engine, `haid` allows agents to:\n- **Search** local codebases with intent-driven hybrid retrieval.\n- **Recommend** relevant files based on current coding context.\n- **Extract** concise, agent-ready information from search hits.\n\n## Current Contract\n\n- **Single Rust Binary:** No external database, daemon, or long-running service.\n- **Sift-Powered:** High-performance SIMD-accelerated scoring and hybrid strategy (Lexical + Semantic).\n- **Agent-Ready Output:** Structured JSON or formatted text optimized for LLM token efficiency.\n- **Local Sovereignty:** All extraction, search, and inference happen locally.\n\n## Installation\n\n### One-liner Install (macOS and Linux)\n\n```bash\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/rupurt/haid/releases/latest/download/haid-installer.sh | sh\n```\n\n### Manual Download\n\nDownload the latest pre-built binaries and installers for your platform from the [GitHub Releases](https://github.com/rupurt/haid/releases) page.\n\n## Quick Start\n\n```bash\n# Search the current directory\nhaid search \"how do I handle authentication?\"\n\n# Recommend files related to a specific context\nhaid recommend src/auth.rs\n\n# Extract information from a specific file with context\nhaid extract src/main.rs \"show the entry point\"\n```\n\n## Foundational Documents\n\n- **[AGENTS.md](AGENTS.md):** Shared guidance for AI agents working on this project.\n- **[CONSTITUTION.md](CONSTITUTION.md):** Repository design and operational principles.\n- **[ARCHITECTURE.md](ARCHITECTURE.md):** Deep dive into the hexagonal engine and component boundaries.\n- **[INSTRUCTIONS.md](INSTRUCTIONS.md):** Formal workflow and operational guidance (Keel/Missions).\n- **[CONFIGURATION.md](CONFIGURATION.md):** Guide to `haid.toml` and environment variables.\n- **[EVALUATIONS.md](EVALUATIONS.md):** How to measure retrieval quality and extraction accuracy.\n- **[RELEASE.md](RELEASE.md):** The automated release and distribution process.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fhaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Fhaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fhaid/lists"}