You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,25 @@ contacts (A VCARD Address Book, Group, Individual, Organization) can be handled
78
78
pane. Any other pane which wants to deal with contacts can just use the pane within its own user interface.
79
79
80
80

81
+
82
+
83
+
## Generative AI usage
84
+
The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
85
+
We have added comments in the code to make it explicit which parts are 100% written by AI.
86
+
87
+
### Prompt usage hitory:
88
+
* Model Claude Opus 4.6: Initially solid-panes is loaded into a HTML shell form mashlib that looks like ... Also, an iFrame is rendered inside the <divclass="TabulatorOutline"id="DummyUUID"> for “isolated pane rendering”. Analize the solid-panes code for what it uses from this HTML and suggest a new HTML structure which is mobile and accessibility friendly. Lets go ahead and make chnages in this code as suggested to accommodate the new databwroser HTML.
89
+
90
+
* Raptor mini: take a look how I wired the environement from mashlib into solid-panes. It is not quite right, can you suggest fixes?
91
+
92
+
* Raptor mini: Update the code to use the new solid-ui-header component. Keep in mind the log in and sign up are wired in specific ways.
93
+
94
+
* Auto: chnage the menu to fill up the menu items like in the code: async function getMenuItems (outliner: any) {
0 commit comments