3d33cc6fe5
Captures the rough-sketch interview as 15 discrete contracts (guarantee / forbids / why): determinism, causality, single-merge-at-ingestion, cycle granularity, freshness-gated recompute, firing policies A/B, SoA scalar payloads, node contract, fractal acyclic composition, the broker-is-part-of-strategy execution chain, generalized sources with the record-then-replay boundary, the atomic sim unit + four axes, authoring-only hot-reload, headless two-faced core, and resampling/sessions. Also corrects the tracker repo name to Brummel/Aura. 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, nodes]
|
|
|
|
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 }
|