Files
Aura/.claude/dev-cycle-profile.yml
T
Brummel 728ca1a2d2 chore(boss): enable spec auto-sign for this project
The orchestrator may now sign a spec in the user's place under /boss,
but only through specify's Step-6 auto-sign gate: all objective gates
green (precondition, parse, grounding-check PASS) AND a unanimous
five-lens spec-skeptic panel. The human signature stays mandatory on
any non-PASS path.
2026-06-10 19:45:23 +02:00

55 lines
1.3 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 }
boss: { spec_auto_sign: true }