My personal dotfiles configuration

bash configuration dotfiles linux mcp mcp-server mcp-server-discovery
3 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the `generate-commands.sh` script to improve readability by breaking long lines into smaller, more manageable chunks. This is purely an aesthetic improvement; no functional changes are required. The goal is to enhance the developer experience by making the code easier to read and review, particularly on wide screens.

Complexity: 2/5
enhancement good first issue developer-experience

My personal dotfiles configuration

Go
#bash#configuration#dotfiles#linux#mcp#mcp-server#mcp-server-discovery

AI Summary: The task involves refactoring a personal dotfiles configuration repository to adhere to a newly established 'global-first' principle. This means moving various configuration files and scripts from project-specific locations to globally accessible directories, updating paths to use environment variables instead of hardcoded values, and ensuring that all configurations work consistently across different projects and environments. The changes must be backward compatible and easily reproducible via a setup script.

Complexity: 4/5
bug enhancement good first issue

My personal dotfiles configuration

Go
#bash#configuration#dotfiles#linux#mcp#mcp-server#mcp-server-discovery

AI Summary: The task is to fix a bug in a dotfiles repository's `/close-issue` workflow that results in empty pull requests. The fix involves adding a clear instruction within the workflow's documentation (a Claude Code command template) to ensure the AI assistant uses the correct working directory (a git worktree) when creating files, preventing files from being created in the wrong location. This involves modifying a markdown file to explicitly state that all file operations must use absolute paths prefixed with the worktree directory.

Complexity: 2/5
bug documentation good first issue

My personal dotfiles configuration

Go
#bash#configuration#dotfiles#linux#mcp#mcp-server#mcp-server-discovery