Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
e85474e
v7 adoption: rename + paren naming + Mermaid overhaul
mellonis May 20, 2026
8ebea08
docs: drop stylized mermaid duplicates, link turing#173/#174 in narra…
mellonis May 20, 2026
11308d9
chore(release): 7.0.0-alpha.2 — engine alpha.2 adoption
mellonis May 21, 2026
941efc1
docs(CLAUDE): update peer-dep relationship section for v7 adoption
mellonis May 21, 2026
83aeaf6
docs(README): structural-summary diagrams + visualization fix + versi…
mellonis May 21, 2026
690662a
Merge pull request #84 from mellonis/feat/v7-adoption-82-83
mellonis May 21, 2026
8f2ef21
feat(PostMachine): drop subroutine hopper for acyclic plain-first-ins…
mellonis May 21, 2026
ff9b2b4
Merge pull request #88 from mellonis/feat/drop-acyclic-hopper-85
mellonis May 21, 2026
a36d86a
chore: co-locate spec files with their source (engine-repo convention)
mellonis May 21, 2026
6fa63c1
Merge pull request #89 from mellonis/chore/co-locate-spec-files
mellonis May 21, 2026
234b5c7
docs(README): add diagrams for noop and trailing-stop behaviors (#87)
mellonis May 21, 2026
41db85f
Merge pull request #90 from mellonis/docs/noop-trailing-stop-diagrams-87
mellonis May 21, 2026
3209c0c
feat: state tags + auto-tag policy (#86)
mellonis May 21, 2026
b9545ba
test: pin per-member `$tag` inside a group (#86)
mellonis May 21, 2026
f883833
docs: separate example + diagram for both `$tag` forms (#86)
mellonis May 21, 2026
1b147e7
Merge pull request #91 from mellonis/feat/state-tags-86
mellonis May 21, 2026
50bc29d
chore: widen engine peer dep `^7.0.0-alpha.3` → `^7.0.0-alpha.4`
mellonis May 23, 2026
392c447
Merge pull request #93 from mellonis/chore/widen-engine-peer-alpha-4
mellonis May 23, 2026
d80abf6
feat: drop module-load haltState lockdown (engine #207)
mellonis May 25, 2026
d52534f
docs(PostMachine): update stale lockdown-loop comment
mellonis May 25, 2026
cdb842a
docs: trim historical bloat from new comments
mellonis May 25, 2026
ede1352
Merge pull request #94 from mellonis/feat/drop-halt-lockdown
mellonis May 25, 2026
d28f7b1
docs: trim historical bloat + drop stale references in source comments
mellonis May 25, 2026
0a0f80e
Merge pull request #95 from mellonis/docs/trim-historical-comments-v7
mellonis May 25, 2026
78a7825
chore(release): 7.0.0-alpha.5
mellonis May 25, 2026
faff722
Merge pull request #96 from mellonis/v7-0-0-alpha-5
mellonis May 25, 2026
7b7c0e4
feat(adopt): PostMachine.run() → sync; new PostDebugSession (#97, eng…
mellonis May 25, 2026
c7ce869
test(adopt): migrate run({onPause/onStep/onIter}) call sites to runSt…
mellonis May 25, 2026
44517b7
adopt(post): engine pause descriptor {side,cause}; preserve internal …
mellonis May 28, 2026
a1b17c7
lint(post): drop now-unused MachineState import in debugger spec
mellonis May 28, 2026
db608a4
chore(adopt): refresh lockfile to engine alpha.6 (#97)
mellonis May 28, 2026
5a9114a
Merge pull request #100 from mellonis/adopt/engine-debug-session-97
mellonis May 28, 2026
bd58f37
docs: align README + specs with the sync run() / debugRun() API
mellonis May 28, 2026
e890960
chore(release): 7.0.0-alpha.6
mellonis May 28, 2026
3e67639
test: restore 100% coverage for PostDebugSession (step controls + lif…
mellonis May 28, 2026
d6db3e6
Merge pull request #102 from mellonis/v7-0-0-alpha-6
mellonis May 28, 2026
372cfb2
docs(claude): refresh v7 engine-adoption notes for post alphas 3-6
mellonis May 30, 2026
6c2c46f
Merge pull request #104 from mellonis/docs/v7-claude-relationship-ref…
mellonis May 30, 2026
6e0afa1
docs(machine): hedge wrapper-placement prose for framed wrappers
mellonis May 30, 2026
3f2f153
Merge pull request #105 from mellonis/docs/wrapper-placement-hedge
mellonis May 30, 2026
10dc2ba
feat(debug): PostDebugSession.stepInstruction() (7.0.0-alpha.7, #101)
mellonis Jun 2, 2026
d7003ba
docs: post README + CLAUDE.md catch up to stepInstruction (alpha.7, #…
mellonis Jun 2, 2026
f98d891
Merge pull request #106 from mellonis/feat/step-instruction
mellonis Jun 2, 2026
3cd5724
fix(debug): stepInstruction handles nested calls + 100% coverage
mellonis Jun 2, 2026
6a46c76
deps: widen peer @turing-machine-js/machine ^7.0.0-alpha.7 → ^7.0.0-a…
mellonis Jun 2, 2026
7de497d
Merge pull request #107 from mellonis/fix/step-instruction-coverage
mellonis Jun 2, 2026
37cf510
chore(deps): bump root devDeps + npm audit fix for v7.0.0 cut
mellonis Jun 3, 2026
274dff8
Merge pull request #108 from mellonis/chore/deps-bump
mellonis Jun 3, 2026
7aa4aee
release: v7.0.0
mellonis Jun 3, 2026
f96858e
deps: widen @turing-machine-js/machine peer + dep ^7.0.0-alpha.8 → ^7…
mellonis Jun 3, 2026
b672769
Merge pull request #109 from mellonis/chore/release-7.0.0
mellonis Jun 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 34 additions & 10 deletions CLAUDE.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ machine.replaceTapeWith(new Tape({

console.log(machine.tape.symbols.join('').trim()); // *** *

await machine.run();
machine.run();

console.log(machine.tape.symbols.join('').trim()); // ****
```
Expand Down Expand Up @@ -101,7 +101,7 @@ machine.replaceTapeWith(new Tape({

console.log(machine.tape.symbols.join('').trim()); // *

await machine.run();
machine.run();

console.log(machine.tape.symbols.join('').trim()); // **

Expand All @@ -114,7 +114,7 @@ machine.replaceTapeWith(new Tape({

console.log(machine.tape.symbols.join('').trim()); // ***

await machine.run();
machine.run();

console.log(machine.tape.symbols.join('').trim()); // ******
```
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "6.4.0",
"version": "7.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading
Loading