Skip to content

Commit 3b941ef

Browse files
committed
massive work on queries and mutators api
1 parent 955495c commit 3b941ef

27 files changed

Lines changed: 3620 additions & 3034 deletions

.beads/README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Beads - AI-Native Issue Tracking
22

3-
Welcome to Beads! This repository uses **Beads** for issue tracking - a modern, AI-native tool designed to live directly in your codebase alongside your code.
3+
Welcome to Beads! This repository uses **Beads** for issue tracking - a modern,
4+
AI-native tool designed to live directly in your codebase alongside your code.
45

56
## What is Beads?
67

7-
Beads is issue tracking that lives in your repo, making it perfect for AI coding agents and developers who want their issues close to their code. No web UI required - everything works through the CLI and integrates seamlessly with git.
8+
Beads is issue tracking that lives in your repo, making it perfect for AI coding
9+
agents and developers who want their issues close to their code. No web UI
10+
required - everything works through the CLI and integrates seamlessly with git.
811

9-
**Learn more:** [github.com/steveyegge/beads](https://github.com/steveyegge/beads)
12+
**Learn more:**
13+
[github.com/steveyegge/beads](https://github.com/steveyegge/beads)
1014

1115
## Quick Start
1216

@@ -33,6 +37,7 @@ bd sync
3337
### Working with Issues
3438

3539
Issues in Beads are:
40+
3641
- **Git-native**: Stored in `.beads/issues.jsonl` and synced like code
3742
- **AI-friendly**: CLI-first design works perfectly with AI coding agents
3843
- **Branch-aware**: Issues can follow your branch workflow
@@ -41,16 +46,19 @@ Issues in Beads are:
4146
## Why Beads?
4247

4348
**AI-Native Design**
49+
4450
- Built specifically for AI-assisted development workflows
4551
- CLI-first interface works seamlessly with AI coding agents
4652
- No context switching to web UIs
4753

4854
🚀 **Developer Focused**
55+
4956
- Issues live in your repo, right next to your code
5057
- Works offline, syncs when you push
5158
- Fast, lightweight, and stays out of your way
5259

5360
🔧 **Git Integration**
61+
5462
- Automatic sync with git commits
5563
- Branch-aware issue tracking
5664
- Intelligent JSONL merge resolution
@@ -72,10 +80,12 @@ bd create "Try out Beads"
7280

7381
## Learn More
7482

75-
- **Documentation**: [github.com/steveyegge/beads/docs](https://github.com/steveyegge/beads/tree/main/docs)
83+
- **Documentation**:
84+
[github.com/steveyegge/beads/docs](https://github.com/steveyegge/beads/tree/main/docs)
7685
- **Quick Start Guide**: Run `bd quickstart`
77-
- **Examples**: [github.com/steveyegge/beads/examples](https://github.com/steveyegge/beads/tree/main/examples)
86+
- **Examples**:
87+
[github.com/steveyegge/beads/examples](https://github.com/steveyegge/beads/tree/main/examples)
7888

7989
---
8090

81-
*Beads: Issue tracking that moves at the speed of thought*
91+
_Beads: Issue tracking that moves at the speed of thought_

.beads/issues.jsonl

Lines changed: 32 additions & 8 deletions
Large diffs are not rendered by default.

.beads/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"database": "beads.db",
3-
"jsonl_export": "issues.jsonl"
4-
}
2+
"database": "beads.db",
3+
"jsonl_export": "issues.jsonl"
4+
}

.github/TECHNICAL_STEERING.instructions.md

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)