Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 590 Bytes

File metadata and controls

17 lines (11 loc) · 590 Bytes

Agent Guidelines for Homelab Control

Commit Messages

  • No AI references in commit messages
  • No co-author trailers for AI agents
  • Follow conventional commit format: type: short description
  • Types: feat, fix, build, docs, chore, refactor, test

Project Context

Homelab Control is a multi-host Podman container management tool with:

  • Shared Go backend (backend/) — REST API server connecting to remote hosts via SSH
  • Web application (webapp/) — Modern React+Vite standalone web interface

Both frontends consume the same Go backend API at localhost:18734.