• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-12 00:33:56 +00:00
b686ce75f8 Remove YAML support - S-expressions only
giles pushed to main at art-dag/celery 2026-01-12 00:31:00 +00:00
3dbbb52d23 Store plans in content-addressed cache (IPFS)
giles pushed to main at art-dag/celery 2026-01-12 00:29:55 +00:00
10fe05a049 Save plans as S-expressions under content hash
giles pushed to main at art-dag/celery 2026-01-12 00:26:06 +00:00
65a8170192 Use native S-expression for recipe/plan display
giles pushed to main at art-dag/celery 2026-01-12 00:23:13 +00:00
f554122b07 Replace plan JSON with colored S-expression display
giles pushed to main at art-dag/celery 2026-01-12 00:20:36 +00:00
82d94f6e0e Add inline media previews for runs list and detail page
giles pushed to main at art-dag/celery 2026-01-12 00:06:00 +00:00
5c3558e1ba Fix DAG visualization and step link handling
giles pushed to main at art-dag/celery 2026-01-11 23:57:51 +00:00
7a4cd3d413 Fix inputs parsing in runs list
giles pushed to main at art-dag/celery 2026-01-11 23:56:14 +00:00
e91803f71d Add runs and storage counts to home page stats
giles pushed to main at art-dag/celery 2026-01-11 23:54:59 +00:00
5e6ed38ca4 Improve recipe listing - check both uploader and owner
giles pushed to main at art-dag/celery 2026-01-11 23:53:41 +00:00
48faf7ee43 Fix media type detection using magic bytes
giles pushed to main at art-dag/celery 2026-01-11 23:42:54 +00:00
0a82158622 Support multiple input name formats for recipe run
giles pushed to main at art-dag/celery 2026-01-11 23:40:51 +00:00
fe8e65881d Map owner to uploader for S-expression recipes
giles pushed to main at art-dag/celery 2026-01-11 23:30:45 +00:00
8e70a9b9f2 Add interactive plan node selection with media previews
giles pushed to main at art-dag/celery 2026-01-11 23:21:36 +00:00
d73592fbe2 Fix DAG visualization node IDs
giles pushed to main at art-dag/celery 2026-01-11 23:19:01 +00:00
cdd29e07f5 Pin artdag to commit with sexp module
giles pushed to main at art-dag/celery 2026-01-11 23:17:58 +00:00
24b6b4af28 Give clear error when sexp module not available
giles pushed to main at art-dag/celery 2026-01-11 23:15:55 +00:00
0ead728fde Fix dag_elements undefined in run detail template
giles pushed to main at art-dag/celery 2026-01-11 23:09:41 +00:00
f7dbb952ab Preserve recipe name in run service and templates
giles pushed to main at art-dag/celery 2026-01-11 23:09:02 +00:00
e59a50c000 Add S-expression recipe support