diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml deleted file mode 100644 index 31c04fd..0000000 --- a/.github/workflows/claude-code-review.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: Claude Code Review - -on: - pull_request: - types: [opened, synchronize] - # Optional: Only run on specific file changes - # paths: - # - "src/**/*.ts" - # - "src/**/*.tsx" - # - "src/**/*.js" - # - "src/**/*.jsx" - -jobs: - claude-review: - # Optional: Filter by PR author - # if: | - # github.event.pull_request.user.login == 'external-contributor' || - # github.event.pull_request.user.login == 'new-developer' || - # github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: read - issues: read - id-token: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run Claude Code Review - id: claude-review - uses: anthropics/claude-code-action@v1 - with: - claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - prompt: | - REPO: ${{ github.repository }} - PR NUMBER: ${{ github.event.pull_request.number }} - - Please review this pull request and provide feedback on: - - Code quality and best practices - - Potential bugs or issues - - Performance considerations - - Security concerns - - Test coverage - - Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback. - - Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. - - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://docs.claude.com/en/docs/claude-code/sdk#command-line for available options - claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' - diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml deleted file mode 100644 index b1a3201..0000000 --- a/.github/workflows/claude.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Claude Code - -on: - issue_comment: - types: [created] - pull_request_review_comment: - types: [created] - issues: - types: [opened, assigned] - pull_request_review: - types: [submitted] - -jobs: - claude: - if: | - (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || - (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || - (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || - (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: read - issues: read - id-token: write - actions: read # Required for Claude to read CI results on PRs - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run Claude Code - id: claude - uses: anthropics/claude-code-action@v1 - with: - claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - - # This is an optional setting that allows Claude to read CI results on PRs - additional_permissions: | - actions: read - - # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - # prompt: 'Update the pull request description to include a summary of changes.' - - # Optional: Add claude_args to customize behavior and configuration - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://docs.claude.com/en/docs/claude-code/sdk#command-line for available options - # claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)' - diff --git a/README.md b/README.md index 2290244..c11e12b 100644 --- a/README.md +++ b/README.md @@ -23,31 +23,64 @@ _chezmoi-powered personal environment. keyboard-first. cross-platform._ ## 🧰 Loadout -| Category | Tool | Key Files (chezmoi paths) | Docs | -| ------------------- | ----------- | ------------------------------------------------------------------------ | --------------------------------------------- | -| **macOS WM** | AeroSpace | `dot_config/aerospace/aerospace.toml` | [`AEROSPACE.md`](documentation/AEROSPACE.md) | -| | Karabiner | `dot_config/private_karabiner/private_karabiner.json` | [`KARABINER.md`](documentation/KARABINER.md) | -| **Windows WM** | GlazeWM | `dot_glzr/glazewm/config.yaml` | [`GLAZEWM.md`](documentation/GLAZEWM.md) | -| | Zebar | `dot_glzr/zebar/settings.json` | - | -| **Shells** | zsh | `dot_zshrc` | - | -| | oh-my-zsh | `dot_oh-my-zsh` | [`ZSH.md`](documentation/ZSH.md) | -| | PowerShell | `dot_profile.ps1` | - | -| **Terminals** | Kitty | `dot_config/kitty` | - | -| | Warp | - | - | -| **Editor** | Helix | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | - | -| | nano | `dot_nanorc` | - | -| **File Management** | Superfile | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | - | -| | eza | `dot_config/eza` | - | -| **Viewers** | Glow | `dot_config/glow/Config/glow.yml` | - | -| | bat | `dot_config/bat` | - | -| **Notes** | nb | `dot_nbrc.tmpl` | - | -| **Dev Tools** | gh | - | - | -| | gh-dash | `dot_config/gh-dash/config.yml` | - | -| **JSON** | jq | - | - | -| **HTTP** | HTTPie | - | - | -| **Search** | fd | - | - | -| **Git** | - | `dot_gitconfig`, `dot_gitignore` | - | -| **Email** | neomutt | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | - | +| Category | Tool | Link | Key Files (chezmoi paths) | +| ---------------------- | ------------------------ | ---------------------------------------------------- | ------------------------------------------------------------------------ | +| **macOS WM** | AeroSpace | [AeroSpace](https://github.com/nikitabobko/AeroSpace) | `dot_config/aerospace/aerospace.toml` | +| | Karabiner Elements | [Karabiner](https://karabiner-elements.pqrs.org) | `dot_config/private_karabiner/private_karabiner.json` | +| **Windows WM** | GlazeWM | [GlazeWM](https://github.com/glzr-io/glazewm) | `dot_glzr/glazewm/config.yaml` | +| | Zebar | [Zebar](https://github.com/glzr-io/zebar) | `dot_glzr/zebar/settings.json` | +| **Shells** | zsh | [zsh](https://www.zsh.org) | `dot_zshrc` | +| | oh-my-zsh | [oh-my-zsh](https://ohmyz.sh) | `dot_oh-my-zsh` | +| | PowerShell | [PowerShell](https://github.com/PowerShell/PowerShell) | `dot_profile.ps1` | +| **Terminals** | Kitty | [Kitty](https://sw.kovidgoyal.net/kitty) | `dot_config/kitty` | +| | Warp | [Warp](https://www.warp.dev) | - | +| **Editors** | Helix | [Helix](https://helix-editor.com) | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | +| | nano | [nano](https://www.nano-editor.org) | `dot_nanorc` | +| | VS Code | [VS Code](https://code.visualstudio.com) | - | +| **File Management** | Superfile | [Superfile](https://github.com/yorukot/superfile) | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | +| | eza | [eza](https://github.com/eza-community/eza) | `dot_config/eza` | +| | fd | [fd](https://github.com/sharkdp/fd) | - | +| **Viewers** | Glow | [Glow](https://github.com/charmbracelet/glow) | `dot_config/glow/Config/glow.yml` | +| | bat | [bat](https://github.com/sharkdp/bat) | `dot_config/bat` | +| **Notes** | nb | [nb](https://github.com/xwmx/nb) | `dot_nbrc.tmpl` | +| **Dev Tools** | gh | [gh](https://cli.github.com) | `dot_config/gh` | +| | gh-dash | [gh-dash](https://github.com/dlvhdr/gh-dash) | `dot_config/gh-dash/config.yml` | +| | OpenCode | [OpenCode](https://opencode.sh) | `dot_config/opencode/opencode.json` | +| | pre-commit | [pre-commit](https://pre-commit.com) | - | +| | GoReleaser | [GoReleaser](https://goreleaser.com) | - | +| **Languages** | Go | [Go](https://go.dev) | - | +| | Node.js (npm) | [Node.js](https://nodejs.org) | - | +| | Python (uv) | [uv](https://docs.astral.sh/uv) | - | +| **Go Tools** | gopls | [gopls](https://pkg.go.dev/golang.org/x/tools/gopls) | - | +| | delve | [delve](https://github.com/go-delve/delve) | - | +| | goimports | [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) | - | +| | golangci-lint | [golangci-lint](https://golangci-lint.run) | - | +| | golangci-lint-langserver | [golangci-lint-langserver](https://github.com/nametake/golangci-lint-langserver) | - | +| | gocovsh | [gocovsh](https://github.com/orlangure/gocovsh) | - | +| | jlv | [jlv](https://github.com/hedhyw/jlv) | - | +| **LSP/Formatters** | markdownlint-cli2 | [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `.markdownlint.yml` | +| | marksman | [marksman](https://github.com/artempyanykh/marksman) | - | +| | taplo | [taplo](https://taplo.tamasfe.dev) | - | +| | vscode-langservers | [vscode-langservers](https://github.com/hrsh7th/vscode-langservers-extracted) | - | +| | yaml-language-server | [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | - | +| **Utilities** | jq | [jq](https://jqlang.github.io/jq) | - | +| | HTTPie | [HTTPie](https://httpie.io) | - | +| | HTTPie Desktop | [HTTPie Desktop](https://httpie.io/desktop) | - | +| | freeze | [freeze](https://github.com/charmbracelet/freeze) | - | +| | wego | [wego](https://github.com/schachmat/wego) | `dot_wegorc.tmpl` | +| | chezmoi | [chezmoi](https://www.chezmoi.io) | `chezmoi.toml.tmpl` | +| **Productivity** | Raycast | [Raycast](https://www.raycast.com) | `dot_config/raycast` | +| | Notion | [Notion](https://www.notion.so) | - | +| | Granola | [Granola](https://www.granola.so) | - | +| | SteerMouse | [SteerMouse](https://plentycom.jp/en/steermouse) | - | +| **AI Tools** | Claude | [Claude](https://claude.ai) | - | +| | Claude Code | [Claude Code](https://claude.ai/code) | - | +| | ChatGPT | [ChatGPT](https://chat.openai.com) | - | +| | Ollama | [Ollama](https://ollama.com) | - | +| **Network** | Tailscale | [Tailscale](https://tailscale.com) | - | +| **Email** | neomutt | [neomutt](https://neomutt.org) | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | +| **Font** | Hack Nerd Font | [Nerd Fonts](https://www.nerdfonts.com) | - | +| **Config Manager** | Git | [Git](https://git-scm.com) | `dot_gitconfig`, `dot_gitignore` | ## 🪪 License