• Joined on 2024-04-09
giles pushed to sexpression at coop/rose-ash 2026-02-27 23:28:12 +00:00
1c794b6c0e Fix nested raw! sexp errors and missing container nav in market pages
giles pushed to sexpression at coop/rose-ash 2026-02-27 23:19:41 +00:00
d53b9648a9 Phase 6: Replace render_template() with s-expression rendering in all GET routes
giles pushed to sexpression at coop/rose-ash 2026-02-27 15:25:18 +00:00
8013317b41 Phase 5: Page layouts as s-expressions — components, fragments, error pages
giles pushed to sexpression at coop/rose-ash 2026-02-27 14:59:30 +00:00
04419a1ec6 Switch federation link-card fragment to sexp rendering
giles pushed to sexpression at coop/rose-ash 2026-02-27 14:46:37 +00:00
573aec7dfa Add restart: unless-stopped to all dev services
giles pushed to decoupling at coop/rose-ash 2026-02-27 14:45:51 +00:00
996ddad2ea Fix ticket adjust: commit before cart-summary fetch
f486e02413 Add orders to OAuth ALLOWED_CLIENTS
69a0989b7a Fix events: return 404 for deleted/missing calendar entries
0c4682e4d7 Fix stale cart count: commit transaction before cross-service fragment fetch
bcac8e5adc Fix events: use cart-mini fragment instead of local cart template
Compare 6 commits »
giles pushed to sexpression at coop/rose-ash 2026-02-27 14:44:56 +00:00
36b5f1d19d Fix blog startup deadlock: use direct DB instead of self-HTTP call
28c66c3650 Wire s-expression rendering into live app — blog link-card
Compare 2 commits »
giles pushed to sexpression at coop/rose-ash 2026-02-27 14:35:35 +00:00
5d9f1586af Phase 4: Jinja bridge for incremental s-expression migration
giles pushed to sexpression at coop/rose-ash 2026-02-27 14:31:11 +00:00
fbb7a1422c Phase 3: Async resolver with parallel I/O and graceful degradation
09010db70e Phase 2: HSX-style HTML renderer with render-aware evaluation
Compare 2 commits »
giles pushed to sexpression at coop/rose-ash 2026-02-27 13:26:25 +00:00
0fb87e3b1c Phase 1: s-expression core library + test infrastructure
996ddad2ea Fix ticket adjust: commit before cart-summary fetch
f486e02413 Add orders to OAuth ALLOWED_CLIENTS
69a0989b7a Fix events: return 404 for deleted/missing calendar entries
0c4682e4d7 Fix stale cart count: commit transaction before cross-service fragment fetch
Compare 7 commits »
giles created branch sexpression in coop/rose-ash 2026-02-27 13:26:25 +00:00
giles pushed to decoupling at coop/rose-ash 2026-02-27 10:05:28 +00:00
ae134907a4 Move _nav_entries_oob.html to shared templates instead of duplicating
giles pushed to decoupling at coop/rose-ash 2026-02-27 10:04:00 +00:00
db7342c7d2 Fix events: add missing _nav_entries_oob.html template
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:50:25 +00:00
94b1fca938 Fix entrypoint.sh permissions for new services
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:25:21 +00:00
96b02d93df Fix blog: add page_configs migration, fix stale cart reference in ghost_sync
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:19:50 +00:00
fe34ea8e5b Fix market crash: remove stale toggle_product_like import
f2d040c323 CI: deploy swarm only on main, dev stack on all branches
22460db450 Rewrite CLAUDE.md to reflect full monorepo
Compare 3 commits »
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:07:41 +00:00
1a74d811f7 Incorporate art-dag-mono repo into artdag/ subfolder
4c2e716558 Make JAX the primary fused-pipeline path for CPU/GPU parity
b788f1f778 Fix CPU HLS streaming (yuv420p) and opt-in middleware for fragments
4f49985cd5 Enable JAX compilation for streaming tasks
07cae101ad Use JAX for fused pipeline fallback on CPU instead of GPUFrame path
Compare 31 commits »
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:05:09 +00:00
1a179de547 Add s-expression architecture transformation plan
giles pushed to decoupling at coop/rose-ash 2026-02-27 09:03:40 +00:00
fa431ee13e Split cart into 4 microservices: relations, likes, orders, page-config→blog
giles pushed to decoupling at coop/rose-ash 2026-02-26 22:27:55 +00:00
76a9436ea1 Fetch product data from market service in cart's add_to_cart route