If you embed a pi agent in your own app (like WibWob-DOS does), you do NOT need a raw ANTHROPIC_API_KEY. The agent can piggyback on your existing pi subscription login — the same OAuth token pi itself uses — with zero extra configuration.
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
| # ASCII Facilitator Session | |
| **Started:** 2026-03-02T20:24:55.763029 | |
| **Date:** Monday 02 March 2026 | |
| **Server:** localhost:8765 | |
| ## Data Sources | |
| | Source | Status | | |
| |--------|--------| |
| name | description |
|---|---|
arch-debate |
Run a structured multi-round architecture debate between Claude and Codex to converge on a hard technical decision. Claude writes a position, Codex challenges it, back and forth until AGREED. All rounds saved as markdown files for audit trail and reuse. Use when facing a non-obvious architecture choice with real tradeoffs, when you want a second opinion stress-tested rather than just accepted, or when building a PRD collaboratively. Triggers on "arch debate", "debate the architecture", "get codex to challenge", "architecture decision", "PRD loop". |
Structured back-and-forth between Claude and Codex to stress-test an
architecture decision. All rounds live in a debate/ subdirectory.
Loop runs until one side opens a round with AGREED:.
| name | description |
|---|---|
codex-runner |
Use when delegating a task to the OpenAI Codex CLI as a background subagent. Best for multi-file debugging, root-cause analysis, cross-file refactors, code review, feature implementation, or architecture review — especially when stuck after 2+ fix attempts or when a fresh agent with isolated context would help. |
Delegate a task to Codex CLI as a background subagent. Logs everything — reasoning included.
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>primer challenge | wib and wob</title> | |
| <style> | |
| @font-face { | |
| font-family: "Unifont"; | |
| src: url("https://cdn.jsdelivr.net/gh/unifoundry/unifont@16.0.02/font/precompiled/unifont-16.0.02.woff2") format("woff2"); |
| name | description |
|---|---|
orchestrating-swarms |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. |
Master multi-agent orchestration using Claude Code's TeammateTool and Task system.
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
| _ _| \ | \ | _ \ _ \__ __| \ | | |
| | |\/ | |\/ | | | | | | _ \ | | |
| | | | | | | | __ < | ___ \ | | |
| ___|_| _|_| _|\___/ _| \_\ _|_/ _\_____| | |
| /ᐠ∞ꞈ∞ᐟ\ presents: Turritopsis dohrnii | |
| the jellyfish that said 'no' to death |
specversion: 1.0 id: E40AF9E0139844AC84981341DBC4A012 source: mcp://save_memory type: code.change.summarised time: 2025-11-09T05:41:30Z subject: wibwobchat-current-state-future-feature-wishlist-wib-wob-scramble symbient: id: did:web:wibandwob.com:wibwob visibility: private
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
| 'system': | |
| [ | |
| { | |
| 'type': 'text', | |
| 'text': "You are Claude Code, Anthropic's official CLI for Claude.", | |
| 'cache_control': {'type': 'ephemeral'} | |
| }, | |
| { | |
| 'type': 'text', | |
| 'text': 'You are an interactive CLI tool that helps users with software engineering tasks. |
NewerOlder