fractalia-faro 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/crear.mjs +1 -1
- package/package.json +1 -1
package/bin/crear.mjs
CHANGED
|
@@ -72,7 +72,7 @@ const API = 'https://api.github.com';
|
|
|
72
72
|
// El client_id es PÚBLICO (no es secreto) -> se embebe aquí. Lo crea un admin de la org UNA vez:
|
|
73
73
|
// GitHub -> org Settings -> Developer settings -> OAuth Apps -> New OAuth App -> ✅ Enable Device Flow.
|
|
74
74
|
// Mientras esté vacío, el wizard usa la vía de reserva (pegar un PAT).
|
|
75
|
-
const DEFAULT_CLIENT_ID = ''; //
|
|
75
|
+
const DEFAULT_CLIENT_ID = 'Ov23liKk3T9bWKak2wmH'; // OAuth App "Fractalia FARO CLI" de CAS-IA (Client ID público)
|
|
76
76
|
const DEFAULT_ORG = 'CAS-IA'; // organización por defecto (evita teclearla)
|
|
77
77
|
|
|
78
78
|
// ---------- CLI args ----------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fractalia-faro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Wizard FARO: crea un repo de trabajo (servicio/funcionalidad de plataforma, proyecto o iniciativa) desde el template oficial, con nomenclatura, ramas main+develop y clon local listo.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"faro": "bin/crear.mjs"
|