Skip to content
View fitchmultz's full-sized avatar

Block or report fitchmultz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fitchmultz/README.md

Mitch Fultz

I build local-first AI developer tools and agent workflow infrastructure: focused Pi extensions, CueLoop for queue-driven coding-agent work, and operational systems for governance, scraping, and verification.

Start here

These are the six projects I keep pinned. They show the current center of gravity: agent workflow tools, browser/model extensions for Pi, one larger coding-agent workflow system, and one governance/control-plane reference implementation.

Project What it does Start here
CueLoop Local-first queue for auditable coding-agent work Workflow diagram
pi-codex-goal Goal tracking and continuation for long Pi sessions Install and commands
pi-oracle ChatGPT web handoff extension for Pi Successful-run transcript
pi-agent-browser-native Native browser automation tool for Pi agents Browser workflow examples
pi-cursor-sdk Cursor SDK provider extension for Pi models Quick start
AI Control Plane Host-first AI governance reference implementation Architecture and boundary

If you are reviewing my work

Pi extension suite

Each public Pi extension is intentionally small and focused:

  • pi-codex-goal — goal tracking and continuation for long Pi sessions.
  • pi-agent-browser-native — native agent_browser tool for controlled browser automation in Pi.
  • pi-oracle — ChatGPT web handoff for hard or long-running tasks with archives, async jobs, and saved results.
  • pi-cursor-sdk — Cursor SDK provider that adds Cursor models to Pi's native model picker.
  • pi-edit-session-in-place — re-edit or delete an earlier user message in the current session branch.
  • pi-zai-mcp — Z.ai MCP server bridge for web search, URL/repository reading, and vision workflows in Pi.
  • pi-stash — stash draft messages and restore them later.
  • pi-local-agents-only — strip global AGENTS.md and CLAUDE.md instructions for selected projects.
  • pi-copy-user-message — copy the most recent user message to the clipboard.

More work worth opening

Project What it shows Start here
Spartan Scraper Local-first scraping and research workbench in Go 5-minute demo
Promo Studio Codex commerce demo with receipts, diffs, transcripts, and validation What you are seeing
agent-eval Transcript-first evaluation across Codex, Claude Code, and Pi sessions Outputs
Ricochet Rush 3D browser game with generated board design and local fallback play Demo and QA
Morphio AI-assisted content workflow monorepo with FastAPI, Next.js, and native routines Visual tour
Splunk TUI Rust CLI/TUI for Splunk diagnostics and local-first verification Quick validation
Cloop Local loop/task and knowledge assistant, separate from CueLoop Architecture at a glance

What I focus on

  • Agent workflow infrastructure
  • Local-first AI developer tools
  • Browser/native automation for coding agents
  • Auditable execution, receipts, and verification
  • Operational CLIs and control-plane patterns

How I try to make projects reviewable

  • Show the outcome before setup when a README is meant for public review.
  • Include verification commands, local smoke paths, or proof artifacts where practical.
  • Make status and limits explicit instead of implying maturity that is not there.
  • Prefer local-first tools that leave inspectable files, logs, receipts, or reports behind.

Links

Pinned Loading

  1. cueloop cueloop Public

    Local-first AI coding workflow tool with a Rust CLI and macOS app for queue-driven, auditable agent work.

    Rust 1

  2. pi-codex-goal pi-codex-goal Public

    Codex-style goal tracking and continuation for pi.

    TypeScript 41

  3. pi-oracle pi-oracle Public

    ChatGPT web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.

    TypeScript 14 7

  4. pi-agent-browser-native pi-agent-browser-native Public

    pi extension that exposes agent-browser as a native tool for browser automation

    TypeScript 16 2

  5. pi-cursor-sdk pi-cursor-sdk Public

    Cursor SDK provider extension for pi, adding Cursor models to pi's native model picker.

    TypeScript 10

  6. ai-control-plane ai-control-plane Public

    Enterprise AI governance reference implementation with gateway controls, telemetry, detections, and rollout validation.

    Go