Solo · 60 seconds
Just you (and your agents)
Everything runs on your machine. Prove the loop, then run it for real.
farled demo collision
farled serve # radar + dashboard on localhost
farled report # in each repo / worktree
THE FULL CHART — CONTINUED FROM THE OVERVIEW
Live radar, passage plans, dispatch, connectors, and the open protocol — how each works, what it collects, and how to wire it up. Advisory only: Farled never locks a file or blocks a write.
NOTE F — HOW IT WORKS
Local reporters and a GitHub connector observe real state: branches, worktrees, dirty files, changed line ranges, symbols, PRs. Deterministic detectors compare it all, live.
Production errors, webhooks, and tickets are normalized, deduplicated, and mapped to the code they implicate — then routed to agents only under rules you wrote.
NOTE G — PASSAGE PLANS
Radar tells you about collisions as they happen. Plans prevent them: at the end of its planning phase, an agent files the footprint it intends to change — path globs, one-line summary — and gets a traffic advisory back before writing any code.
Read the pilot book: lifecycle, advisory rules, drift, wiring agents →
🤖 farled_file_plan
paths: ["src/checkout/**"]
summary: "Fix checkout summary TypeError"
⚑ ADVISORY — sequence_after
Plan plan-a41f… filed this footprint first
(bugbot · “Refactor checkout totals”).
Sequence after it or rescope the
overlapping globs. Nothing is locked.
🤖 agent rescopes to src/checkout/summary.go
→ ✓ route is clear — plan filed
… later, mid-work …
⚠ PLAN DRIFT
1 path outside the declared footprint:
billing/invoice.go. Advisory only —
the plan re-confirms when you rejoin
your route.
NOTE H — OPEN CORE
Everything that touches your code and your laptops is Apache-2.0 and inspectable. The hosted, multi-team memory is the business.
Open source · Apache-2.0
Farled Cloud · design-partner stage
NOTE I — GETTING STARTED
Three routes, depending on how many of you are sailing. Every route starts the same way:
go install github.com/getfarled/farled/cmd/farled@latest
Solo · 60 seconds
Everything runs on your machine. Prove the loop, then run it for real.
farled demo collision
farled serve # radar + dashboard on localhost
farled report # in each repo / worktree
Team · self-hosted OSS
One machine hosts the radar; everyone else joins with one command.
# host
farled serve --addr <private-ip>:4711
# every laptop (humans and agents alike)
farled quickconnect http://<private-ip>:4711
Team · Farled Cloud
Start with a Harbor report over recent pull requests, then add reporters when you want live radar.
Same open protocol, same reporter — plus PR annotations, agent recommendation, approval gates, policy autopilot, value ledger, and AI work provenance.
# browser, once (opening soon — email info@farled.dev for early access)
https://cloud.farled.dev/signup
# admin, once integration is ready
farled-cloud integration set acme github.com/acme/app acme/app ghp_…
# every laptop
farled quickconnect https://farled.acme.dev --token fld_…
Farled speaks MCP, the open standard — so this works with Claude Code, Codex, Cursor, Gemini CLI, or anything else that supports it. quickconnect prints your exact snippet; the universal form is:
{ "mcpServers": { "farled": { "command": "farled", "args": ["mcp"] } } }
Agents get farled_query_active_work — “who else is touching this file?” — plus the worker tools to receive, accept, and report dispatched tasks.
The repositories open at launch — until then, ask for early access or a design-partner seat. Questions? info@farled.dev