mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
docs(pending): explain quarantine policy for non-Lean tool surfaces
This commit is contained in:
parent
e745086aeb
commit
59685d7e86
1 changed files with 10 additions and 0 deletions
10
pending/lean_unification/README.md
Normal file
10
pending/lean_unification/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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.
|
||||
Loading…
Add table
Reference in a new issue