Commit Graph

6 Commits

Author SHA1 Message Date
Homelab Automation
1602733fad Rename Sysadmin Session Closer Agent to Finish Up Agent
Renamed the agent from 'sysadmin-session-closer' to 'finish-up' and added VPS hostname functionality to session summary filenames.

Changes:
- Renamed agent file: agents/sysadmin-session-closer.md → agents/finish-up.md
- Updated agent version to 1.1.0
- Modified agent to include VPS hostname in session summary filenames
  - Session summaries now use format: [PROJECT_NAME]-[HOSTNAME]-session-summary.md
  - Hostname is auto-detected using `hostname` command
- Updated all documentation references:
  - README.md, QUICK-START.md, agents/README.md
  - scripts/README.md, scripts/bootstrap-agents.sh, scripts/init-project.sh
- Improved agent description to mention VPS hostname functionality

Repository: http://100.120.125.113:3000/pdm/homelab-agents
Next Session Focus: Test the renamed agent on a VPS project to verify hostname detection works correctly

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 14:19:56 +00:00
root
f328304e34 Add version 1.0.0 to sysadmin-session-closer agent 2025-11-24 11:23:54 +00:00
root
658e1cd567 Fix: Always auto-detect Gitea URL from current directory
- Remove all user prompts for repository URL
- URL is now always constructed from folder name
- Add CRITICAL section highlighting auto-detection
- Simplify Step 5 to make auto-detection foolproof
- Update QA checklist to verify URL was auto-detected
- Never ask user for URL - this is a bug if it happens
2025-11-23 21:24:50 +00:00
root
a2c098805f Update: Add auto-create repository feature to summary agent
- Agent now supports GITEA_API_TOKEN environment variable
- Automatically creates Gitea repos for new VPS projects
- Includes setup guide for generating and storing API tokens
- Falls back gracefully if token not available
- Reduces manual repo creation steps on new VPS instances
2025-11-23 21:11:33 +00:00
Homelab Automation
c4a1c15c61 Update sysadmin-session-closer agent with Gitea optimization
- 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.
2025-11-23 14:47:48 +00:00
Homelab Automation
49161ed68d Add complete homelab agents structure, templates, and sysadmin-session-closer agent 2025-11-23 14:39:16 +00:00