homelab/.github/prompts/session-end.prompt.md
nathan 016d38d5ab feat(prompts): add Docker service lifecycle and session management workflows
- Add service management prompts (review, standardize, troubleshoot, integration)
- Add Docker Swarm migration and tutoring workflows (swarm-migration, swarm-tutor)
- Add SSO onboarding guide for Authentik integration (sso-onboarding)
- Add session lifecycle prompts (start, end, status) for context continuity
- Add node bootstrap scripts for Debian Trixie (day0bootstrap.sh) and Ubuntu/Debian (pi_init.sh)

These prompts implement gated, step-by-step workflows with explicit confirmation
requirements to prevent accidental changes during service operations. Bootstrap
scripts standardize IP configuration (10.0.0.200) and install Docker + Ansible
on new nodes.
2026-04-12 16:30:53 -04:00

740 B

description
description
VS Code Wrap-Up: Generates and saves the status file.

Session Wrap-Up (VS Code Edition)

1. Template Retrieval

  • Search Workspace: Find documentation/templates/SNAPSHOT_TEMPLATE.md.
    • Fallback: If not found, use the standard format below.

2. Context Aggregation

  • Git Diff: Analyze staged/unstaged changes to populate "Files Changed".
  • RAG Search: Search for "@TODO" or "FIXME" comments added this session to populate "New Technical Debt".

3. Execution

  1. Generate: Create the Markdown content filling the Template slots.
  2. Action: Write file to documentation/project-history/SESSION_SNAPSHOT_YYYY-MM-DD.md.
  3. Git: Prompt user to stage and commit this new file.