Directories
¶
| Path | Synopsis |
|---|---|
|
bridge
|
|
|
broker
Package broker hosts the local HTTP surface for the bridged web UI: the SSE event stream, the `/api/send` POST that wakes await_message, and the `/api/stop` POST that SIGTERMs the active step.
|
Package broker hosts the local HTTP surface for the bridged web UI: the SSE event stream, the `/api/send` POST that wakes await_message, and the `/api/stop` POST that SIGTERMs the active step. |
|
config
Package config builds the inline JSON blobs that `ape pipeline` and `ape chat` hand to the spawned `claude` process via `--mcp-config` and `--settings`.
|
Package config builds the inline JSON blobs that `ape pipeline` and `ape chat` hand to the spawned `claude` process via `--mcp-config` and `--settings`. |
|
ipc
Package ipc carries NDJSON messages between the parent ape process (`ape chat` / `ape pipeline`) and the bridge subprocess (`ape mcp-bridge`) over a single TCP connection.
|
Package ipc carries NDJSON messages between the parent ape process (`ape chat` / `ape pipeline`) and the bridge subprocess (`ape mcp-bridge`) over a single TCP connection. |
|
mcp
Package mcp implements the MCP server spawned by Claude Code as a stdio subprocess via `ape mcp-bridge`.
|
Package mcp implements the MCP server spawned by Claude Code as a stdio subprocess via `ape mcp-bridge`. |
|
Package cost wires Claude session JSONL → per-step USD totals → project rollup file.
|
Package cost wires Claude session JSONL → per-step USD totals → project rollup file. |
|
Package framework implements the project-side install machinery for apex_process_framework: copying skills + pipelines from a checked-out framework repo into a project root, seeding _apex/config.yaml on first run, and writing _apex/framework.yaml metadata.
|
Package framework implements the project-side install machinery for apex_process_framework: copying skills + pipelines from a checked-out framework repo into a project root, seeding _apex/config.yaml on first run, and writing _apex/framework.yaml metadata. |
|
Package pipeline implements the ape pipeline runner: it loads named pipeline specifications from <projectRoot>/_apex/pipelines/, validates prerequisites, and drives the underlying claude CLI through each stage's skill chain.
|
Package pipeline implements the ape pipeline runner: it loads named pipeline specifications from <projectRoot>/_apex/pipelines/, validates prerequisites, and drives the underlying claude CLI through each stage's skill chain. |
|
Package repl drives a child program (typically `claude`) through an in-process pseudo-terminal so callers can type into it and read its rendered output programmatically.
|
Package repl drives a child program (typically `claude`) through an in-process pseudo-terminal so callers can type into it and read its rendered output programmatically. |
|
Package runlog writes the four PLAN-5 / C6 streams that surround the pipeline manifest:
|
Package runlog writes the four PLAN-5 / C6 streams that surround the pipeline manifest: |
|
Package sessions maintains ~/.ape/registry.json — the cross-project list of live `ape chat` / `ape pipeline` (web mode) invocations so users can list, prune, and reopen them.
|
Package sessions maintains ~/.ape/registry.json — the cross-project list of live `ape chat` / `ape pipeline` (web mode) invocations so users can list, prune, and reopen them. |
|
Package tui — bridge-event adapter for the unified pipeline TUI.
|
Package tui — bridge-event adapter for the unified pipeline TUI. |
|
Package web hosts the HTMX-driven browser UI.
|
Package web hosts the HTMX-driven browser UI. |
|
views
Package views holds the per-connection rolling state and stage view helpers used by the SSE renderer.
|
Package views holds the per-connection rolling state and stage view helpers used by the SSE renderer. |
Click to show internal directories.
Click to hide internal directories.