# hoen.yaml — GitHub Projects template (same shape as hoen.example.yaml;
# only backend + board.* keys differ). Ask before creating/committing.
#
# Validate:
#   node library/skills/work-tracking/scripts/validate-hoen-yaml.mjs
#
# Per-plan linkage: ## Tracking (Plan ID, Board item = tracking issue, Work type).

version: 1

work_tracking:
  backend: github_projects
  component_type: ExampleComponent

  board:
    name: Example Platform Board
    url: https://github.com/orgs/{{GITHUB_ORG}}/projects/1
    owner_type: org
    owner: "{{GITHUB_ORG}}"
    project_number: 1
    # project_id: PVT_xxxxxxxx
    # fields:                 # optional — persist after bootstrap
    #   status_summary: PVTF_…

  repository:
    host: github.com
    org: "{{GITHUB_ORG}}"
    name: your-repo-name
    default_branch: main
    plan_globs:
      - docs/wip/**/*.md
      - docs/planning/**/*.md
