cleanup: reflect Go rewrite reality — remove legacy Python artifacts
Removed: - bin/hermes (9.3MB compiled binary accidentally committed to git) - oikos/console/ (Flask web console — replaced by Go REST API + SSE) - mcp/server.py (Python MCP server — replaced by internal/mcp/) - oikos/policy.yaml, oikos/ontology.yaml (duplicates of seeds/) Kept: - oikos/*.py kernel files (12 files) — still imported by bin/homelab for operational CLI commands (ssh, pct, logs, restart, status, open, secret, client, sync, mcp). Will be removed when bin/homelab is ported to Go. - mcp/build_host_files.py — generates hosts/*.yaml from inventory, still operational. Will be ported to Go. - bin/homelab — active Python CLI, still operational. Updated: - .gitignore: added bin/hermes, cleaned up legacy comments - plans/index.md: listed all 4 active plans with accurate statuses
This commit is contained in: