# Project profile for the skills plugin. # See ~/dev/skills/docs/profile-schema.md for the full schema. paths: spec_dir: docs/specs plan_dir: docs/plans glossary: docs/glossary.md # standing reading for every role code_roots: [src] naming: counter_dirs: [] policy: date_prefix # specs use YYYY-MM-DD-slug.md slug_separator: "-" commands: build: "cargo build" test: "cargo test" regression: [] architect_sweeps: [] vocabulary: cycle: cycle subcycle: iteration milestone: milestone ledger_entry: contract standing_reading: always: - CLAUDE.md - "git log -10 --format=full" by_role: {} git: main_sacrosanct: true only_orchestrator_commits: true protected_branches: [main] issue_tracker: kind: gitea close_marker: "closes #N" url: "http://192.168.178.103:3000/Brummel/alpha-id/issues" list_cmd: "tea issues ls --repo Brummel/alpha-id --state open" notifications: pipeline: brainstorm: { gates: [planner] } planner: { gates: [implement] } implement: {} audit: { mandatory_at: cycle_close } debug: { trigger: bug, red_first: true }