Add complete homelab agents structure, templates, and sysadmin-session-closer agent

This commit is contained in:
Homelab Automation
2025-11-23 14:39:16 +00:00
parent 80254e5b98
commit 49161ed68d
8 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# Project Context
## Overview
{{PROJECT_OVERVIEW}}
## Key Directories
{{KEY_DIRECTORIES}}
## Important Files
{{IMPORTANT_FILES}}

3
templates/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Templates
Reusable templates for agent prompts and documentation.

View File

@@ -0,0 +1,20 @@
# Session Summary - {{DATE}}
## Context
Project: {{PROJECT_NAME}}
Duration: {{START_TIME}} to {{END_TIME}}
Developer: {{USER}}
## Changes Made
{{CHANGES}}
## Files Modified
{{FILES_MODIFIED}}
## Git Status
```
{{GIT_STATUS}}
```
## Next Steps
{{NEXT_STEPS}}