[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83138":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},83138,"issue-finder","lifuyue\u002Fissue-finder","lifuyue","Local-first handoff prep for developers using coding agents.","",null,"Rust",119,4,1,0,63,51,2.1,"MIT License",false,"main",true,[],"2026-06-12 02:04:31","# Issue Finder\n\n\u003Cp align=\"center\">\n  \u003Cstrong>Issue Finder\u003C\u002Fstrong> finds GitHub issues worth handing to coding agents, prepares local context, and stops before code changes.\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fdocs\u002Fassets\u002Fissue-finder-splash.svg\" alt=\"Issue Finder workflow\" width=\"88%\" \u002F>\n\u003C\u002Fp>\n\n---\n\n## Quickstart\n\n### Installing Issue Finder\n\n```bash\ncargo install issue-finder\n```\n\nThen configure GitHub access and check local readiness:\n\n```bash\nexport GITHUB_TOKEN=\"$(gh auth token)\"\nissue-finder init\nissue-finder doctor\n```\n\nFind candidates and prepare a handoff:\n\n```bash\nissue-finder scout --limit 10\nissue-finder prepare owner\u002Frepo#123\nissue-finder handoff \u003Cinbox-id> --print\n```\n\nIssue Finder writes local state under `~\u002F.issue-finder` by default. Use `ISSUE_FINDER_HOME=\u002Ftmp\u002Fissue-finder-demo` for isolated runs.\n\n### Tool Contract\n\nIssue Finder also exposes a JSON tool contract for coding agents:\n\n```bash\nissue-finder tools list\nissue-finder tools call issue-finder.scout --arguments '{\"limit\":10}'\n```\n\n## Docs\n\n- [**Usage guide**](.\u002Fdocs\u002Fusage.md)\n- [**Agent-safe preparation runtime**](.\u002Fdocs\u002Fagent-safe-preparation-runtime.md)\n- [**Safe probes**](.\u002Fdocs\u002Fsafe-probes.md)\n- [**Repository guidance for coding agents**](.\u002FAGENTS.md)\n\n## Development\n\n```bash\ncargo test\ncargo clippy --all-targets -- -D warnings\ncargo fmt --all\n```\n\nThis repository is licensed under the [MIT License](.\u002FLICENSE).\n","Issue Finder 是一个为开发者使用编码代理准备本地环境的工具，旨在发现值得交给编码代理处理的GitHub问题，并为其准备好本地上下文。它采用Rust语言开发，具有强大的性能和安全性。通过简单的命令行操作，用户可以快速安装并配置Issue Finder来筛选合适的GitHub Issues，并为选定的问题创建适合自动化的本地环境设置，整个过程直到代码更改前停止。非常适合需要自动化处理或想要提高GitHub Issue处理效率的软件开发团队使用。",2,"2026-06-11 04:10:14","CREATED_QUERY"]