Skip to content

Instantly share code, notes, and snippets.

@abbudjoe
abbudjoe / CLA-individual.md
Created March 24, 2026 03:18
Fawx Individual Contributor License Agreement

Fawx Individual Contributor License Agreement

Thank you for your interest in contributing to Fawx, a project maintained by Fawx AI LLC ("We" or "Us").

This Contributor License Agreement ("Agreement") documents the rights granted by contributors to Us. This is a legally binding document, so please read it carefully before agreeing to it.

1. Definitions

"You" means the individual who submits a Contribution to the Project.

@abbudjoe
abbudjoe / bootstrap-clawdio2.sh
Created February 11, 2026 05:31
Bootstrap script for Clawdio-2
#!/bin/bash
# Bootstrap script for a new OpenClaw instance (Clawdio-2)
# Run on a fresh Ubuntu 22.04+ droplet as a non-root user
# Usage: bash bootstrap-clawdio2.sh
set -euo pipefail
echo "=== Clawdio-2 Bootstrap ==="
echo ""