c4a1c15c6161da4502c96f5913245d028f832230
- Simplified git remote detection for Gitea - Added support for repository type auto-detection (homelab-agents vs VPS projects) - Integrated Gitea URL (http://100.120.125.113:3000) throughout workflow - Added context-aware commit message patterns - Enhanced documentation for both shared and project-specific repositories - Improved error handling for Gitea-specific scenarios - Added edge case handling for repository creation and configuration - Comprehensive QA checklist for session closure This version seamlessly integrates with the pdm Gitea instance while maintaining all original functionality for session context preservation and documentation.
Homelab Agents
Central storage for AI agent prompts shared across all VPS instances.
Structure
agents/- Agent prompt definitionstemplates/- Template files for agents and session summariesscripts/- Installation and utility scripts
Usage
Clone this repository on any VPS:
git clone http://100.120.125.113:3000/pdm/homelab-agents.git ~/.homelab-agents
Update agents:
cd ~/.homelab-agents && git pull
Available Agents
- sysadmin-session-closer - Automatically closes and documents dev sessions
Description
Languages
Shell
100%