Production hub

Docs, evidence snapshot, and release history.

A public reference surface for the compiler pipeline, current evidence, and shipped redesign slices.

Docs

Developer docs

Start with the compiler stages, CSK engine layers, route coverage, and preview API surface.

Chef pipeline

parse

detect + harvest

marinate

normalize into the environment

validate

parbake gates

roast

emit target language

serve

assemble response

USG graph projection

USG is a graph projection of the CSK engine. It visualizes semantic state; route availability still comes from behavior gates and ledger validity.

Language matrix

0 active pairs, 0 active edges, 30 language inventory entries, and 24 closed for hardening.

/#matrix

Preview API contract

Preview API access is session/plan based. API keys, per-key quotas, and key rotation are not issued in this slice.

/api/openapi.json
endpointmethodscope
/api/langs/pair-manifestGETPair capability manifest.
/api/langs/support-contractGETLanguage-level support status.
/api/langs/togglesGETEditor dropdown exposure data.
/api/chef/processPOSTPreview conversion pipeline. Rate-limited and payload-capped.
/api/openapi.jsonGETGenerated OpenAPI contract from shared route constants.

Integration preview

Anonymous and non-admin requests require Content-Length and are capped at 50 KB. Admin requests are capped at 1 MB, and deployment settings may require session/admin auth.

curl -X POST https://www.lenacode.com/api/chef/process \
  -H "content-type: application/json" \
  --data '{"code":"(define (square x) (* x x))","explicitLanguage":"lispex","targetLanguage":"javascript","stage":"roast"}'

Status

Evidence snapshot

Build-time evidence dashboard from sanitized ledger artifacts. Runtime refresh is intentionally out of scope for this round.

Launch status: the compiler foundation and evidence system are live. Public routes are intentionally limited to verified pairs while each language is hardened and reopened. Pro opens after the verification architecture gate is satisfied, with the verified routes available then; hardening continues independently.

Snapshot generated at 2026-05-20 07:44

tracks

15/15Derived from reports/evidence-ledger.json: 15 PASS tracks out of 15 tracked evidence tracks.

evidence-ledger tracks valid

Codebase stats

1.2MDerived from codebase statistics snapshot: 6740 files and 1153651 counted lines.

6,740Derived from codebase statistics snapshot: 6740 files and 1153651 counted lines. files

Recent gate runs

18Derived from recent evidence run summary: 18 sanitized recent gate rows.

sanitized gate rows

Input · Lispex

input/lispex

green

2026-05-19 04:40

86/86 pass · 0 fail

Input · Topaz

input/topaz

green

2026-05-19 04:41

56/56 pass · 0 fail

Input route → Engine

ir/lena-from-lispex

green

2026-05-19 05:05

6/6 pass · 0 fail

Input route → Engine

ir/lena-from-topaz

green

2026-05-19 05:06

5/5 pass · 0 fail

Engine route → Output

ir/lena-to-lispex

green

2026-05-20 07:43

6/7 pass · 0 fail

Engine route → Output

ir/lena-to-topaz

green

2026-05-20 07:43

3/7 pass · 0 fail

Engine marker audit

ir/lena-marker-metadata

green

2026-05-19 05:06

18/18 pass · 0 fail

Roundtrip · Lispex

roundtrip/lispex

green

2026-05-19 04:40

125/125 pass · 0 fail

Roundtrip · Topaz

roundtrip/topaz

green

2026-05-19 04:41

3/3 pass · 0 fail

Lispex → JavaScript

transpile/lispex-javascript

green

2026-05-19 04:55

92/92 pass · 0 fail

Lispex → TypeScript

transpile/lispex-typescript

green

2026-05-19 04:59

99/99 pass · 0 fail

Lispex → Python

transpile/lispex-python

green

2026-05-19 05:03

99/99 pass · 0 fail

Lispex → Topaz

transpile/lispex-topaz

green

2026-05-19 05:04

52/52 pass · 0 fail

Topaz → Lispex

transpile/topaz-lispex

green

2026-05-19 05:05

62/62 pass · 0 fail

Topaz → JavaScript

transpile/topaz-javascript

green

2026-05-19 21:05

Codebase stats

Generated at 2026-05-26 00:41

code771KDerived from codebase statistics snapshot: 6740 files and 1153651 counted lines. lines
docs383KDerived from codebase statistics snapshot: 6740 files and 1153651 counted lines. lines

Recent gate runs

Engine route → Output

PASS

gate-ir-lena-to-topaz

Engine route → Output

PASS

gate-ir-lena-to-lispex

Topaz → JavaScript

PASS

run-all-topaz-javascript

Topaz → JavaScript

PASS

gate3-topaz-javascript-unsupported

Topaz → JavaScript

PASS

gate3-topaz-javascript-smoke

Topaz → JavaScript

PASS

gate2-topaz-javascript-determinism

Topaz → JavaScript

PASS

gate1-topaz-javascript

Topaz → JavaScript

PASS

gate0-topaz-javascript-contract

Route coverage detail

Each row is derived from the route coverage contract. Partial routes are attemptable, but not labeled verified until their missing grammar components are covered or explicitly excluded.

Attemptable0Derived from public route coverage surface: 0 attemptable routes with route-specific coverage states.verified0Derived from public route coverage surface: 0 attemptable routes with route-specific coverage states.partial0Derived from public route coverage surface: 0 attemptable routes with route-specific coverage states.coverage pending0Derived from public route coverage surface: 0 attemptable routes with route-specific coverage states.

RELEASE LOG

Changelog

Slice-level release history derived from git log and curated public titles.

Changelog generated at 2026-05-21

Featured updates

30/50

  1. copy

    Marketing copy refresh

    Slice copy · 2026-05-21

    e6ec5053a
  2. landing

    Landing surface

    Slice landing · 2026-05-21

    2dc204704
  3. hub

    Hub surface

    Slice hub · 2026-05-20

    e002ba103
  4. ssot

    SSoT documentation

    Slice ssot · 2026-05-20

    75693e6e5

Recent changes

  1. ui

    UI refresh

    2026-05-207247edbeb
  2. visual

    Visual refresh

    2026-05-209ab8365ea
  3. web

    Web surface update

    2026-05-19128dffab7
  4. recovery

    Observability + docs reset

    2026-05-19724849c1c
  5. recovery

    Snapshot archive inventory

    2026-05-19069bd85f6
  6. recovery

    Language gate recovery

    2026-05-19bf657abb0
  7. recovery

    Recovery archive: lispex roaster

    2026-05-196cf00d5a9
  8. system

    Route-first launch honesty

    2026-05-19390c57b0f

Earlier trail

  1. recovery

    Parbaker recovery subset

    Slice 30c60 · 2026-05-18eacc7fcd8
  2. hardening

    Evidence hash policy fix

    Slice 30c59 · 2026-05-18ba121168a
  3. ui

    Inspector reconstruction

    Slice 30c58 · 2026-05-18b94dedd0f
  4. content

    Plan taxonomy cleanup

    Slice 30c57 · 2026-05-1848841663a
  5. system

    Review fix pass

    Slice 30c55 · 2026-05-18d47a65f5c
  6. docs

    Privacy processor accuracy

    Slice 30c54 · 2026-05-18149405c31
  7. system

    Launch governance closeout

    Slice 30c53 · 2026-05-188b9ae104c
  8. system

    Launch governance closeout

    Slice 30c52 · 2026-05-183d9a4ae2c
  9. system

    Launch governance closeout

    Slice 30c51 · 2026-05-18b2e2a807e
  10. system

    Launch governance closeout

    Slice 30c50 · 2026-05-17660e16dd9
  11. system

    Launch governance closeout

    Slice 30c49 · 2026-05-17a444e7618
  12. system

    Launch governance closeout

    Slice 30c48 · 2026-05-17e35d1eabd
  13. system

    Launch governance closeout

    Slice 30c47 · 2026-05-17c5c57fece
  14. system

    Launch governance closeout

    Slice 30c46 · 2026-05-1763c8e1636
  15. system

    Launch governance closeout

    Slice 30c45 · 2026-05-17e69be4867
  16. system

    Launch governance closeout

    Slice 30c44 · 2026-05-1627c924901
  17. system

    Launch governance closeout

    Slice 30c43 · 2026-05-167af9d598d
  18. system

    Launch governance closeout

    Slice 30c42 · 2026-05-16132d57728