generated from coulomb/repo-seed
State-hub connect and initial workplans
This commit is contained in:
20
.claude/rules/architecture.md
Normal file
20
.claude/rules/architecture.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Architecture Notes
|
||||
|
||||
The intended architecture is layered:
|
||||
|
||||
```text
|
||||
markitect-tool -> syntax layer
|
||||
kontextual-engine -> system/runtime layer
|
||||
infospace-bench -> application layer
|
||||
```
|
||||
|
||||
The first implementation should establish repo shape before service shape:
|
||||
|
||||
- `infospaces/` for concrete infospace projects
|
||||
- `schemas/` or dependency references for artifact schemas
|
||||
- `workflows/` for application-level workflow definitions
|
||||
- `reports/` for evaluation and inspection outputs
|
||||
- `docs/` for migration and design records
|
||||
|
||||
Use direct dependencies on lower-layer projects only where they clarify the
|
||||
boundary. Avoid copying infrastructure wholesale from `markitect-main`.
|
||||
Reference in New Issue
Block a user