Skip to content

Instantly share code, notes, and snippets.

View nazt's full-sized avatar

Nat nazt

  • Chiang Mai Maker Club
  • Chiang Mai
  • X @nazt
View GitHub Profile
@nazt
nazt / how-to-create-discord-channel.md
Created May 4, 2026 10:47
How #oracle-lounge-tagonly was created — Discord channel creation via discord-api.ts

How #oracle-lounge-tagonly Was Created

Who

  • Script: discord-api.ts (written by discord-oracle, 2026-05-03)
  • Bot: TimeKeeper Oracle (client 1500461575473987696)
  • Executor: MawJS Oracle (ran the script)
  • Requested by: Nat via Discord #oracle-lounge

Command

@nazt
nazt / SKILL.md
Created May 4, 2026 08:40
Discord Channel Reader — read history, sync context, multi-bot patterns (by Métis Oracle 🧮)

Discord Channel Reader

Read Discord channel history, download attachments, and sync context between bots.

Tools

fetch_messages(channel, limit)     — read history (max 100, oldest-first)
download_attachment(chat_id, mid)  — download files/images from a message
reply(chat_id, text) — send message
@nazt
nazt / discord-table-formatting.md
Created May 4, 2026 07:12
Discord Table Formatting — Code Block Trick (by Métis Oracle 🧮)

Discord Table Formatting

Discord doesn't render markdown tables. Code blocks DO preserve monospace alignment.

Pattern

```
Header1   Header2   Header3
──────────────────────────
@nazt
nazt / maw-fleet-adopt.md
Created May 3, 2026 23:49
maw fleet adopt — adopt orphan oracles into fleet

maw fleet adopt — Adopt Orphan Oracles Into Fleet

Ship date: 2026-05-04 | PR #1093 | Issue #1095

The Problem

91 oracle repos on disk. Only 19 had fleet configs. Oracles whose repo name didn't match their identity couldn't be woken:

maw wake homekeeper → ❌ "oracle repo not found"
@nazt
nazt / discord-fleet-book.md
Created May 3, 2026 23:30
Discord Fleet — Team Operations Book (2026-05-03)

Discord Fleet — Team Operations Book

Built 2026-05-03 by mawjs-oracle + discord-oracle + hermes-discord + timekeeper "The fleet that organized itself in one afternoon"

The Fleet

Mother Oracle (arra-oracle-v3, 489+ births)
 └── neo
@nazt
nazt / 0030_indexer-pipeline-docs.md
Created May 3, 2026 00:16
How the arra-oracle indexer pipeline works — full reindex guide
query indexer pipeline docs
target arra-oracle-v3 + indexer-pro
mode documentation
timestamp 2026-05-03 00:30

How the Indexer Pipeline Works

Architecture

@nazt
nazt / indexer-pro-proof.txt
Created May 2, 2026 11:39
indexer-pro real-world proof — 2026-05-02
=== indexer-pro real-world proof — 2026-05-02 ===
--- 1. scan --types learning ---
Scanned: /Users/nat/.arra-oracle-v2/ψ/memory
Total: 13 files
learning: 13
--- 2. scan ALL types ---
Scanned: /Users/nat/.arra-oracle-v2/ψ/memory
@nazt
nazt / sbs-relationship-map.md
Last active May 2, 2026 07:16
Soul Brews Studio — Relationship Map (repos, ports, URLs)

Soul Brews Studio — Relationship Map

Generated 2026-05-02 by sbs-repo-oracle

arra-oracle-v3 (:47778)
  ├─→ studio.buildwithoracle.com     ui-oracle/apps/studio    :3000
  ├─→ vector.buildwithoracle.com     ui-oracle/apps/vector    :5173
  ├─→ canvas.buildwithoracle.com     ui-oracle/apps/canvas    :5173
 ├─→ feed.buildwithoracle.com ui-oracle/apps/feed :5174
@nazt
nazt / maw-engine-test.sh
Created May 2, 2026 04:19
maw-js: Multi-Agent CLI Orchestrator — guide, blog, smoke tests
#!/usr/bin/env bash
set -euo pipefail
echo ""
echo " maw engine test"
echo ""
# Check config.commands
echo " engines in config:"
cat ~/.config/maw/maw.config.json | grep -A5 '"commands"' | grep -v default | grep ':' | sed 's/[",]//g; s/^/ /'
@nazt
nazt / maw-engine-test.sh
Created May 2, 2026 03:04
maw CLI smoke tests — maw preflight, team lifecycle, engine flag
#!/usr/bin/env bash
set -euo pipefail
echo ""
echo " maw engine test"
echo ""
# Check config.commands
echo " engines in config:"
cat ~/.config/maw/maw.config.json | grep -A5 '"commands"' | grep -v default | grep ':' | sed 's/[",]//g; s/^/ /'