mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
move scripts + create mkproj
This commit is contained in:
@@ -58,6 +58,25 @@ git clone <repo>
|
||||
|
||||
---
|
||||
|
||||
# Étape 1b — Initialiser la mémoire projet
|
||||
|
||||
Depuis la racine du projet :
|
||||
|
||||
```
|
||||
cd /srv/projects/<nom-projet>
|
||||
gen-claude
|
||||
```
|
||||
|
||||
Cette commande :
|
||||
|
||||
- génère `CLAUDE.md` depuis le template projet
|
||||
- crée `AGENTS.md -> CLAUDE.md`
|
||||
- initialise la mémoire active du projet pour Claude / Codex
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
# Étape 2 — Arrêter la stack
|
||||
|
||||
Avant toute restauration, arrêter les conteneurs :
|
||||
@@ -199,3 +218,9 @@ Ce playbook complète :
|
||||
|
||||
- `bootstrap_projet_docker.md`
|
||||
- `migration_projet_vers_nuc.md`
|
||||
|
||||
---
|
||||
|
||||
# Outils associés
|
||||
|
||||
- `scripts/generate_project_claude.sh` — permet de réinitialiser la mémoire projet si nécessaire après restauration
|
||||
|
||||
Reference in New Issue
Block a user