- 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.
19 lines
813 B
Markdown
19 lines
813 B
Markdown
---
|
|
description: "VS Code Start: auto-scans repo and checks against Architecture rules."
|
|
---
|
|
|
|
# Session Launch (VS Code Edition)
|
|
|
|
## 1. Automated Discovery
|
|
* **Shell:** Run `git log -1 --format="%h %cd"` to get version.
|
|
* **Shell:** Run `docker-compose ps` (if applicable) to check health.
|
|
* **Search:** Find the most recent `SESSION_SNAPSHOT` file in `documentation/project-history/`.
|
|
|
|
## 2. RAG Validation (The Upgrade)
|
|
* **Query:** Search workspace for "Architecture Standards" or "Tech Stack Rules".
|
|
* **Cross-Check:** Compare running services (Step 1) against the Standards (Step 2). Flag any unauthorized containers or config drift immediately.
|
|
|
|
## 3. The Menu
|
|
Present the **Action Menu** with specific context:
|
|
* **Resume:** [Task from Snapshot] (File: [Link])
|
|
* **Fix Drift:** [Violations found in Step 2] |