diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..880b995 --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2026-05-07 - Contextual Copy Utility +**Learning:** Using Tailwind's `group-hover` and `focus` utilities (e.g., `opacity-0 group-hover:opacity-100 focus:opacity-100`) allows for contextual actions like "Copy" buttons to remain hidden by default, preserving the clean terminal aesthetic, while ensuring they are immediately available to both mouse users and keyboard users upon interaction. +**Action:** Implement similar reveal patterns for secondary actions to maintain a minimalist UI without sacrificing accessibility. diff --git a/os2.html b/os2.html index fb439ec..1e15005 100644 --- a/os2.html +++ b/os2.html @@ -84,8 +84,16 @@
++ +; OS*2 SYSTEM_INIT move rdi 10 ; ALLOC_SOVEREIGNTY push rdi ; SECURE_REGISTER @@ -148,6 +156,30 @@