Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / annotate.js
Created January 31, 2026 23:42
OpenClaw Annotations v2 - Mobile Support
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / annotation-test.html
Created January 31, 2026 23:36
Annotation Debug Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Annotation Test</title>
<style>
body {
font-family: -apple-system, sans-serif;
max-width: 600px;
@jalehman
jalehman / ai-workshop-annotatable.html
Created January 31, 2026 23:32
AI Workshop Materials (with annotations) - Jan 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martian Engineering — AI Workshop Materials</title>
<style>
:root {
--bg: #0f0f0f;
--bg-card: #1a1a1a;
@jalehman
jalehman / annotate.js
Last active January 31, 2026 23:42
OpenClaw Preview Annotations v1
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / ai-workshop-materials.html
Created January 31, 2026 23:20
Martian Engineering AI Workshop Materials - Jan 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martian Engineering — AI Workshop Materials</title>
<style>
:root {
--bg: #0f0f0f;
--bg-card: #1a1a1a;
@jalehman
jalehman / martian-todos-preview.html
Created January 31, 2026 23:10
Martian Todos Workshop Demo - Feb 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martian Todos — Workshop Demo Repo</title>
<style>
:root {
--bg: #0d1117;
--bg-secondary: #161b22;
@jalehman
jalehman / memory-architecture-public.html
Created January 30, 2026 23:03
Three-Layer Memory System - Agent Skill Architecture
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three-Layer Memory System — Architecture Reference</title>
<style>
:root {
--bg: #0d1117;
--bg-secondary: #161b22;
@jalehman
jalehman / memory-architecture.html
Created January 30, 2026 22:53
Three-Layer Memory System Architecture Reference
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three-Layer Memory System — Architecture Reference</title>
<style>
:root {
--bg: #0d1117;
--bg-secondary: #161b22;
@jalehman
jalehman / auth0-option-a-v2.html
Created January 30, 2026 21:01
LSE Identity Architecture - Option A v2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LSE Identity Architecture — Option A</title>
<style>
:root {
--bg: #0f172a;
--surface: #1e293b;
@jalehman
jalehman / auth0-option-a-architecture.html
Created January 30, 2026 20:59
LSE Identity Architecture - Option A (Separate Audience)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LSE Identity Architecture — Option A (Separate Audience)</title>
<style>
:root {
--bg: #0f172a;
--surface: #1e293b;