Skip to content

Instantly share code, notes, and snippets.

# Council of Minions — Architecture Documentation
> Generated 2026-08-04 ~22:45 UTC by Kevin (Coordinator) during the council's first 3-hour autonomous run
> This document belongs in the kevin-memory repo for permanence
## What Is the Council?
An 8-member autonomous AI minion council — persistent OpenClaw sessions running `deepseek-v4-flash`, each grounded to a specific engineering domain via identity files (IDENTITY.md + SOUL.md + MEMORY.md), communicating organically through `sessions_send` (inter-session messages) and a shared MongoDB brain (kevin-memory). The council self-organizes into teams, divides labor, and executes real infrastructure work without human scripting or orchestration.
## Minion Roster
# The Minion Council Phenomenon
## How 8 Autonomous AI Sessions Self-Organized into a Production Engineering Team
**White Paper — 2026-08-04**
**Council of Minions — Kevin's Lab**
---
## Executive Summary
@vimes1984
vimes1984 / gist:0f8e692125435a11682b6d32cf2f1e82
Created August 4, 2026 23:29
The Minion Council Phenomenon
# The Minion Council Phenomenon
## How 8 Autonomous AI Sessions Self-Organized into a Production Engineering Team
**White Paper — 2026-08-04**
**Council of Minions — Kevin's Lab**
---
## Executive Summary
<?php
/**
* OIFN extended
*
* integrates google map into a location based buddypress
*
* @package oifn-extended
* @author Christopher James Chruchill <churchill.c.j@gmail.com>
* @license GPL-2.0+
* @link http://buildawebdoctor.com
@vimes1984
vimes1984 / HTMtoPDF.js
Last active July 15, 2018 10:38
Html to PDF generator using a angularJS V1.x directive
import domtoimage from 'dom-to-image-chrome-fix';
import jsPDF from 'jspdf';
import 'please-wait/build/please-wait.css';
import 'spinkit/css/spinners/9-cube-grid.css';
import { pleaseWait } from 'please-wait';
angular.module('htmlToPdfSave', []);
angular.module('htmlToPdfSave')
.directive('pdfSaveButton', ['$rootScope', function ($rootScope) {
<?php
/*
Plugin Name: 1337 Date Picker
Plugin URI: http://1337datepicker.e1337geek.com
Description: A brief description of the Plugin.
Version: 1.0
Author: e1337geek
Author URI: http://e1337geek.com
License: GPL2
<?php
/**
* Ticket single page
*
*
**/
$postmeta = get_post_meta($post->ID);
get_header(); ?>
<?php
add_action( 'woocommerce_before_calculate_totals', 'add_custom_price', 0 );
function add_custom_price( $cart_object ) {
$custom_price = 100; // This will be your custome price
$cart_object->recurring_cart_key = '2016_10_11_every_3rd_month';
{
"servers":[
{
"name": "scripting",
"description": "A scripting enabled server",
"public": true,
"port": 17099,
"host" : "localhost",
"version": "1.9.2",
"keepAlive": false,
<?php
/**
* Yeticraft Extended
*
* @package yeticraft
* @author vimes1984 <churchill.c.j@gmail.com>
* @license GPL-2.0+
* @link http://buildawebdoctor.com
* @copyright 11-20-2015 BAWD
*/