b99912ca59
Refine the structure per interview: aura is the reusable engine, research projects are separate external repos depending on it (C16). Add aura-std (universal standard-node tier) to the workspace; remove nodes/ from the engine (project concept). Record authoring-surface = Claude Code + skills pipeline, no embedded coding-LLM (C17), and project management = one-repo-one-project + Aura-native run registry (C18). Add CLAUDE.md invariants 9-10, code_roots -> [crates], and docs/project-layout.md documenting the day-in-the-life and project repo layout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
53 lines
1.2 KiB
YAML
53 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
|
|
code_roots: [crates]
|
|
|
|
naming:
|
|
counter_dirs: []
|
|
policy: flat
|
|
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 }
|