Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
annoying-aup-filter
command
Command annoying-aup-filter runs an HTTP proxy + admin web UI that sits between Claude Code (or any Anthropic SDK) and api.anthropic.com.
|
Command annoying-aup-filter runs an HTTP proxy + admin web UI that sits between Claude Code (or any Anthropic SDK) and api.anthropic.com. |
|
internal
|
|
|
api
Package api wires the admin REST endpoints (capture inspection, rule CRUD, intercept/fallback toggles) and the `/events` SSE stream that powers the live web UI.
|
Package api wires the admin REST endpoints (capture inspection, rule CRUD, intercept/fallback toggles) and the `/events` SSE stream that powers the live web UI. |
|
fallback
Package fallback holds the user-configurable AUP-refusal fallback policy.
|
Package fallback holds the user-configurable AUP-refusal fallback policy. |
|
id
Package id generates short, opaque, URL-safe identifiers used to label captures and rules.
|
Package id generates short, opaque, URL-safe identifiers used to label captures and rules. |
|
intercept
Package intercept pauses an in-flight request until the operator posts a Decision (forward — possibly with edits — or drop).
|
Package intercept pauses an in-flight request until the operator posts a Decision (forward — possibly with edits — or drop). |
|
persist
Package persist holds the on-disk JSON helpers used by rules, fallback and intercept to survive restarts.
|
Package persist holds the on-disk JSON helpers used by rules, fallback and intercept to survive restarts. |
|
proxy
Package proxy implements the HTTP forwarder between Claude Code and the upstream Anthropic API.
|
Package proxy implements the HTTP forwarder between Claude Code and the upstream Anthropic API. |
|
rules
Package rules is the match-and-replace engine.
|
Package rules is the match-and-replace engine. |
|
store
Package store keeps every captured request/response in a bounded in-memory ring buffer and broadcasts state changes to subscribers (the SSE event stream consumed by the web UI).
|
Package store keeps every captured request/response in a bounded in-memory ring buffer and broadcasts state changes to subscribers (the SSE event stream consumed by the web UI). |
|
web
Package web embeds the static UI assets (HTML, CSS, JavaScript, SVG) into the binary at build time so the tool ships as a single file.
|
Package web embeds the static UI assets (HTML, CSS, JavaScript, SVG) into the binary at build time so the tool ships as a single file. |
Click to show internal directories.
Click to hide internal directories.
