brink-runtime 0.0.7

Runtime/VM for executing compiled ink stories
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.7]https://github.com/Syynth/brink/compare/brink-runtime-v0.0.6...brink-runtime-v0.0.7 - 2026-06-20

### Other

- welcoming README (playground/book links, overview, LLM-experiment disclaimer) ([#285]https://github.com/Syynth/brink/pull/285)

## [0.0.4]https://github.com/Syynth/brink/compare/brink-runtime-v0.0.3...brink-runtime-v0.0.4 - 2026-06-15

### Added

- shared-context flow sessions — "+ New flow" ([#200]https://github.com/Syynth/brink/pull/200) ([#201]https://github.com/Syynth/brink/pull/201)
- *(runtime,web)* host-directed parameterized knot entry ([#178]https://github.com/Syynth/brink/pull/178) ([#195]https://github.com/Syynth/brink/pull/195)
- *(replay)* shared external recording/replay primitive ([#189]https://github.com/Syynth/brink/pull/189) ([#191]https://github.com/Syynth/brink/pull/191)

## [0.0.3]https://github.com/Syynth/brink/compare/brink-runtime-v0.0.2...brink-runtime-v0.0.3 - 2026-06-13

### Added

- *(runtime,web)* choose_path_string / goToPath — host-directed story entry ([#165]https://github.com/Syynth/brink/pull/165) ([#167]https://github.com/Syynth/brink/pull/167)
- *(brink-web)* external-function binding foundation (Track A) ([#73]https://github.com/Syynth/brink/pull/73)
- structured, name-resolved State View debugger ([#62]https://github.com/Syynth/brink/pull/62) ([#70]https://github.com/Syynth/brink/pull/70)