Open Issues Need Help
View All on GitHubA project management framework for AI-assisted development with Claude Code
AI Summary: The task involves modifying the `mcp-server/src/templates/handler.ts` file within the Simone project to include the `features` configuration from `project.yaml` in the Handlebars template context. This will enable conditional rendering in templates based on enabled features, such as Git worktree or PR review wait instructions. The fix requires adding a line of code to pass the features object to the context and verifying functionality.
A project management framework for AI-assisted development with Claude Code
AI Summary: The task involves modifying the `create_issue` prompt within a project management framework to dynamically fetch and suggest GitHub labels instead of using hardcoded ones. This requires fetching available labels via the GitHub API, implementing intelligent label matching based on issue characteristics and project configuration, and adding error handling for API failures. The solution must maintain backward compatibility and work with both CLI and MCP GitHub tools.
A project management framework for AI-assisted development with Claude Code