deps
Analyze a set of GitHub issues and identify dependency relationships between them. Reads issue titles and bodies, determines execution order, and outputs a structured dependency file that wade uses to generate Mermaid diagrams and update issue bodies. Use when multiple related issues need ordering. --- # Dependency Analysis Analyze a set of GitHub issues and determine the dependency relationships between them. Output a structured file that `wade` will use to generate dependency graphs and update issue bodies. ## When to activate - After `wade plan-task` creates multiple issues - When `wade task deps` is run on existing issues - When the user asks to analyze dependencies between issues > **Note:** `wade task deps` first attempts headless analysis (AI tools that > support `--print`/`--prompt`). If headless fails, it falls back to interactive > mode: passes the analysis prompt directly to the AI tool as an initial message, > then reads the output from a file after exit. ## Input
更新日志: Source: GitHub https://github.com/ivanviragine/wade
还没有评论,快来第一个发言吧。