1ce863f76c
Add .claude/dev-cycle-profile.yml (skills-plugin profile) with paths.glossary pointing at the new docs/glossary.md, so the glossary becomes standing reading for every role. The glossary pins 19 canonical terms bootstrapped from the design spec and source doc comments; canonical forms are English (repo-English rule), German spec-prose forms listed under Avoid. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
# 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 }
|