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>
29 lines
404 B
TOML
29 lines
404 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "aura-cli"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aura-engine",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aura-core"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "aura-engine"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aura-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aura-std"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"aura-core",
|
|
]
|