Open Issues Need Help
View All on GitHubAI Summary: Integrate the Puzzle Driven Development (PDD) methodology into the existing `aidy` CLI tool. This involves adding functionality to parse `TODO` comments from code and automatically generate GitHub issues based on those comments, leveraging the `pdd` tool. The generated issues should include appropriate titles, descriptions, and labels, consistent with `aidy`'s existing AI-powered issue generation capabilities.
AI-assisted CLI for GitHub workflows — generate commits, issues, PRs, and releases with one command
AI Summary: Implement a new feature in the `aidy` CLI tool that allows users to generate commit messages directly from the description of a GitHub issue. This involves adding a new command or option to the existing CLI, fetching the issue description from the GitHub API, and using the AI model to generate a suitable commit message based on that description.
AI-assisted CLI for GitHub workflows — generate commits, issues, PRs, and releases with one command
AI Summary: The task involves creating a Homebrew formula for the `aidy` CLI tool, allowing users to install it via `brew install aidy`. This includes writing the formula file, testing it thoroughly, and submitting a pull request to the Homebrew/homebrew-core repository.
AI-assisted CLI for GitHub workflows — generate commits, issues, PRs, and releases with one command