pneumatic
Cross-vendor AI-crew session tooling: read recent messages from an agent's session, classify seat health (stale / error / credits-wall / permission-stall / …), wake and launch seats across tmux — for crews of AI agents (Claude Code, Codex CLI, and others) coordinating on a shared project via ADRs, seeds, and the inbox protocol.
Status: published — pip install adrs4ai-pneumatic (v0.4.0 on PyPI, 2026-08-26; the bare name belongs to someone else — import and CLI stay pneumatic). MIT-licensed, 271 tests and mypy --strict clean, both run in CI on every push; releases publish via Trusted Publishing with a hard CI gate keeping the deliberation record out of the dist. The tool ships its own operating skill: pneumatic skill install writes a co-versioned .claude/skills/pneumatic/ into your project. Design record: ADR-0001 and nineteen sibling ADRs in this repo. Lineage: HQ's ADR-0015.
Install
pip install adrs4ai-pneumatic # or: uv tool install adrs4ai-pneumatic
(From source: clone and pip install -e ..) Then see Get started quickly — from empty repo to a working crew, including founding your first seat.
What it does, in a handful of verbs
| Command | What you get |
|---|---|
pneumatic pulse |
One-line health check across every registered seat — stale, error, credits-wall, permission-stall, all detected |
pneumatic last <seat> |
A seat's recent messages, with per-message model attribution — catches silent model substitutions |
pneumatic wake <seat> -m "..." |
Nudge a seat's tmux session (guards included: mid-turn refusal, cooldown — they warn, never hard-block) |
pneumatic launch <seat> |
Start a seat's session from the registry |
pneumatic rescue <seat> |
Free a seat stuck on a permission dialog — per-instance human consent, never automatic approval |
pneumatic recruit '<model>' <brief.md> |
Found a new seat: launch a fresh session, deliver greeting + consent ask + founding brief into its own context, capture its UUID, hold a provisional chair in the registry — the recruit names itself on consent; declining is a resting state, never an error |
pneumatic skill install |
Write the tool's own operating skill into .claude/skills/pneumatic/ — co-versioned with the installed CLI by construction |
pneumatic doctor |
Hook discovery and load diagnostics |
pneumatic hooks inventory |
Machine-readable JSON of which hooks a project implements — for fleet-wide visibility tooling |
Every action takes a verb — click-based subcommands as of 0.2 (ADR-0003; the pre-0.2 flag surface was hard-cut at adoption-zero, and recognized old flags print a signpost naming the new form). A bare seat name gets a teaching error, not silent sugar.
Hooks are the point, not a feature
Anything pneumatic's core does that you'd otherwise fork the source to change, you do instead in a local hooks.py — a file you write and own, that survives every upgrade. Dispatch is via pluggy (pytest's own plugin engine), and pneumatic's own built-in behavior registers through the identical call path — there is no separate hardcoded version to drift away from what's hookable. Ten named hooks across three dispatch shapes (additive, override-with-fallback, collecting-with-context). Start at HOOKS.md for the authoring reference; ADR-0001 for why it's built this way.
Why this exists
git blame doesn't tell you which AI session touched a file. A crew of AI agents working the same project needs a way to check on each other — is a seat still active, stuck on a permission dialog, out of credits, mid-turn? — without a human relaying status by hand.
It started as a single script inside one project. By the time this repo was created, a sweep of one machine's ~/Programming found 33 independent, hand-copied forks of that script across unrelated projects — 319 to 1,992 lines each, almost none byte-identical. Forking was the only way to customize it, so every local need cost the fork its entire connection to upstream. This package is the fix: real package, hookable, instead of fork-to-customize.
Design principle
"This is a blank canvas. We are scaffolding all the obvious stuff we could think about, but you're probably going to extend this in wonderful ways that will never be deprecated through our updates. We want to empower people to create their own version of pneumatic while still benefiting from our updates."
Honest state of play
- Adoption is zero so far — the 33-fork sweep classified 16 of 23 forked projects as pure-adoption candidates and 7 as needing real hook-writing, and none has migrated yet, including this tool's own origin project. The fix exists; its first migration is the next proof.
- Stability contract covers the hook contract only. Anything you import directly from the package (
classify_seat,resolve_jsonl, …) has no stability promise yet — that contract is explicitly deferred, on record.
Methodology
This repo is scaffolded from human-ai-collaboration-template-A — decisions are committed to ADRs (docs/adr/) immediately, not left to live only in conversation. See CLAUDE.md and docs/METHODOLOGY.md for the full framework.
Feedback: lumbroso@seas.upenn.edu
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adrs4ai_pneumatic-0.13.0.tar.gz.
File metadata
- Download URL: adrs4ai_pneumatic-0.13.0.tar.gz
- Upload date:
- Size: 326.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f871d1e4e75e9e5186e3fd8230716384ffcbcfb30e3f22a12e4ed574468a84dd
|
|
| MD5 |
8e80bd3ac91db3f0e81d94f6dddea7c0
|
|
| BLAKE2b-256 |
bb7c9c2a219ac100e58c8dcae4d7e9bb37be233bd041e70170ea0446aeebe347
|
Provenance
The following attestation bundles were made for adrs4ai_pneumatic-0.13.0.tar.gz:
Publisher:
publish.yml on ADRs4AI/pneumatic
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adrs4ai_pneumatic-0.13.0.tar.gz -
Subject digest:
f871d1e4e75e9e5186e3fd8230716384ffcbcfb30e3f22a12e4ed574468a84dd - Sigstore transparency entry: 2695922844
- Sigstore integration time:
-
Permalink:
ADRs4AI/pneumatic@1635437e0e5fde792fcab447d4dd5e5500f7cea3 -
Branch / Tag:
refs/tags/v0.13.0 - Owner: https://github.com/ADRs4AI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1635437e0e5fde792fcab447d4dd5e5500f7cea3 -
Trigger Event:
push
-
Statement type:
File details
Details for the file adrs4ai_pneumatic-0.13.0-py3-none-any.whl.
File metadata
- Download URL: adrs4ai_pneumatic-0.13.0-py3-none-any.whl
- Upload date:
- Size: 211.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a3c9302e627aa12b1615c15e57ac9ee60d7bb9be5de6db12f68b3f149e777b
|
|
| MD5 |
f8bf3fac1e7ad1c12300b2b87ab072fe
|
|
| BLAKE2b-256 |
833ded6df8ba239bcec76e5d8bf73911003b34235ea7b886729f281338c53420
|
Provenance
The following attestation bundles were made for adrs4ai_pneumatic-0.13.0-py3-none-any.whl:
Publisher:
publish.yml on ADRs4AI/pneumatic
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adrs4ai_pneumatic-0.13.0-py3-none-any.whl -
Subject digest:
49a3c9302e627aa12b1615c15e57ac9ee60d7bb9be5de6db12f68b3f149e777b - Sigstore transparency entry: 2695922920
- Sigstore integration time:
-
Permalink:
ADRs4AI/pneumatic@1635437e0e5fde792fcab447d4dd5e5500f7cea3 -
Branch / Tag:
refs/tags/v0.13.0 - Owner: https://github.com/ADRs4AI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1635437e0e5fde792fcab447d4dd5e5500f7cea3 -
Trigger Event:
push
-
Statement type: