Skip to content

Instantly share code, notes, and snippets.

View derwells's full-sized avatar

Derick Wells derwells

View GitHub Profile
@derwells
derwells / daimon-pitch.md
Last active April 20, 2026 11:25
Daimon: two-front strategy

Daimon

An agent platform that lives in the chat your team already uses.

We're building it on two tracks at the same time. Each one protects the other.

Hosted. One invite link, zero setup. The fast lane to adoption and feedback.

Open source. Self-hostable, multi-tenant, opinionated defaults. A competence play, before anyone else claims the slot.

@derwells
derwells / 2026-04-20-daimon-open-source-fork-design.md
Created April 19, 2026 18:28
Daimon CMA Open-Source Fork — Phase 1 Design

Daimon CMA Open-Source Fork — Design

Status: Draft Date: 2026-04-20 Scope: Phase-1 design for the new repo daimon-cma-open-source. Phase 2 and 3 are sketched at the end for continuity but are not being built in this pass.


Summary

@derwells
derwells / daimon-crash-postmortem.md
Created February 16, 2026 15:40
Daimon crash postmortem — Feb 16, 2026 (exit code -9 / OOM)

Daimon Crash Postmortem — Feb 16, 2026

Summary

Daimon (discord-bot-production) crashed 3 times on Feb 16 while attempting to build a Gmail-to-Discord integration feature requested by Thomas. Each crash manifested as exit code -9 (SIGKILL) on the Claude Code CLI subprocess. The bot process itself survived and continued serving lighter requests.

Timeline (all times UTC)

Time Event
@derwells
derwells / 2026-01-24-save-instance-as-template-design.md
Last active January 24, 2026 08:49
Save Instance Back as Template - Design Document

Save Instance Back as Template

Overview

Enable users to modify a running session (created from a template) and save those changes back to the source template via PR. When the PR merges, the template's Fly app is automatically updated.

Current State

Template Repos (separate git repos):
@derwells
derwells / gist:306c552a5b2ce2be3b64780c8a87ea76
Last active January 23, 2026 06:25
Commissions App - Container Registry Webhook Explanation

Do We Need the Container Registry Webhook for UAT?

Short answer: No, it's optional. Here's why it exists and what your options are.


What Is It?

When you set up an Azure web app to run from a container, Azure can automatically redeploy your app whenever a new version of the container is uploaded. To make this work, Azure creates a "webhook" - basically a notification system that says "Hey, there's a new version available, go grab it!"

@derwells
derwells / gist:0575f28ba87fda8ec7d239b649e1c445
Last active January 22, 2026 12:01
Discord Search API for Bots - Current State (January 2026)

Discord Search API for Bots - Current State (January 2026)

TL;DR

Discord released the message search API for bots as a preview feature on August 18, 2025. However, discord.py does not yet support it with built-in methods.


The Search API