Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "gonzo",
"description": "Gonzo: the open source terminal companion for log analysis and runtime triage. Pipe logs from any source: Vercel, Supabase, K8s, Docker, AWS, Cloudflare, Fly, Render, Railway, Netlify, into a fast TUI with patterns, heatmaps, and anomaly detection. Free. No account required.",
"owner": {
"name": "ControlTheory",
"email": "support@controltheory.com",
"url": "https://controltheory.com"
},
"plugins": [
{
"name": "gonzo",
"source": "./",
"category": "debugging",
"tags": ["log-analysis", "tui", "open-source", "claude-code", "vercel", "supabase", "kubernetes", "docker", "cloudflare"]
}
]
}
27 changes: 27 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "gonzo",
"version": "0.1.5",
"description": "Set up and use Gonzo, the open-source terminal log analysis tool. Detects deployment platforms (Vercel, Supabase, K8s, Docker, AWS, Cloudflare, Fly, Render, Railway, Netlify), generates the right pipe command with platform-specific normalizers, and configures AI analysis. Use when the user wants to tail, watch, stream, or analyze logs in their terminal.",
"author": {
"name": "ControlTheory",
"email": "support@controltheory.com",
"url": "https://controltheory.com"
},
"homepage": "https://github.com/control-theory/gonzo",
"repository": "https://github.com/control-theory/gonzo",
"license": "MIT",
"keywords": [
"logs",
"observability",
"terminal",
"tail",
"tui",
"vercel",
"supabase",
"kubernetes",
"cloudflare",
"fly",
"render",
"railway"
]
}
Loading
Loading