From e85ce19c3db298e508be3e2950c92706fc053559 Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Sat, 8 Aug 2026 18:48:34 -0600 Subject: [PATCH 1/2] Create 2024-08-05.md --- meetings/2024-08-05.md | 120 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 meetings/2024-08-05.md diff --git a/meetings/2024-08-05.md b/meetings/2024-08-05.md new file mode 100644 index 00000000..567afbe8 --- /dev/null +++ b/meetings/2024-08-05.md @@ -0,0 +1,120 @@ +# W3C Solid Community Group: Weekly + +* Date: 2026-08-05T14:00:00Z +* Call: https://meet.jit.si/solid-cg +* Repository: https://github.com/solid/specification + +## Chair + +* [elf Pavlik](https://elf-pavlik.hackers4peace.net) + + +## Present + +* Alain Bourgeois +* [Erich Bremer](https://ebremer.com/id/erich) +* Roberto S.K. Breitman +* Rui Zhao +* [Jesse Wright](https://jeswr.org/) + +### Regrets + +* + + +## Scribe + +* + +--- + +### Meeting Guidelines + +* [W3C Solid Community Group Calendar](https://www.w3.org/groups/cg/solid/calendar). +* [W3C Solid Community Group Meeting Guidelines](https://github.com/w3c-cg/solid/blob/main/meetings/README.md). +* No audio or video recording, or automated transcripts without consent. Meetings are transcribed and made public. If consent is withheld by anyone, recording/retention must not occur. +* Join queue to talk. +* Topics can be proposed at the bottom of the agenda to be discussed as time allows. Make it known if a topic is urgent or cannot be postponed. + +### Participation and Code of Conduct +* [Join the W3C Solid Community Group](https://www.w3.org/community/solid/join), [W3C Account Request](http://www.w3.org/accounts/request), [W3C Community Contributor License Agreement](https://www.w3.org/community/about/agreements/cla/) +* [Solid Code of Conduct](https://github.com/solid/process/blob/main/code-of-conduct.md), [Positive Work Environment at W3C: Code of Conduct](https://www.w3.org/policies/code-of-conduct/) +* Operating principle for effective participation is to allow access across disabilities, across country borders, and across time. Feedback on tooling and meeting timing is welcome. +* If this is your first time, welcome! Please introduce yourself. + +--- + +## Introductions + + +## Announcements + + +### OS Tools meeting - August 05th TODAY! +- https://www.w3.org/events/meetings/a6b0a3dc-30fe-4f08-ac74-f51ba5418d07 +- https://lists.w3.org/Archives/Public/public-solid/2026Jul/0016.html + +* eP: WASM, WASI, WIT, WAC, jco, Component Model + +## Actions Review + +* Michal to offer use case for application needs in LDO, regarding app capabilities +* Erich to check SPARQL 1.2 and HTTP QUERY status + https://w3c.github.io/sparql-protocol/spec/#query-operation + > The query operation must be invoked with either the HTTP GET or HTTP POST method (or, if the SPARQL Protocol service supports such requests, the HTTP QUERY method [RFC10008]). + > The HTTP QUERY method [RFC10008] can be used with SPARQL queries. Its use should be similar to the existing definitions and guidance for using HTTP POST with SPARQL queries with no other SPARQL-specific requirements. In the following sections, where SPARQL query requests using HTTP POST are described, HTTP QUERY may also be considered as an acceptable though not required feature of the SPARQL 1.2 Protocol. +* Jesse to setup ai diffing of the specs (Solid & LWS) + https://github.com/jeswr/lws-solid-diff + + + + +## Topics + +### Demos + +### TPAC Session for Solid CG + +https://github.com/w3c-cg/solid/issues/84 + +* eP: Please keep in mind registration fee, including on-line participations. [Fee waivers available](https://www.w3.org/news-events/tpac/2026/registration/#registration-fee-waiver) + +### Test suite for Solid Apps? + +* RZ: There is a test suite for solid servers, I'm talking about apps. This was bourght up as well few months ago. I found there is https://www.npmjs.com/package/molid package. It is a JS package implemented by Angelo. Have anyone used it before? I'm trying to test solid apps agains something. +* AB: What have been tested in SolidOS - ActivityStreams, the only area I've seen it. +* ...: You can check github solidos activitystreams pane uses that test. +* eP: is it UI or API +* ...: how lib developer uses that with their client? +* RZ: For me the problem is that there are several libraries, they work but may have hidden bugs +* ...: I've been using Soukai, I found a bug that does double patch. When I bring it up it was a problem with CSS or the interaction between them. I can only add timeouts or delays. Only because this was known, but there may be unknown behavior somewhere. +* ...: Test is pretty much a mock solid server, it may make it easier to define where the issue is. +* eP: https://github.com/hackers4peace/interop.space/issues/13 +* ...: We can also ask devs, like Jackson and Michal for their experience with LDO +* JW: I have codebase called Solid SDK, I have two useful things there. create-solid-app which bootstraps dev env including configured CSS instance for local testing, also agent skills to do testing against the local server. I'm moving from using CSS to use my own server implementation Sparq. It's rust which you can port to wasm and has much better startup. +* EB: I had student creating FUSE adater for Solid, I ported it to LWS +* RZ: https://github.com/renyuneyun/solid-fuse +* + +### AI / Coding Agent resources for Solid, and alternative preferences + +* RZ: I recall Jesse shared some claude skills. I find that there is a link to Solid SDK https://github.com/jeswr/solid-sdk +* ...: how is it to be used, how do i customise it? +* JW: my motivation was - some of the skills were referencing custom packages, i moved all those packages and skills referencing them to Solid SDK. There is still AGENTS.md in the root but you should be able point your agent to it and it will discover all the skills +* ...: If you would like to make changes just create PRs and Issues +* RZ: It makes sense. If i want to use it I can add the skills / subfolders +* JW: https://github.com/jeswr/solid-sdk/blob/main/AGENTS.md +* ...: Insturction for Local agent skills. It points to offline-first package. There is another sills folder solid-sd/skills There are skills for reactive-authentication and other external libs. Also type indexes etc. +* RZ: Does it mean that I need to add solid-sdk repo as a skill? +* JW: What I would do, I don't know the details how agents refer to skills. In my conversation I link to agents.md as url and tell agent to set iself up with those skills. +* RZ: If I need to personalize some of the opinionated skills, how do i do it? +* ...: I guess I just copy content and make my modifications and use that version. +* JW: I rarely touch skill files myself, I will in a conversation when pattern appears, I would tell LLM to update related skills to adjust it to what I expect. + +## Actions + +* JW: to explore CID WebID interop/migration + +## Decisions + + From bcc02e0395e515543f2291f73d51ba529241208a Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Mon, 10 Aug 2026 14:16:41 -0600 Subject: [PATCH 2/2] Update meetings/2024-08-05.md --- meetings/2024-08-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2024-08-05.md b/meetings/2024-08-05.md index 567afbe8..218b49a3 100644 --- a/meetings/2024-08-05.md +++ b/meetings/2024-08-05.md @@ -24,7 +24,7 @@ ## Scribe -* +* sporadic and random ---