Files
Aura/.claude/dev-cycle-profile.yml
T
Brummel c5117c9590 chore: number specs and plans (4-digit per-directory counter)
Switch naming.policy from flat to stable_per_directory_4digit and list
docs/specs + docs/plans as counter_dirs, so cycle artifacts sort and
reference by a stable 4-digit slot (0001-<slug>.md).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 11:30:01 +02:00

54 lines
1.2 KiB
YAML

# Project profile for the skills plugin (~/dev/skills).
# Schema: ~/dev/skills/docs/profile-schema.md
paths:
spec_dir: docs/specs
plan_dir: docs/plans
design_ledger: docs/design/INDEX.md
glossary: docs/glossary.md
code_roots: [crates]
naming:
counter_dirs: [docs/specs, docs/plans]
policy: stable_per_directory_4digit
slug_separator: "-"
commands:
build: "cargo build --workspace"
test: "cargo test --workspace"
lint: "cargo clippy --workspace --all-targets -- -D warnings"
doc_build: "cargo doc --workspace --no-deps 2>&1"
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/Aura/issues"
list_cmd: "tea issues ls --repo Brummel/Aura --state open"
notifications: {}
pipeline:
brainstorm: { gates: [planner] }
planner: { gates: [implement] }
implement: {}
audit: { mandatory_at: cycle_close }
debug: { trigger: bug, red_first: true }