- 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.
740 B
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
- Generate: Create the Markdown content filling the Template slots.
- Action: Write file to
documentation/project-history/SESSION_SNAPSHOT_YYYY-MM-DD.md. - Git: Prompt user to stage and commit this new file.