#!/usr/bin/env bash
# pype-activate — source this script to activate a workflow in the current shell
# Usage: source pype-activate <package==version>
#
# Example:
#   source pype-activate qc==2025.12.31-1
export PYPE_MODULES=$(pype registry path "$1")
