Flow Indicator
Description
Local meter for when cheap agent steering gives way to repeated correction, constraint restatement, repair, and operator serialization.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
flow-indicator
[pate.sh](https://pate.sh) | [provenance](https://tgp.ski) | [commands](docs/COMMANDS.md) | [herdr](docs/HERDR.md) | [integrations](docs/INTEGRATIONS.md) | [profiles](docs/PROFILES.md) | [inference](docs/INFERENCE.md) | [calibration](docs/CALIBRATION.md) | [events](docs/EVENTS.md) | [metrics](docs/METRICS.md)
A local meter for when cheap agent steering gives way to repeated correction, constraint restatement, repair, and operator serialization.
It answers one question about an interaction stream:
Is the operator advancing the work, or spending increasing effort keeping the agent aligned with work already established?
Stdlib-only Go, one binary.
What it reads
An ordered stream of interaction records, through a harness:
| harness | input |
|---|---|
claude-code |
a Claude Code session file, ~/.claude/projects//.jsonl |
codex |
a Codex rollout, ~/.codex/sessions/YYYY/MM/DD/rollout-*.jsonl |
opencode |
a session in opencode's SQLite store, # |
qwen |
a Qwen Code session file, ~/.qwen/projects//chats/.jsonl |
generic |
JSONL with at least stream_id, seq, speaker, text |
Each harness owns every field name of its own format. No other package reads them. Replay and the live meter take the same names, so anything that can be replayed can be watched.
What it writes
Per stream, under `$XDG_DATA_HOME/flow-indicator/sessions//`:
| file | role |
|---|---|
observations.jsonl |
append-only, observed events |
classifications.jsonl |
append-only, classifier candidates |
obligations.jsonl |
append-only, obligation transitions |
repairs.jsonl |
append-only, repair episode transitions |
metrics.jsonl |
append-only, derived metrics, regime and epoch changes |
source.json |
source path, byte offset, record count |
summary.json, metrics.json, report.md, timeline.csv |
projections, rebuilt from the events above |
Th
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11