feat: propagation templates — projets, toolkit, todo — kernel complet
This commit is contained in:
62
projets/_template.md
Normal file
62
projets/_template.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# <Nom du projet>
|
||||
|
||||
> `brain/profil/memory-architecture.md` — sectionnarisation appliquée
|
||||
|
||||
---
|
||||
|
||||
## État courant
|
||||
<!-- 🔴 CHAUD — mis à jour à chaque session -->
|
||||
|
||||
- <état général — prod live / en cours / en pause>
|
||||
- <alertes actives ⚠️ si applicable>
|
||||
|
||||
---
|
||||
|
||||
## Opérationnel
|
||||
<!-- 🟡 TIÈDE — infra, deploy, env — change moins souvent -->
|
||||
|
||||
| Info | Valeur |
|
||||
|------|--------|
|
||||
| URL prod | `https://<domaine>` |
|
||||
| Process manager | <pm2 / Docker / systemd> |
|
||||
| DB | `<nom-container>` — base `<nom-db>` — user `<user>` |
|
||||
| VPS path | `/home/<user>/<projet>/` |
|
||||
| Pipeline | `<fichier>.yml` — <N> jobs : <description> |
|
||||
| Deploy | <procédure courte> |
|
||||
|
||||
**Commandes clés :**
|
||||
```bash
|
||||
# <commande fréquente>
|
||||
<commande avec placeholders>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Architecture
|
||||
<!-- 🔵 FROID — structure technique, décisions — change rarement -->
|
||||
|
||||
**Stack :**
|
||||
- Backend : <tech>
|
||||
- Frontend : <tech>
|
||||
- DB : <tech>
|
||||
- Auth : <tech>
|
||||
|
||||
**Structure :**
|
||||
```
|
||||
<dossier>/
|
||||
├── <dossier>/ ← <rôle>
|
||||
└── <dossier>/ ← <rôle>
|
||||
```
|
||||
|
||||
**Décisions clés :**
|
||||
- <décision architecturale importante + pourquoi>
|
||||
|
||||
---
|
||||
|
||||
## Historique
|
||||
<!-- 🔵 FROID — jalons, dates, contexte — ne change plus -->
|
||||
|
||||
| Date | Événement |
|
||||
|------|-----------|
|
||||
| <DATE> | Création du projet |
|
||||
| <DATE> | <jalon important> |
|
||||
Reference in New Issue
Block a user