{
  "intro.eyebrow": "LABEL org.compendium=\"chasseur\"",
  "intro.title": "ENV GRIMOIRE_TITLE=\"Grimoire des liens\"",
  "intro.role": "ENV PERSON=\"Charles Lindecker\" ROLE=\"Full-Stack-Developer\"",
  "intro.description": "# paths containerized: réseau, forge, arène, invocation\nCMD [\"init\", \"--load-all-paths\", \"--grimoire\"]",
  "intro.photo_alt": "COPY portrait.jpg /app/public/  # alt stocké dans l'EXIF (c'est faux)",

  "section.network.eyebrow": "LABEL section.id=\"network\"  # réseau",
  "section.network.title": "ENV ALLIES=\"chasseurs-allies\"",
  "section.network.description": "# canaux officiels — échange, collaboration, suivi quotidien\nEXPOSE 443  # le réseau est ouvert",

  "section.craft.eyebrow": "LABEL section.id=\"forge\"",
  "section.craft.title": "ENV WORKSHOPS=\"ateliers-de-pratique\"",
  "section.craft.description": "RUN sharpen --weapons=code,front-end,security  # boucle jusqu'à maîtrise",

  "section.arena.eyebrow": "LABEL section.id=\"arena\"",
  "section.arena.title": "ENV GROUNDS=\"terrains-de-chasse\"",
  "section.arena.description": "docker run -it leisure:latest  # garde l'œil affûté",

  "section.summon.eyebrow": "LABEL section.id=\"summon\"  # contact",
  "section.summon.title": "ENV MODE=\"invocation-directe\"",
  "section.summon.description": "docker exec -it me contact --mode=fastest  # chemin le plus court",

  "action.open": "docker exec",
  "action.open_aria": "docker run --link open_link",

  "outro": "docker-compose down --remove-orphans  # que le chemin choisi éclaire la suite — à très vite"
}
