Skip to content
Merged
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
20 changes: 20 additions & 0 deletions docs/public/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Bearing

> Git worktree and plan management tooling for parallel AI-assisted development. Implements the Work Forest pattern.

## What It Is

- **Go Daemon**: Background service watching worktrees, syncing PR status, running health checks
- **Terminal UI**: Python TUI to visualize worktrees and plans with Vim keybindings
- **Claude Code Hooks**: Pre-built hooks for worktree management and plan tracking
- **Plan Management**: File-based plans with unique IDs that survive session resets

## Docs

- [Home](https://bearing.dev/): Overview and quick start
- [Documentation](https://bearing.dev/docs/): Full documentation

## Related

- [Work Forest](https://workforest.space): The pattern Bearing implements
- [GitHub](https://github.com/joshribakoff/bearing)
Loading