Open Issues Need Help
View All on GitHubAI Summary: The task involves setting up GitHub repository templates for issues (bug reports, feature requests, research tasks), pull requests, and creating a comprehensive `CONTRIBUTING.md` file along with a `CODE_OF_CONDUCT.md` and `SECURITY.md` file. This includes defining a consistent labeling system for issues and configuring GitHub repository settings to improve organization and contributor experience.
AI Summary: This task requires refactoring the Claude Codex project to improve the naming scheme of its worktrees and branches. The current timestamp-based names are unintuitive and difficult to manage. The update should use a more descriptive naming convention incorporating team names and issue/spec information, handling naming conflicts gracefully, and maintaining backward compatibility with existing worktrees. This involves modifying several core files related to worktree creation, state management, and GitHub integration.
AI Summary: Implement a `-nc` command-line shortcut for the `--no-cleanup` flag in the Claude Codex CLI. This involves modifying the argument parser to recognize the shortcut, updating the help text to include it, and ensuring both flags function identically. Testing is also required to verify functionality.