Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "AI GUIDES"
description: "No bullshit guides for AI tools"
author: "Human Agency"
email: "ai@human.org"
baseurl: ""
url: "https://ai.human.org"
baseurl: "/ai-guides"
url: "https://madecero.github.io"

# Build settings
markdown: kramdown
Expand Down
21 changes: 21 additions & 0 deletions _guides/kalshi-architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: none
title: "Kalshi Arbitrage Architecture"
icon: "📊"
description: "Implementation reference for Kalshi arbitrage on OpenClaw. Architecture overview, data flow, and system design."
date: 2026-02-09
author: "Human Agency"
permalink: /guides/kalshi-architecture/
---
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url={{ '/assets/artifacts/kalshi-architecture-reference.html' | relative_url }}">
<script>window.location.href = "{{ '/assets/artifacts/kalshi-architecture-reference.html' | relative_url }}";</script>
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="{{ '/assets/artifacts/kalshi-architecture-reference.html' | relative_url }}">Kalshi Architecture Reference</a>...</p>
</body>
</html>
Loading