diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..aff43bd --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,7 @@ +# Palette UX Journal + +This journal documents critical UX and accessibility learnings from the RTECH-TECHNOLOGIES project. + +## 2026-04-18 - Copy Utility with Fallback +**Learning:** For terminal-style documentation, providing a copy utility significantly improves usability. However, relying solely on `navigator.clipboard` can fail in non-secure (HTTP) environments or older browsers. Implementing a hidden `textarea` fallback ensures the feature remains functional across all deployment scenarios common in industrial or internal testing environments. +**Action:** Use the robust copy-to-clipboard pattern with a visual "Copied!" state to provide immediate feedback and ensure cross-environment compatibility. diff --git a/os2.html b/os2.html index fb439ec..8456b31 100644 --- a/os2.html +++ b/os2.html @@ -84,8 +84,9 @@
++ +; OS*2 SYSTEM_INIT move rdi 10 ; ALLOC_SOVEREIGNTY push rdi ; SECURE_REGISTER @@ -147,7 +148,45 @@+