Metadata-Version: 2.4
Name: chlang
Version: 3.16.1
Summary: φ-lang v6 + φC engine: chess-identity capability library — pure-C engine, sealed agent (install flow: token + LLM_URL, 409 retoken), chained audit
Author: Cerie Raman
License: MIT
Keywords: phi-lang,chess,capability,engine,philang
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: python-chess>=1.999

# Clang

φ-lang v6 + φC engine — the allschills stack, cloned.

- **Capability dictionary** — reference-only registry (chess identity: FEN + sha)
- **Genesis membranes** — C library classified into membrane subfolders
- **Native C library** — φ subroutines compiled to real C (no VM)
- **Neuron blocks** — 1-3 inputs → one output, stateless, 8-way mesh
- **Hypergeometry** — block cube → board cube → membrane cube → lattice → brick
- **Script finder** — synthesize capabilities from the library
- **φ phrases** — board configurations, identity without the library

## Quick start

```python
import clang
clang.PhiDictionary().resolve('security')
clang.ScriptFinder().synthesize('guard authentication')
clang.NeuronBoard('/path/script.c').inject('a1', 99)
clang.BoardCube('sms')          # 512 block-cubes = 3072 blocks
```
