Skip to content

Instantly share code, notes, and snippets.

View DimonProgrammer's full-sized avatar

Dima Sens DimonProgrammer

View GitHub Profile
@DimonProgrammer
DimonProgrammer / bootstrap.ps1
Last active February 21, 2026 19:16
GitHub Issues как живая память AI-агента (Claude Code) — полная инструкция
# bootstrap.ps1 — восстанавливает всю среду Claude Code на новом компе
#
# ИСПОЛЬЗОВАНИЕ (PowerShell от администратора):
# $env:GH_TOKEN = "ghp_ВАШ_ТОКЕН"
# irm 'https://gist.githubusercontent.com/DimonProgrammer/cacf350475a5f24a27e00630af7eb1ea/raw/bootstrap.ps1' | iex
#
# Что делает за ~2 минуты:
# - Устанавливает GitHub CLI
# - Создаёт ~/.claude/hooks/ и скачивает хуки из приватного Gist
# - Записывает settings.json (MCPs + хуки)