Files
claudetools/projects/msp-tools/howard-bootstrap
Mike Swanson 492fbbf4c9 chore: add PROJECT_STATE.md to all active projects and clients
Establishes inter-session coordination for 29 projects/clients:
- Full lock/component format for active projects (dataforth-dos,
  radio-show, cascades-tucson, valleywide, instrumental-music-center,
  lens-auto-brokerage, msp-audit-scripts)
- Light format for complete/stalled/planning (msp-pricing, pavon,
  wrightstown-*, gururmm-agent, community-forum, glaztech, etc.)
- Onboarding stubs for recently added clients

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 18:53:34 -07:00
..

AZ Computer Guru - ClaudeTools Setup
=====================================

This package sets up the Claude Code workspace on your machine.

WHAT'S INCLUDED:
  setup.bat    - Run this first. It installs everything.
  keys.txt     - Vault decryption key (if Mike included it)
  README.txt   - This file

WHAT IT DOES:
  1. Checks for prerequisites (git, claude, python, sops)
     - Auto-installs missing ones via winget
  2. Clones the shared ClaudeTools repo from Gitea
  3. Clones the encrypted credential vault
  4. Sets up the decryption key for vault access
  5. Creates a "ClaudeTools" shortcut on your desktop

HOW TO RUN:
  1. Extract this zip to any drive (e.g., D:\)
  2. Double-click setup.bat
  3. Follow the prompts (you'll be asked for your Gitea
     password on first clone - ask Mike)
  4. After setup, double-click "ClaudeTools" on your desktop
  5. Claude will introduce itself and walk you through everything

YOUR GITEA ACCOUNT:
  URL:      https://git.azcomputerguru.com
  Username: howard
  Password: Ask Mike (you'll change it on first login)

IF SOMETHING GOES WRONG:
  - Close and re-run setup.bat (it's safe to run multiple times)
  - If git clone fails: check network/VPN/Tailscale connection
  - If vault fails: make sure keys.txt is at
    %APPDATA%\sops\age\keys.txt
  - Ask Mike or ask Claude (once it's running)

AFTER SETUP:
  Your workspace lives at <drive>:\claudetools
  Credentials vault at <drive>:\vault
  Everything syncs to Gitea automatically via /sync command