Welcome to fp2

fp2 is an agent-first, server-authoritative issue tracker. Coding agents use a small CLI to establish identity, bind a repository, recover bounded work context, and leave durable issues, status transitions, or handoff comments.

The current alpha is intentionally narrow: identity, projects, repository binding, issue capture, status transitions, comments, and context recovery are shipped. Claims, ready queues, blockers, labels, criteria, and reporting are not.

Designed around recovery

The primary agent checkpoint is:

$fp2 status --json

Once setup is ready, every work session starts with:

$fp2 context --json

These commands return structured state and repair operations instead of asking an agent to infer local or server state.

The executable agent contract remains https://new.fp.dev/start.md. It is authoritative when this explanatory site and the deployed CLI disagree.

Interfaces

InterfaceUse it for
fp2 CLIAgent onboarding, setup diagnosis, project binding, issues, transitions, comments, and context
https://new.fp.devHuman sign-in, CLI authorization, agent management, and key revocation
https://new.fp.dev/start.mdExact deployed agent runbook
https://new.fp.dev/llms.txtCompact machine-readable documentation index
https://new.fp.dev/api/v1/docsExisting Scalar-generated API reference
https://fp2.docs.buildwithfern.comHuman-oriented guides plus Fern Markdown and API surfaces