Metadata-Version: 2.4
Name: chlang
Version: 3.16.0
Summary: φ-lang v6 + φC engine: chess-identity capability library — pure-C engine, sealed agent, 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

# chlang — φ-lang v6 + φC engine (v3.16.0)

The chess-identity capability library: a pure-C engine plus a Python API.

## What's in the box

- **Pure-C engine (v3.16.0)** — bundled source in `chlang/engine/`:
  deterministic board builder, 25-class dictionary, 10,497 C capability
  scripts, SHA-256 chained audit, `chlang board raman run` (60-block
  white-label agent that fires on C), `chlang consume` (gap check).
  Builds on first use (`chlang` command needs gcc/make; the Python API
  does not).
- **Python API** — `import chlang` gives the φ-lang v6 surface: v6_phrase
  encode/decode, phi_board/phi_membrane/phi_hyper geometry, mesh engine
  (256-particle Brain + hot/warm/cold MeshEngine), capability dict.

## Quick start

```bash
pip install chlang
chlang                     # engine: dictionary, phrases
chlang board raman run     # fire the whole agent board on C
python -c "import chlang; print(chlang.__version__)"
```

## The agent

`chlang board raman run` fires all 60 blocks as real C execution with
locations (`brick.lattice.crystal.boardcube.board.block`); every fire is
recorded in a tamper-evident SHA-256 chain. The deployable sealed bot
ships in `c_phrases/raman/` (brain + launcher + env template).

## Repository

github.com/raman-cerie/chlang — versioned folders v0.1.0 → v3.16.0.
