• Joined on 2024-04-09
giles pushed to relations at coop/rose-ash 2026-02-28 15:16:37 +00:00
f4c2f4b6b8 Add internal-first strategy for sexpr:// protocol development
giles pushed to relations at coop/rose-ash 2026-02-28 15:11:08 +00:00
881ed2cdcc Add doc on sexp as microservice wire format
giles pushed to relations at coop/rose-ash 2026-02-28 15:08:45 +00:00
2ce2077d14 Add risks and pitfalls analysis for sexp protocol
giles pushed to relations at coop/rose-ash 2026-02-28 15:04:15 +00:00
8cf834dd55 Add doc on how sexp protocol fundamentally changes the web
giles pushed to relations at coop/rose-ash 2026-02-28 14:59:38 +00:00
4daecabf30 Add open verb system to unified sexp protocol spec
giles pushed to relations at coop/rose-ash 2026-02-28 14:52:19 +00:00
19240c6ca3 Add cooperative compute mesh: client-as-node, GPU sharing, IPFS persistence
giles pushed to relations at coop/rose-ash 2026-02-28 14:44:41 +00:00
3e29c2a334 Unify sexp protocol and ActivityPub extension into single spec
giles pushed to relations at coop/rose-ash 2026-02-28 14:40:20 +00:00
a70d3648ec Add sexp protocol spec and tiered client architecture plan
0d1ce92e52 Fix sexp parse errors: avoid literal parentheses in sexp string args
09b5a5b4f6 Convert account, orders, and federation sexp_components.py to pure sexp() calls
f0a100fd77 Convert cart sexp_components.py from f-string HTML to pure sexp() calls
16da08ff05 Fix market and calendar URL routing
Compare 5 commits »
giles pushed to relations at coop/rose-ash 2026-02-28 13:40:17 +00:00
5c6d83f474 Add sexp ActivityPub extension plan with implementation phases
da8a766e3f Convert all f-string HTML to sexp() in market/sexp/sexp_components.py
Compare 2 commits »
giles pushed to relations at coop/rose-ash 2026-02-28 13:31:40 +00:00
9fa3b8800c Add sexp-as-wire-format rationale for AI-driven systems
giles pushed to relations at coop/rose-ash 2026-02-28 13:27:49 +00:00
f24292f99d Convert editor panel <script> block to sexp wrapper
giles pushed to relations at coop/rose-ash 2026-02-28 13:25:00 +00:00
de3a6e4dde Convert all f-string HTML to sexp() in blog/sexp/sexp_components.py
0bb57136d2 Add sexpr.js runtime plan and comprehensive Ghost removal plan
Compare 2 commits »
giles pushed to relations at coop/rose-ash 2026-02-28 12:40:11 +00:00
495e6589dc Convert all remaining f-string HTML to sexp() in events/sexp_components.py
903193d825 Convert events header/panel f-string HTML to sexp calls
Compare 2 commits »
giles pushed to relations at coop/rose-ash 2026-02-28 12:09:06 +00:00
eda95ec58b Enable cross-subdomain htmx and purify layout to sexp
giles pushed to relations at coop/rose-ash 2026-02-28 09:25:33 +00:00
d2f1da4944 Migrate callers from attach-child/detach-child to relate/unrelate API
giles pushed to relations at coop/rose-ash 2026-02-28 08:55:59 +00:00
53c4a0a1e0 Externalize sexp component templates and delete redundant HTML fragments
9c6170ed31 Add SVG child elements (path, circle, rect, etc.) to HTML_TAGS
a0a0f5ebc2 Implement flexible entity relation system (Phases A–E)
Compare 3 commits »
giles created branch relations in coop/rose-ash 2026-02-28 08:55:59 +00:00
giles pushed to sexpression at coop/rose-ash 2026-02-28 08:23:17 +00:00
6f1d5bac3c relation plan
giles pushed to sexpression at coop/rose-ash 2026-02-28 01:40:06 +00:00
b52ef719bf Fix 500 errors and double-slash URLs found during sexp rendering testing
838ec982eb Phase 7: Replace render_template() with s-expression rendering in all POST/PUT/DELETE routes
Compare 2 commits »
giles pushed to sexpression at coop/rose-ash 2026-02-27 23:31:02 +00:00
e65232761b Fix NoneType strftime error in events calendar grid