# .claude-package/config — claude-pack configuration
#
# Paths can be relative to the project root or absolute.
# This file MUST be committed to git — it travels with the project.
#
# incoming_package_folder  : where claude-pack -x searches for packages
#                            Layout: <incoming>/<project>-vX.Y/<package>.tgz
# outgoing_package_folder  : where claude-pack -p writes packages
# commit_script_folder     : where git-commit-v*.sh scripts are placed
# project_name             : package filename prefix (default: folder name)
# version_source           : cmake | git

project_name=plugin
version_source=cmake

incoming_package_folder=/home/demiralp/workbench/plugin/.claude-package/incoming
outgoing_package_folder=/home/demiralp/workbench/plugin/.claude-package/outgoing
commit_script_folder=/home/demiralp/workbench/plugin/tmp
