|
| 1 | +# SPDX-License-Identifier: MPL-2.0 |
| 2 | +# Cursor rules for nextgen-typing. Full rules: AGENTS.md / CLAUDE.md. |
| 3 | + |
| 4 | +# ⛔ COORDINATION REPO — NOT A CODE REPO. |
| 5 | +# nextgen-typing documents and connects the type-theory pipeline |
| 6 | +# (katagoria → typell → typed-wasm → PanLL). It does NOT hold compiler, |
| 7 | +# kernel, language, or single-project code — including single-project proofs, |
| 8 | +# benchmarks, and tests. |
| 9 | +# |
| 10 | +# Before creating ANY implementation file or single-project proof here: STOP. |
| 11 | +# Put it in the owning repo. Routing table: |
| 12 | +# .machine_readable/bot_directives/placement.a2ml (authoritative) |
| 13 | +# AGENTS.md (human-readable) |
| 14 | +# CI enforces this: scripts/check-coordination-boundary.sh |
| 15 | +# |
| 16 | +# Only these belong here: coordination/architecture docs, .machine_readable/ |
| 17 | +# state, estate governance/CI scaffold, and CROSS-project proofs in |
| 18 | +# verification/proofs/ that import >=2 constituent repos (e.g. agda/EchoTyping.agda). |
| 19 | + |
| 20 | +# Then: read 0-AI-MANIFEST.a2ml, then .machine_readable/6a2/STATE.a2ml. |
| 21 | +# Licence MPL-2.0 (never AGPL) + SPDX header on every file. |
| 22 | +# Banned langs: TypeScript->ReScript, npm/Node->Deno, Go->Rust, Python->Julia/Rust. |
| 23 | +# Containers: Podman + Containerfile. Build via just. |
| 24 | +# No believe_me / assert_total / postulate / sorry / Admitted / unsafeCoerce. |
0 commit comments