This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Ticket single page | |
| * | |
| * | |
| **/ | |
| $postmeta = get_post_meta($post->ID); | |
| get_header(); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers":[ | |
| { | |
| "name": "scripting", | |
| "description": "A scripting enabled server", | |
| "public": true, | |
| "port": 17099, | |
| "host" : "localhost", | |
| "version": "1.9.2", | |
| "keepAlive": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 | |
| */ |
NewerOlder