Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
679adfa
refactor: overhaul computed and signal implementations for improved p…
volynetstyle Dec 14, 2025
49cc37c
feat(algebra): added causal algebra with coordinates and approval logic
volynetstyle Dec 17, 2025
4e8bd52
refactor: update package.json scripts, enhance CausalCoords interface…
volynetstyle Dec 19, 2025
d4f7f83
feat: Implement RecordFactory for immutable records
volynetstyle Dec 20, 2025
f4e6490
refactor: update package.json version, improve graph methods, and res…
volynetstyle Dec 21, 2025
1fed257
feat: update package.json to include Rollup plugins for build process
volynetstyle Dec 26, 2025
05e293e
refactor: update graph and ownership nodes to use 'frame' terminology…
volynetstyle Dec 26, 2025
5cae752
refactor: rename CausalRoot to CausalFrame and update GraphNode const…
volynetstyle Dec 27, 2025
020861a
refactor: rename CausalFrame to CausalRoot and update GraphNode const…
volynetstyle Dec 28, 2025
2134246
Refactor graph methods and modularize linking/unlinking functionality
volynetstyle Dec 29, 2025
956922d
feat(graph): implement intrusive directed graph structure with edges …
volynetstyle Jan 4, 2026
63bfef3
feat(composer): add Component interface and Runtime class for compone…
volynetstyle Jan 6, 2026
37edecb
feat(joinFrame): implement JoinFrame with zero-allocation join coordi…
volynetstyle Jan 6, 2026
8843cd0
refactor(joinFrame): optimize createJoin function by using local vari…
volynetstyle Jan 6, 2026
6b452fb
feat: add lattice implementations and testing infrastructure
volynetstyle Jan 11, 2026
e2db9c0
refactor(tests): remove obsolete JoinFrame test cases
volynetstyle Feb 13, 2026
1e1bb4a
feat: Implement Unrolled Queue and Scheduler
volynetstyle Feb 13, 2026
509c4d8
feat: Added new algorithms
volynetstyle Mar 6, 2026
ca6b749
fix: split the walkers
volynetstyle Mar 6, 2026
f1c25a9
new: Implements Quaternary (4-ary) min-heap
volynetstyle Mar 7, 2026
0cc9b80
feat: before goes on clocks
volynetstyle Mar 9, 2026
68ba40f
refactor: deleted unused files
volynetstyle Mar 9, 2026
7785b09
updated tests
volynetstyle Mar 10, 2026
07452f4
v1
volynetstyle Mar 10, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# 🧠 CORE: Node / TypeScript / Reflex Monorepo
# -------------------------------------------------------

memory

# Dependencies
node_modules/
.pnpm-store/
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
pnpm test
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.3.0",
"rollup-plugin-const-enum": "^1.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.0",
"typescript-eslint": "^8.0.0",
"vite": "^6.0.0",
"vitest": "^4.0.0"
"vitest": "^4.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.54.0"
}
}
149 changes: 0 additions & 149 deletions packages/@reflex/contract/CONTRACTS.md

This file was deleted.

24 changes: 0 additions & 24 deletions packages/@reflex/contract/package.json

This file was deleted.

175 changes: 0 additions & 175 deletions packages/@reflex/contract/src/index.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/@reflex/contract/tsconfig.build.json

This file was deleted.

Loading
Loading