# Auto-generated by dev-system/ci # # Cascading Path Strategy: # 1. Local files in .typedialog/ci/ take precedence (overrides) # 2. Central files in $TOOLS_PATH/dev-system/ci/ as fallback (defaults) # # To customize: Create file in .typedialog/ci/{schemas,validators,defaults,fragments}/ # Your local version will be used instead of the Tools version. # Nickel import paths (cascading: local → Tools) export NICKEL_IMPORT_PATH="schemas:$TOOLS_PATH/dev-system/ci/schemas:validators:$TOOLS_PATH/dev-system/ci/validators:defaults:$TOOLS_PATH/dev-system/ci/defaults" # TypeDialog fragment search paths (cascading: local → Tools) export TYPEDIALOG_FRAGMENT_PATH=".typedialog/ci:$TOOLS_PATH/dev-system/ci/forms" # Nickel template for config.ncl generation (with cascading) # Local template takes precedence if exists if [[ -f ".typedialog/ci/config.ncl.j2" ]]; then export NCL_TEMPLATE=".typedialog/ci/config.ncl.j2" else export NCL_TEMPLATE="$TOOLS_PATH/dev-system/ci/templates/config.ncl.j2" fi # TypeDialog web backend configuration (override if needed) export TYPEDIALOG_PORT=${TYPEDIALOG_PORT:-9000} export TYPEDIALOG_HOST=${TYPEDIALOG_HOST:-localhost} export TYPEDIALOG_LANG=${TYPEDIALOG_LANG:-${LANG:-en_US.UTF-8}}