My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add feature description for x-ocaml cell modes stream

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+19
+19
FEATURE.md
··· 1 + # Feature: x-ocaml cell modes 2 + 3 + Extend the x-ocaml WebComponent to support exercise, test, hidden, and 4 + interactive cell modes — enabling assessment-style worksheets and 5 + step-by-step tutorials. 6 + 7 + ## Scope 8 + 9 + - Exercise cells: editable skeleton code with CodeMirror 10 + - Test cells: immutable assertions linked to exercises (positional + explicit) 11 + - Hidden cells: setup code that runs but isn't shown 12 + - Interactive cells: demo/example code (read-only, visible) 13 + - Cell dependency ordering and execution within environments 14 + - Test-to-exercise linking resolution 15 + 16 + ## References 17 + 18 + - [Design](docs/plans/2026-02-20-ocaml-interactive-tutorials-design.md) — Sections 2, 4 19 + - [Plan](docs/plans/2026-02-20-ocaml-interactive-tutorials-plan.md) — Stream 2 (tasks 2.1–2.6)