gnome: enciende la CAPA GRAFO del yupana-gnome

build-state.py gana --gnome (análogo a --kde): carga recipes/incoming-gnome/ y sale
a build-state-gnome.json. drenar/yupana/seed-graph aprenden ese grafo (keystones,
drenar --perfil escritorio-gnome, radio de nodos incoming-gnome, frontera). Hoy la
cola está vacía ⇒ el grafo trae 0 nodos gnome; se poblará al aterrizar recetas y ahí
drenar/keystones reckonan solos.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-23 16:05:40 -04:00
co-authored by Claude Opus 4.8
parent 0b333b4c9e
commit d33fc94fc5
5 changed files with 13646 additions and 6 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ import json, sys
from pathlib import Path
ROOT = Path(__file__).resolve().parent.parent
GRAFOS = ["docs/state/build-state.json", "docs/state/build-state-kde.json"]
GRAFOS = ["docs/state/build-state.json", "docs/state/build-state-kde.json",
"docs/state/build-state-gnome.json"]
SEMILLA = ROOT / "docs/state/seed-edges.json"
EN_DEUDA = ("debt", "never", "unhashable", "wanted")