# Workcamp Manager pin for this location.
#
# This file LOCKS how work here is tracked. Git is NOT required — in a git repo
# commit it to share the mapping with your team; at a non-git or multi-repo root
# it is simply a local file and still works (e.g. for cross-cutting planning).
#
# Personal override: drop a `.workcamp.local.yml` next to this file (same keys)
# to override it for yourself only, and add that file to .gitignore. Use it for a
# personal opt-out so teammates are unaffected.
#
# Lookup stops at the enclosing repo boundary: a sub-repo uses only its own pin,
# and this file (at a multi-repo root) applies only to work done directly here.

# Link this location's work to a Workcamp Manager project (24-hex id).
# The agent fills this in the first time it resolves the project, or set it
# yourself from the project's URL in Manager.
projectId: ""

# Turn tracking OFF here — no tickets, no time logging. Use for planning, scratch,
# personal or throwaway work. Remove the line (or set `on`) to track again.
# tracking: off

# Optional defaults applied to tickets the agent opens here.
defaults:
  priority: medium        # blocker | critical | high | medium | low | trivial
  # milestoneId: ""       # optional milestone to file tickets under
  # assignee: ""          # userCampId; defaults to the connected user
