Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cef4ce7
chore(deps): update tinymemory subproject commit
senamakel Aug 11, 2026
2447a68
chore(deps): update tinymemory vendor dependency
senamakel Aug 11, 2026
d28e530
chore(deps): update tinymemory vendor dependency
senamakel Aug 11, 2026
02d2706
chore(deps): update tinymemory subproject commit
senamakel Aug 11, 2026
9d88bfa
fix(driver): handle missing configuration gracefully
senamakel Aug 11, 2026
4e61f57
fix(driver): handle missing configuration gracefully
senamakel Aug 11, 2026
c65e1ce
fix(guard): correct policy evaluation for empty memory blocks
senamakel Aug 11, 2026
80559a3
fix(guard): remove unused import in policy.rs
senamakel Aug 11, 2026
1ecb0c0
fix(memory): handle empty memory list in retrieval
senamakel Aug 11, 2026
2036196
fix(registry): handle duplicate module registrations gracefully
senamakel Aug 11, 2026
9fab741
feat(modules): add memory module
senamakel Aug 11, 2026
3554064
fix(binding): handle missing memory binding gracefully
senamakel Aug 11, 2026
ed8f1a5
fix(memory-tests): correct test assertion for memory allocation
senamakel Aug 11, 2026
2b86002
fix(memory_tests): correct test assertion for memory retrieval
senamakel Aug 11, 2026
012fe1b
fix(registry): handle duplicate module registrations gracefully
senamakel Aug 11, 2026
f877b12
fix: reformat long lines in memory module and tests
senamakel Aug 11, 2026
2e755f7
chore(deps): update tinymemory subproject commit
senamakel Aug 11, 2026
573ca46
fix(binding): add missing Module variant to driver class conversion
senamakel Aug 11, 2026
00eb8d4
feat(memory): add boot-time policy for module loading
senamakel Aug 11, 2026
63d394f
refactor(memory): wire module-backed driver into memory binding
senamakel Aug 11, 2026
014db51
fix(memory): replace module driver with null provider due to trait mi…
senamakel Aug 11, 2026
a2bd24c
fix(memory): handle missing vendor module in memory driver
senamakel Aug 11, 2026
fa7d7b3
feat(memory): wire ModuleMemoryProvider into the binding for the Modu…
senamakel Aug 11, 2026
c4cde73
fix: restore `module_adapter` module declaration before doc comment
senamakel Aug 11, 2026
2ea4d56
fix(module_adapter): correct test assertion for memory retrieval
senamakel Aug 11, 2026
b0d16ab
fix(test): use typed constant for memory category in round-trip test
senamakel Aug 11, 2026
ddb5827
fix: reorder module declarations to match dependency order
senamakel Aug 11, 2026
c2bb07c
fix(memory): replace module adapter with null provider
senamakel Aug 11, 2026
e3f62a3
feat(memory): wire Module driver class to the real module provider
senamakel Aug 11, 2026
72eabd8
chore(deps): update tinymemory subproject commit
senamakel Aug 12, 2026
09f417a
feat(registry): update tinymemory module to v0.3.0 with platform assets
senamakel Aug 12, 2026
be3e364
fix(registry): remove tinymemory from pending-release list
senamakel Aug 12, 2026
4716050
refactor(registry): replace placeholder docs for tinymemory with rele…
senamakel Aug 12, 2026
dea8a9d
feat(registry): add doc comment for the ALL constant
senamakel Aug 12, 2026
fb5f188
test(memory): update asset test to verify per-host completeness
senamakel Aug 12, 2026
a16ebd2
chore: files changed Cargo.lock,vendor/tinymemory
senamakel Aug 12, 2026
d8b06c0
chore: files changed app/src-tauri/Cargo.lock
senamakel Aug 12, 2026
5b7b0ae
fix(binding): handle missing memory binding gracefully
senamakel Aug 12, 2026
21f4fde
fix(memory): handle missing binding key in binding lookup
senamakel Aug 12, 2026
7281747
fix(memory): handle missing binding key in binding lookup
senamakel Aug 12, 2026
21a916e
fix(runtime): restore context field for thread safety
senamakel Aug 12, 2026
1981c4b
fix(memory): handle empty memory list in retrieval
senamakel Aug 12, 2026
7bf817f
fix(modules): pass explicit operation label to proxy calls
senamakel Aug 12, 2026
fd7652e
fix(memory): pass operation name to proxy method
senamakel Aug 12, 2026
823573d
fix(boot): handle missing boot module gracefully
senamakel Aug 12, 2026
195398d
fix(boot): handle missing boot module gracefully
senamakel Aug 12, 2026
7fa2365
fix(boot): handle missing boot module gracefully
senamakel Aug 12, 2026
bb2c4cc
chore(deps): update Cargo.lock for new dependencies and version bumps
senamakel Aug 12, 2026
02e4e80
fix(boot): correct ModuleRecord path in should_eager_load
senamakel Aug 12, 2026
a2d6d53
chore: files changed app/src-tauri/Cargo.lock
senamakel Aug 12, 2026
f64dda5
fix(module_adapter): correct test assertion for memory retrieval
senamakel Aug 12, 2026
a610f5e
fix(module_adapter): apply thread safety fix from AR-004 to prevent d…
senamakel Aug 12, 2026
735e5ca
fix: correct test assertion for memory guard policy
senamakel Aug 12, 2026
3285ae7
test(module-adapter): reformat assertion for readability
senamakel Aug 12, 2026
17d2a72
chore(deps): update Cargo.lock for new dependencies and version bumps
senamakel Aug 12, 2026
e901c9b
fix(binding): return reported class alongside provider in build
senamakel Aug 12, 2026
bda2e3e
test(binding): add tests for module driver class reporting
senamakel Aug 12, 2026
ef1de98
chore(deps): update Cargo.lock to reflect dependency changes
senamakel Aug 12, 2026
8367cb5
chore(deps): update Cargo.lock with new dependencies and version bumps
senamakel Aug 12, 2026
90ff667
chore(deps): update Cargo.lock to reflect dependency changes
senamakel Aug 12, 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: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading