Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / standup.html
Created February 14, 2026 15:04
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup — pagedrop-infra (Feb 14, 2026)</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; --pico-border-radius: 8px; }
body { padding: 2rem 1rem; max-width: 800px; margin: 0 auto; }
@jalehman
jalehman / standup-deedee.html
Created February 13, 2026 15:05
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeeDee Daily Standup - Feb 13, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; }
body { padding: 2rem 1rem; max-width: 1200px; margin: 0 auto; }
@jalehman
jalehman / 2026-02-11-connected-play-standup-3962b6873f6de230f371e8a6b4b34b8f.html
Last active February 11, 2026 15:02
Daily Standup - connected-play #connected-play
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connected Play Daily Standup — Feb 11, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; }
main { max-width: 900px; padding: 2rem 1rem; }
@jalehman
jalehman / standup-deedee.html
Created February 9, 2026 15:09
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeeDee Daily Standup - Feb 9, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root {
--pico-font-size: 16px;
@jalehman
jalehman / standup.html
Created February 9, 2026 15:06
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - pagedrop-infra</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; }
.status-clean { color: #10b981; }
@jalehman
jalehman / standup-cp.html
Created February 9, 2026 15:03
Daily Standup - connected-play #connected-play
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connected Play Standup — Feb 9, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root{--pico-font-size:15px}
body{max-width:960px;margin:0 auto;padding:1.2rem}
@jalehman
jalehman / standup-cp.html
Created February 9, 2026 15:01
Daily Standup - connected-play #connected-play
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connected Play Daily Standup - Feb 9, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; }
body { padding: 1rem; max-width: 1200px; margin: 0 auto; }
@jalehman
jalehman / pr-supersession-report.html
Created February 7, 2026 23:01
OpenClaw PR Supersession Analysis - Feb 7 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenClaw PR Supersession Analysis</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0d1117; color: #c9d1d9; line-height: 1.6; padding: 2rem; max-width: 900px; margin: 0 auto; }
h1 { color: #58a6ff; font-size: 1.8rem; margin-bottom: 0.5rem; }
@jalehman
jalehman / shortlist-feb6-pm.html
Created February 7, 2026 01:05
Content Pipeline Scout Shortlist — pagedrop
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Content Shortlist</title>
<style>
:root {
--bg: #0d1117;
--card: #161b22;
@jalehman
jalehman / shortlist.html
Created February 7, 2026 00:04
Content Scout Shortlist - February 6th, 2026 #pagedrop
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Content Scout Shortlist</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: #1e1e2e;