Files
claudetools/.claude/memory/project_pluto_build_server.md
Mike Swanson 2a1ccfac73 Add memory-dream skill + additive cross-machine memory sync
memory-dream: read-only memory lint/consolidation analyzer (index, backlinks,
stale refs, dup clusters, profile drift); additive-only --apply-safe, all
merges/deletes are proposals. sync-memory.sh: additive repo<->harness-profile
union (no delete/overwrite, conflicts surfaced), wired to a SessionStart hook.
Migrates the useful profile-only memories into the synced repo store.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 15:22:12 -07:00

1.2 KiB

name, description, metadata
name description metadata
project-pluto-build-server Pluto Windows build server — location, role, and access details
node_type type originSessionId
memory project 541d4004-8c45-4290-89f5-0ba9ee4e64a9

Pluto (PLUTO, 172.16.3.36) is a Windows Server 2019 VM hosted on Jupiter (Unraid primary).

Why: It is the primary Windows build server for GuruRMM — builds all Windows agent variants (amd64, x86, legacy, debug), runs WiX 4 MSI builds, and signs binaries via Azure Trusted Signing.

Credentials: Administrator / Paper123!@# (set 2026-05-15). SSH key: guru@gururmm-build (ed25519, Q+ivqd/...) must be in C:\ProgramData\ssh\administrators_authorized_keys with icacls /inheritance:r and ASCII encoding (not UTF-16).

How to apply: When Pluto is unreachable or SSH auth fails, check Jupiter's VM console first (not physical machine). SSH key file must be ASCII-encoded — PowerShell > writes UTF-16 and breaks auth silently. Use [System.IO.File]::WriteAllText(..., [System.Text.Encoding]::ASCII) to write the key.

GuruRMM agent: Installed but historically runs old versions (was on 0.6.3 as of 2026-05-15). Update it after any Pluto maintenance.