Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / orville-ignore-review.html
Created March 12, 2026 14:08
Orville Ignore Sessions Review — lossless-claw #39 #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orville's Ignore Sessions — Code Review</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@jalehman
jalehman / prince-stateless-review.html
Created March 12, 2026 14:03
Prince Stateless Sessions Review — lossless-claw #39 #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prince's Stateless Sessions — Code Review</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@jalehman
jalehman / standup-deedee.html
Created March 6, 2026 15:10
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - deedee-ai</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #19191e; }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
@jalehman
jalehman / standup-maniple.html
Created March 6, 2026 15:08
Daily Standup - maniple #maniple
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - maniple</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #0f0f11; --pico-card-background-color: #18181b; --pico-primary: #6366f1; }
.priority-P0 { color: #ef4444; font-weight: bold; }
@jalehman
jalehman / standup.html
Created March 5, 2026 15:05
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</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
body { background-color: #1a1a2e; }
.container { max-width: 800px; margin: 0 auto; padding: 2rem; }
@jalehman
jalehman / standup-deedee.html
Created March 3, 2026 15:07
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>Daily Standup - deedee-ai</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 14px; }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
@jalehman
jalehman / standup-maniple.html
Created March 3, 2026 15:05
Daily Standup - maniple
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - Maniple</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #1a1b26; --pico-card-background-color: #24283b; --pico-card-border-color: #414868; }
body { background-color: #1a1b26; color: #c0caf5; }
@jalehman
jalehman / standup.html
Created March 2, 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</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #1a1b26; }
body { padding: 2rem; max-width: 800px; margin: 0 auto; }
@jalehman
jalehman / standup-deedee.html
Created February 27, 2026 15:09
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - deedee-ai | Friday, February 27th, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #0d1117; --pico-card-background-color: #161b22; }
body { padding: 1rem; max-width: 900px; margin: 0 auto; }
@jalehman
jalehman / standup.html
Created February 27, 2026 15:05
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</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #1a1a2e; }
.status-clean { color: #4ade80; }