Skip to content

Instantly share code, notes, and snippets.

View Patrick-Erichsen's full-sized avatar

Patrick Erichsen Patrick-Erichsen

View GitHub Profile
@Patrick-Erichsen
Patrick-Erichsen / index.html
Created June 12, 2026 19:28
#pagedrop ClawHub plugin validation deprecation experience
This file has been truncated, but you can view the full file.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ClawHub Plugin Validation Experience</title>
<style>
@Patrick-Erichsen
Patrick-Erichsen / clawhub-ban-policy-flow.html
Last active June 5, 2026 19:42
ClawHub scanner-triggered ban policy flow #pagedrop
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ClawHub Scanner-Triggered Ban Flow</title>
<style>
:root {
--bg: #f8faf8;
--paper: #ffffff;
@Patrick-Erichsen
Patrick-Erichsen / clawhub-plugin-publish-range.html
Last active May 28, 2026 14:56
#pagedrop ClawHub plugin publish freshness and CI audit
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ClawHub Plugin Publish Freshness + CI Signals</title>
<style>
:root {
color-scheme: light;
--paper: #f8f2e7;
@Patrick-Erichsen
Patrick-Erichsen / lcm-behavior-eval-plan.html
Created May 27, 2026 18:34
#pagedrop Crabpot LCM behavioral eval proof
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Crabpot LCM Behavioral Eval Proof</title>
<style>
:root {
color-scheme: light;
--ink: #18212f;
@Patrick-Erichsen
Patrick-Erichsen / clawhub-skill-corpus-taxonomy-workbench.html
Last active May 26, 2026 00:41
ClawHub skill corpus taxonomy workbench #pagedrop
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ClawHub Skill Corpus Taxonomy Workbench</title><style>
:root{--bg:#f7f5f0;--side:#ebe7dd;--panel:#fff;--soft:#f0eee8;--ink:#1c2a2f;--muted:#657276;--line:#d8d1c4;--accent:#2f6f73;--orange:#b75d2b;--purple:#5e578f;--green:#217a56;--warn:#a15d0f;--bad:#a63b3b;--shadow:0 1px 2px #1e282d14,0 10px 30px #1e282d14;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}.app{min-height:100vh;display:grid;grid-template-columns:320px minmax(0,1fr)}aside{position:sticky;top:0;height:100vh;overflow:auto;background:var(--side);border-right:1px solid var(--line);padding:18px}main{min-width:0;padding:24px}.brand{display:flex;gap:10px;align-items:center;margin-bottom:18px}.mark{width:34px;height:34px;border-radius:7px;background:linear-gr
@Patrick-Erichsen
Patrick-Erichsen / after.svg
Created May 6, 2026 03:02
ClawHub PR 2036 mobile before/after screenshots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Patrick-Erichsen
Patrick-Erichsen / Continue_CLA.md
Last active December 18, 2024 22:26
Continue Individual Contributor License Agreement

Thank you for your interest in Continue Dev, Inc ("Continue"). To clarify the intellectual property license granted with Contributions from any person or entity, the Foundation must have on file a signed Contributor License Agreement ("CLA") from each Contributor, indicating agreement with the license terms below. This agreement is for your protection as a Contributor as well as the protection of Continue and its users. It does not change your rights to use your own Contributions for any other purpose.

You accept and agree to the following terms and conditions for Your Contributions (present and future) that you submit to Continue. In

@Patrick-Erichsen
Patrick-Erichsen / airbnbPropertyTypes.js
Created October 16, 2021 02:49
Airbnb Property Types
const airbnbPropertyTypes = {
1: 'Apartment',
2: 'House',
3: 'Bed and breakfast',
4: 'Cabin',
5: 'Castle',
6: 'Treehouse',
8: 'Boat',
9: 'Dorm',
10: 'Lighthouse',