/worldbuilder — diagnosis first, routing second
Preamble — run first
WB_BIN="$HOME/.worldbuilder/bin"
if [ -x "$WB_BIN/wb-session-update" ]; then
"$WB_BIN/wb-session-update" worldbuilder
fi
if [ -x "$WB_BIN/wb-profile" ]; then
TIER="$("$WB_BIN/wb-profile" tier)"
printf 'tier: %s\n' "$TIER"
fi
if [ -x "$WB_BIN/wb-last-action" ]; then
trap_status="$("$WB_BIN/wb-last-action")"
printf 'research-trap check: %s\n' "$trap_status"
fi
SLUG="$("$WB_BIN/wb-slug" 2>/dev/nu
[Description truncada. Veja o README completo no GitHub.]