# This .kanon file shows how kanon distributes packages to a team.
# It points to the author's public package repository as an example.
# Replace GITBASE and KANON_SOURCE_packages_URL to use your own package repository.
#
# token-miser Kanon Configuration
#
# kanon syncs versioned packages from a manifest repo into .packages/,
# then token-miser can reference them as experiment packages.
#
# Pipeline: kanon distributes -> loadout applies -> token-miser measures

# Shared variables
GITBASE=https://github.com/rubin-johnson/
CLAUDE_MARKETPLACES_DIR=${HOME}/.claude-marketplaces

# Marketplace install disabled (loadout handles config, not plugins)
KANON_MARKETPLACE_INSTALL=false

# Source: loadout packages manifest repository
# After 'kanon install', packages appear in .packages/ as symlinks.
# token-miser references them: --package .packages/token-miser
KANON_SOURCE_packages_URL=https://github.com/rubin-johnson/loadout-packages.git
KANON_SOURCE_packages_REVISION=refs/tags/0.1.0
KANON_SOURCE_packages_PATH=repo-specs/meta.xml
