file-tree.txt
1 .github/workflows/ci.yml 2 .gitignore 3 .gitkeep 4 CHANGELOG.md 5 LICENSE.md 6 MILESTONES.md 7 Makefile 8 README.md 9 ROADMAP.md 10 adrs/0000-template.md 11 adrs/0001-use-gleam-otp-actors.md 12 adrs/0002-start-with-html-patches.md 13 adrs/0003-protocol-versioning.md 14 adrs/0004-separate-transport-from-runtime.md 15 adrs/0005-phantom-types-for-typestate.md 16 client/lightspeed.js 17 docs/architecture.md 18 docs/developer_guide.md 19 docs/file-tree.txt 20 docs/glossary.md 21 docs/protocol.md 22 docs/testing.md 23 examples/counter/README.md 24 gleam.toml 25 rfcs/0000-template.md 26 rfcs/0001-lightspeed-core.md 27 rfcs/0002-live-component-model.md 28 rfcs/0003-client-runtime.md 29 rfcs/0004-router-integration.md 30 specs/0001-core-runtime.md 31 specs/0002-transport-protocol.md 32 specs/0003-rendering-diff.md 33 specs/0004-agent-typestate.md 34 specs/0005-orthogonal-isa.md 35 specs/0006-security.md 36 specs/0007-public-api.md 37 src/lightspeed/agent/isa.gleam 38 src/lightspeed/agent/typestate.gleam 39 src/lightspeed/component.gleam 40 src/lightspeed/diff.gleam 41 src/lightspeed/protocol.gleam 42 src/lightspeed/testing.gleam 43 src/lightspeed/transport.gleam 44 src/lightspeed.gleam 45 test/lightspeed/agent/isa_test.gleam 46 test/lightspeed/agent/typestate_test.gleam 47 test/lightspeed/diff_test.gleam 48 test/lightspeed/transport_test.gleam 49 test/lightspeed_test.gleam