sync: auto-sync from GURU-BEAST-ROG at 2026-04-27 13:15:49

Author: Mike Swanson
Machine: GURU-BEAST-ROG
Timestamp: 2026-04-27 13:15:49
This commit is contained in:
2026-04-27 13:15:49 -07:00
parent e0a117b434
commit 206cd2f929
3 changed files with 99 additions and 60 deletions

View File

@@ -1,44 +1,53 @@
---
name: Windows GURU-BEAST-ROG Setup Status
description: Windows workstation setup completion status - Ollama, GrepAI, MCP, Node.js all configured
description: Windows workstation setup completion status - fully configured except SSH key deployment to servers
type: reference
---
# Windows Machine Setup Status (GURU-BEAST-ROG)
**Created:** 2026-03-23
**Updated:** 2026-03-24
**Updated:** 2026-04-26
**Machine:** GURU-BEAST-ROG (Windows 11 Pro, i9-14900K, 128GB DDR5, RTX 4090)
## Software Status
| Software | Version | Path | Status |
|----------|---------|------|--------|
| Python | 3.12.10 | system PATH | [OK] |
| Git | 2.52.0.windows.1 | system PATH | [OK] |
| Windows OpenSSH | system | C:\Windows\System32\OpenSSH\ssh.exe | [OK] |
| Node.js | v24.14.0 | C:\Program Files\nodejs | [OK] |
| Ollama | v0.18.2 | C:\Users\guru\AppData\Local\Programs\Ollama\ollama.exe | [OK] |
| GrepAI | v0.35.0 | C:\Users\guru\ClaudeTools\grepai.exe | [OK] |
| credentials.md | -- | repo root | [OK] |
| Software | Version | Status |
|----------|---------|--------|
| Python | 3.12.10 | [OK] |
| Git | 2.52.0.windows.1 | [OK] |
| Windows OpenSSH | system | [OK] |
| Node.js | v24.14.0 | [OK] |
| Ollama | v0.21.0 | [OK] |
| GrepAI | v0.35.0 | [OK] |
| jq | 1.8.1 | [OK] |
| sops | 3.12.2 | [OK] |
| age | installed | [OK] |
| 1Password CLI | 2.33.1 | [OK] |
| Tailscale | installed | [OK] |
## Ollama Models
| Model | Size | Status |
|-------|------|--------|
| nomic-embed-text | 274 MB | [OK] |
| nomic-embed-text | 0.3 GB | [OK] |
| qwen3:14b | 9.3 GB | [OK] |
| codestral:22b | ~12 GB | [PENDING] - download interrupted, not pulled |
| codestral:22b | 12.6 GB | [OK] |
| qwen3:32b | 20.2 GB | [OK] |
| gemma3:27b | 17.4 GB | [OK] |
## Configuration
- **.mcp.json:** filesystem, sequential-thinking, grepai servers configured
- **GrepAI:** Initialized, watcher configured, Ollama backend with nomic-embed-text
- **Bypass permissions:** `permissions.defaultMode: "bypassPermissions"` in ~/.claude/settings.json
- **In-repo memory:** .claude/memory/ (syncs via Gitea)
- **identity.json:** configured (mike, GURU-BEAST-ROG)
- **users.json:** GURU-BEAST-ROG registered in mike's known_machines
- **Vault:** C:/Users/guru/vault (cloned, SOPS decryption working with shared age key)
- **SOPS_AGE_KEY_FILE:** set in ~/.bashrc
- **OP_SERVICE_ACCOUNT_TOKEN:** set in ~/.bashrc
- **~/.claude/commands/:** synced from repo
- **GrepAI:** watcher running, MCP server configured
- **Bypass permissions:** defaultMode: bypassPermissions
## Notes
## Remaining TODO
- Ollama not in Git Bash PATH -- use full path or open new terminal
- GrepAI watcher may need restart after reboot: `./grepai.exe watch --background`
- Machine registered at `.claude/machines/guru-beast-rog.md`
- [ ] Deploy SSH pubkey to infrastructure servers (OwnCloud, Jupiter, etc.)
- [ ] Vault rotation to add GURU-BEAST-ROG's own age key as recipient (currently using shared ACG-5070 key)