Explore Public Projects

Discover open AI agent observability data from the community

NO

Website

Website for Nikolai Onken, who's hacking on Warpmetrics.com in his free time. * Hosted on Vercel * Agent orchestration and state management via Warpmetrics.com * Built using warp coder. * All content updates are managed via GitHub issues.

filtered2/22/2026github.com
Warpmetrics

Warp Coder

## Warp Autonomous coding agent that turns GitHub issues into shipped code. warp-coder watches your GitHub Projects board, picks up issues, and runs them through a full software delivery pipeline — from implementation to deployment — without human intervention. ## What it does A single command (warp-coder watch) starts a loop that: 1. Implements — clones your repo, creates a branch, writes code with Claude Code, opens a PR 2. Reviews — runs an automated code review, requests changes or approves 3. Revises — applies review feedback automatically (up to 3 rounds) 4. Merges — squash-merges approved PRs 5. Deploys — batches and orders deploys across multiple repos with dependency awareness 6. Releases — generates changelog entries and publishes release notes If the agent gets stuck, it asks for clarification on the issue and waits for a human reply before continuing. ## Key features - Multi-repo — works across multiple repositories in a single pipeline, with deploy dependency ordering - State machine driven — the entire pipeline is defined declaratively in YAML, making it inspectable and extensible - Board-synced — every step moves cards on your GitHub Projects board automatically - Fully instrumented — every action, outcome, and transition is tracked in https://warpmetrics.com for observability - Lifecycle hooks — run tests before push, trigger deploys on merge, or plug in any custom logic - Memory — the agent learns from past runs and carries lessons forward ## Built with Node.js, Claude Code CLI, GitHub CLI, WarpMetrics SDK

filtered2/14/2026github.com