mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
10 lines
446 B
Markdown
10 lines
446 B
Markdown
# Pending (Lean Unification)
|
|
|
|
This folder quarantines files that violate the repo's Lean-first direction:
|
|
|
|
- Lean defines **surfaces** (tool lists, schemas, semantics).
|
|
- Non-Lean languages (Rust/Python/etc.) may only implement **thin shims** that:
|
|
- execute Lean-owned decisions, or
|
|
- provide transport/runtime plumbing, without inventing new surface semantics.
|
|
|
|
Anything here should be treated as *not canonical* and is pending port/removal.
|