• This project
    • Loading...
  • Sign in

Hooke / xyxBooking-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xyxBooking-weapp
  • .claude
  • settings.local.json
  • hookehuyr's avatar
    chore: 在 Claude 设置中添加 git commit 命令支持 · fbd8abae
    fbd8abae
    hookehuyr authored 2026-01-28 21:20:58 +0800
settings.local.json 337 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "permissions": {
    "allow": [
      "Skill(glm-plan-usage:usage-query-skill)",
      "Bash(pnpm add:*)",
      "Bash(chmod:*)",
      "Bash(bash:*)",
      "Bash(pnpm lint:no-fix:*)",
      "Bash(pnpm lint:*)",
      "Bash(pnpm list:*)",
      "Bash(pnpm format:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)"
    ]
  }
}