• Joined on 2025-04-05
lentil created branch chore/major-cleanup in lentil/rhizome-node 2025-07-08 14:06:17 -05:00
lentil pushed to chore/major-cleanup at lentil/rhizome-node 2025-07-08 14:06:17 -05:00
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-07-08 14:05:32 -05:00
f79a6921fc fixed tons of stuff
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-25 16:43:23 -05:00
29b1b8bb9a hard-won battle to fix view resolution
bdc6958b49 more progress
880affad1c progress
9957dccddd fix: improve resolver dependency handling and logging
Compare 4 commits »
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-25 11:19:20 -05:00
d0941f417e refactor: optimize lossless view and improve code quality
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-25 06:10:54 -05:00
d7c4fda93e refactor(resolver): overhaul plugin system and dependency handling
1329a75a8f Updated and organized documentation
ceb9d9a0cf Module alias for @src
Compare 3 commits »
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-23 01:00:07 -05:00
ef6efe758f planning
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-23 00:16:37 -05:00
f6790bf90d Separated custom-resolver.ts into separate files
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 23:47:51 -05:00
cf29338c9b feat: add plugin dependency support to CustomResolver
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 23:18:57 -05:00
8de512cd5b feat: add inter-plugin dependencies to CustomResolver
fa739d047f remove useless test
Compare 2 commits »
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 22:34:23 -05:00
65a6230959 Revert changes to CustomResolver
07c8da3cea removed prior attempt at relationship graph
Compare 2 commits »
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 20:42:12 -05:00
5afd3232cb feat: enable inter-plugin state sharing in CustomResolver
a248f1d1a8 minor housekeeping
Compare 2 commits »
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 18:40:02 -05:00
73d2bf23f5 refactor: simplify relationship graph implementation
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 14:02:31 -05:00
76e00f38af stabilized in prep for continuing on lossy relationship resolver
c04439713c relationships as domain entities
Compare 2 commits »
lentil created branch feature/delta-analysis in lentil/rhizome-node 2025-06-22 01:18:18 -05:00
lentil pushed to feature/delta-analysis at lentil/rhizome-node 2025-06-22 01:18:18 -05:00
54a50a9c22 JSON AST spike
f4ea2eca39 refactor: replace NegationHelper.createNegation with DeltaBuilder.negate
9f27912c4a JSON AST first cut
a8d8e71885 removing stale comments
0b58c4cd0e Minor adjustments to test setup
Compare 6 commits »
lentil pushed to main at lentil/rhizome-node 2025-06-22 01:17:15 -05:00
lentil pushed to main at lentil/rhizome-node 2025-06-22 01:13:35 -05:00
54a50a9c22 JSON AST spike
f4ea2eca39 refactor: replace NegationHelper.createNegation with DeltaBuilder.negate
9f27912c4a JSON AST first cut
a8d8e71885 removing stale comments
0b58c4cd0e Minor adjustments to test setup
Compare 6 commits »
lentil pushed to main at lentil/rhizome-node 2025-06-20 22:55:35 -05:00
62d0f5355c Merge pull request 'Delta Builder Fluent API' (#4) from chore/delta-format-standardization into main
795551c623 refactor: migrate all delta creation to use DeltaBuilder
60ad920b30 refactor: update test files to use DeltaBuilder fluent API
5c1c8a23b8 refactor: update delta declarations to use DeltaBuilder in lossless tests
4542c4ce83 Use deltaBuilder in lossless.decompose
Compare 8 commits »
lentil merged pull request lentil/rhizome-node#4 2025-06-20 22:55:33 -05:00
Delta Builder Fluent API