Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

fp

fp

Agent-native issue tracking for ambitious Claude Code users.
fp.dev · Docs


fp is a CLI-first issue tracker designed for AI agents. It lives in your terminal, stores everything locally, and gives agents the focused context they need to ship code across sessions.

This is the public repository for fp. The source code is private (for now). This repo is for:

  • Filing issues — bug reports, feature requests, and feedback
  • Extension examples — reference implementations for fp's extension system
  • Community discussion — via GitHub Issues and Discussions

Get started

curl -fsSL https://setup.fp.dev/install.sh | sh -s
cd your-project
fp init

See the docs for full setup and usage.

Extensions

fp supports extensions that hook into issue lifecycle events. The extensions/ directory contains example extensions ranging from beginner to advanced:

ExampleComplexityWhat it does
hello-hooksBeginnerLogs issue events — the smallest useful extension
status-transition-guardBeginnerBlocks invalid status transitions
issue-template-enforcerBeginnerBlocks issues missing required sections
post-create-automationBeginnerPosts welcome comments, creates follow-up issues
custom-propertiesBeginnerRegisters custom issue properties (select, text, etc.)
quality-gateIntermediateRuns tests/lint before allowing "done" transition
backlog-researcherIntermediateSpawns Claude to research new issues
jj-workspaceAdvancedManages jj workspaces tied to issue lifecycle
cursor-agentAdvancedDispatches issues to a Cursor agent with polling

Start with hello-hooks and work your way up. Each example has its own README.

Reporting bugs

Please open an issue with steps to reproduce.

License

The extension examples in this repository are released under the MIT License. fp itself is proprietary software — see fp.dev for details.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages