• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-13 01:21:57 +00:00
bf188f4671 Remove dead code: execute_level, render_dog_from_cat, duplicate file_hash
giles pushed to main at art-dag/celery 2026-01-13 00:27:25 +00:00
d603485d40 Refactor to S-expression based execution with code-addressed cache IDs
giles pushed to main at art-dag/celery 2026-01-13 00:00:04 +00:00
2c27eacb12 Convert DAG nodes dict to steps list in get_run_plan()
giles pushed to main at art-dag/celery 2026-01-12 23:50:54 +00:00
1ad8fe9890 Fix plan storage path to match get_by_cid lookup
giles pushed to main at art-dag/celery 2026-01-12 22:41:18 +00:00
3e3df6ff2a Code-addressed node IDs and remove JSON index files
giles pushed to main at art-dag/celery 2026-01-12 21:20:31 +00:00
faf794ef35 Use IPFS as universal fallback for content lookup
giles pushed to main at art-dag/celery 2026-01-12 21:18:21 +00:00
a4bf0eae24 Add filesystem fallback when artdag Cache lookup fails
giles pushed to main at art-dag/celery 2026-01-12 21:15:12 +00:00
9a1ed2adea Fetch source content from IPFS if not in local cache
giles pushed to main at art-dag/celery 2026-01-12 21:07:11 +00:00
f67aacdceb Add detailed logging to cache_manager put and get_by_cid
giles pushed to main at art-dag/celery 2026-01-12 20:51:17 +00:00
da4e2e9d3d Fix stats counting to use ownership-based database queries
giles pushed to main at art-dag/celery 2026-01-12 20:37:20 +00:00
f7fa683bcf Add logging to save_item_metadata for debugging
giles pushed to main at art-dag/celery 2026-01-12 20:35:09 +00:00
6c973203fc Add debug logging to recipe upload and get
giles pushed to main at art-dag/celery 2026-01-12 20:10:25 +00:00
7e38b4a0c8 Fix undefined cache_manager in clear_user_data
giles pushed to main at art-dag/celery 2026-01-12 20:02:56 +00:00
8bf6f87c2a Implement ownership model for all cached content deletion
abe89c9177 Fix effects router to use proper ownership model
Compare 2 commits »
giles pushed to main at art-dag/celery 2026-01-12 19:40:40 +00:00
427de25e13 Fix recipe ownership tracking via item_types table
giles pushed to main at art-dag/celery 2026-01-12 19:26:39 +00:00
a5a718e387 Remove owner check from recipe deletion (security fix)
giles pushed to main at art-dag/celery 2026-01-12 19:07:47 +00:00
c5c7e5e162 Fix file_hash called after move in cache_manager.put
giles pushed to main at art-dag/celery 2026-01-12 19:02:18 +00:00
b36aab33bb Fix clear-data to check recipe delete return value
giles pushed to main at art-dag/client 2026-01-12 18:44:32 +00:00
3d663950f1 Add plan_cid to run status, change Output Hash to Output
giles pushed to main at art-dag/celery 2026-01-12 18:43:57 +00:00
2e3d3a5c6d Store DAG plan to IPFS and track plan_cid in run_cache