2b7a8290a5
- New start-windows-mcp.bat — starts Windows-MCP SSE server on :8000 - Windows-MCP auto-starts when Hermes CLI launches (options 1/2) - Pre-downloaded wheels: hermes-agent (47), windows-mcp (95) - Offline Python 3.13 embedded + get-pip.py bootstrapper - Hermes config wired with mcp_servers.windows-mcp - Updated Makefile with targets: wheels-hermes, wheels-windows-mcp, python-portable, get-pip, deps - Recreated: run-hermes.ps1, start-hermes-dashboard.bat - Pure ASCII .bat files with CRLF line endings
34 lines
556 B
Plaintext
34 lines
556 B
Plaintext
# Build artifacts (large binaries, not tracked in git)
|
|
build/output/hermes-rescue.iso
|
|
build/output/casper-rw
|
|
build/output/hermes-data.ext4
|
|
build/output/fix-line-endings.ps1
|
|
build/output/python/ # Portable Python (download at build time)
|
|
build/iso-staging/
|
|
build/xubuntu-24.04*.iso
|
|
build/SHA256SUMS
|
|
build/hermes-build.fs
|
|
|
|
# Model and native binaries (large, downloaded at build time)
|
|
*.gguf
|
|
*.dll
|
|
*.exe
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
src/hermes/auth.json
|