# Katalyst Just command runner
# This file imports the bundled action recipes from the taxonomy.
# Add project-specific recipes below the import line.
#
# Layer-type recipes resolve from a layer directory's Justfile via
# `set fallback` into the recipes imported below. `just` does not propagate the
# layer Justfile's exported variables into fallback recipes, so LAYER_DIR/
# STACK_DIR are derived here from invocation_directory() (the dir `just` was
# invoked from), which DOES survive fallback.
export LAYER_DIR := invocation_directory()
export STACK_DIR := parent_directory(invocation_directory())

import ".global/taxonomy/actions/just/stack.just"
