Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 29 additions & 0 deletions .beads/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# SQLite databases
*.db
*.db?*
*.db-journal
*.db-wal
*.db-shm

# Daemon runtime files
daemon.lock
daemon.log
daemon.pid
bd.sock

# Legacy database files
db.sqlite
bd.db

# Merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.base.meta.json
beads.left.jsonl
beads.left.meta.json
beads.right.jsonl
beads.right.meta.json

# Keep JSONL exports and config (source of truth for git)
!issues.jsonl
!metadata.json
!config.json
1 change: 1 addition & 0 deletions .beads/.local_version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.29.0
81 changes: 81 additions & 0 deletions .beads/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Beads - AI-Native Issue Tracking

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.

## What is Beads?

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.

**Learn more:** [github.com/steveyegge/beads](https://github.com/steveyegge/beads)

## Quick Start

### Essential Commands

```bash
# Create new issues
bd create "Add user authentication"

# View all issues
bd list

# View issue details
bd show <issue-id>

# Update issue status
bd update <issue-id> --status in_progress
bd update <issue-id> --status done

# Sync with git remote
bd sync
```

### Working with Issues

Issues in Beads are:
- **Git-native**: Stored in `.beads/issues.jsonl` and synced like code
- **AI-friendly**: CLI-first design works perfectly with AI coding agents
- **Branch-aware**: Issues can follow your branch workflow
- **Always in sync**: Auto-syncs with your commits

## Why Beads?

✨ **AI-Native Design**
- Built specifically for AI-assisted development workflows
- CLI-first interface works seamlessly with AI coding agents
- No context switching to web UIs

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

🔧 **Git Integration**
- Automatic sync with git commits
- Branch-aware issue tracking
- Intelligent JSONL merge resolution

## Get Started with Beads

Try Beads in your own projects:

```bash
# Install Beads
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash

# Initialize in your repo
bd init

# Create your first issue
bd create "Try out Beads"
```

## Learn More

- **Documentation**: [github.com/steveyegge/beads/docs](https://github.com/steveyegge/beads/tree/main/docs)
- **Quick Start Guide**: Run `bd quickstart`
- **Examples**: [github.com/steveyegge/beads/examples](https://github.com/steveyegge/beads/tree/main/examples)

---

*Beads: Issue tracking that moves at the speed of thought* ⚡
62 changes: 62 additions & 0 deletions .beads/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Beads Configuration File
# This file configures default behavior for all bd commands in this repository
# All settings can also be set via environment variables (BD_* prefix)
# or overridden with command-line flags

# Issue prefix for this repository (used by bd init)
# If not set, bd init will auto-detect from directory name
# Example: issue-prefix: "myproject" creates issues like "myproject-1", "myproject-2", etc.
# issue-prefix: ""

# Use no-db mode: load from JSONL, no SQLite, write back after each command
# When true, bd will use .beads/issues.jsonl as the source of truth
# instead of SQLite database
# no-db: false

# Disable daemon for RPC communication (forces direct database access)
# no-daemon: false

# Disable auto-flush of database to JSONL after mutations
# no-auto-flush: false

# Disable auto-import from JSONL when it's newer than database
# no-auto-import: false

# Enable JSON output by default
# json: false

# Default actor for audit trails (overridden by BD_ACTOR or --actor)
# actor: ""

# Path to database (overridden by BEADS_DB or --db)
# db: ""

# Auto-start daemon if not running (can also use BEADS_AUTO_START_DAEMON)
# auto-start-daemon: true

# Debounce interval for auto-flush (can also use BEADS_FLUSH_DEBOUNCE)
# flush-debounce: "5s"

# Git branch for beads commits (bd sync will commit to this branch)
# IMPORTANT: Set this for team projects so all clones use the same sync branch.
# This setting persists across clones (unlike database config which is gitignored).
# Can also use BEADS_SYNC_BRANCH env var for local override.
# If not set, bd sync will require you to run 'bd config set sync.branch <branch>'.
sync-branch: "main"

# Multi-repo configuration (experimental - bd-307)
# Allows hydrating from multiple repositories and routing writes to the correct JSONL
# repos:
# primary: "." # Primary repo (where this database lives)
# additional: # Additional repos to hydrate from (read-only)
# - ~/beads-planning # Personal planning repo
# - ~/work-planning # Work planning repo

# Integration settings (access with 'bd config get/set')
# These are stored in the database, not in this file:
# - jira.url
# - jira.project
# - linear.url
# - linear.api-key
# - github.org
# - github.repo
18 changes: 18 additions & 0 deletions .beads/issues.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{"id":"specter-playground-1yx","title":"Document MockUI screens with screenshots and descriptions","description":"","status":"closed","priority":2,"issue_type":"epic","created_at":"2025-12-14T12:02:58.387577+01:00","updated_at":"2025-12-14T12:24:22.119037+01:00","closed_at":"2025-12-14T12:24:22.119037+01:00"}
{"id":"specter-playground-1yx.1","title":"Explore all MockUI screens via sim_cli","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T12:03:05.256524+01:00","updated_at":"2025-12-14T12:20:28.012108+01:00","closed_at":"2025-12-14T12:20:28.012108+01:00","dependencies":[{"issue_id":"specter-playground-1yx.1","depends_on_id":"specter-playground-1yx","type":"parent-child","created_at":"2025-12-14T12:03:05.25702+01:00","created_by":"daemon"}]}
{"id":"specter-playground-1yx.2","title":"Create /docs/MockUI folder structure with screenshots","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T12:03:05.501275+01:00","updated_at":"2025-12-14T12:21:46.0082+01:00","closed_at":"2025-12-14T12:21:46.0082+01:00","dependencies":[{"issue_id":"specter-playground-1yx.2","depends_on_id":"specter-playground-1yx","type":"parent-child","created_at":"2025-12-14T12:03:05.501716+01:00","created_by":"daemon"}]}
{"id":"specter-playground-1yx.3","title":"Write DESCRIPTION.md for each screen","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T12:03:05.747075+01:00","updated_at":"2025-12-14T12:21:46.008991+01:00","closed_at":"2025-12-14T12:21:46.008991+01:00","dependencies":[{"issue_id":"specter-playground-1yx.3","depends_on_id":"specter-playground-1yx","type":"parent-child","created_at":"2025-12-14T12:03:05.747522+01:00","created_by":"daemon"}]}
{"id":"specter-playground-1yx.4","title":"Note sim_cli improvements while exploring","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T12:03:05.993741+01:00","updated_at":"2025-12-14T12:24:21.907305+01:00","closed_at":"2025-12-14T12:24:21.907305+01:00","dependencies":[{"issue_id":"specter-playground-1yx.4","depends_on_id":"specter-playground-1yx","type":"parent-child","created_at":"2025-12-14T12:03:05.99417+01:00","created_by":"daemon"}]}
{"id":"specter-playground-3ew","title":"sim_cli: add 'reset' command to return to main menu","description":"","status":"closed","priority":2,"issue_type":"feature","created_at":"2025-12-14T12:12:00.38653+01:00","updated_at":"2025-12-14T12:17:52.855975+01:00","closed_at":"2025-12-14T12:17:52.855975+01:00"}
{"id":"specter-playground-3sg","title":"Screenshot: update mcp_server.py handler","description":"Once control_server screenshot works, update mcp-servers/lvgl-sim/mcp_server.py to decode base64, convert XRGB8888 to PNG via Pillow. Current code at line 261 has partial impl.","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-13T22:10:52.483166+01:00","updated_at":"2025-12-14T13:16:16.799172+01:00","closed_at":"2025-12-14T13:16:16.799172+01:00","dependencies":[{"issue_id":"specter-playground-3sg","depends_on_id":"specter-playground-oh2","type":"blocks","created_at":"2025-12-13T22:11:12.033212+01:00","created_by":"daemon"}]}
{"id":"specter-playground-42c","title":"MCP server for LVGL simulator control","description":"","status":"closed","priority":2,"issue_type":"feature","created_at":"2025-12-13T21:32:37.272016+01:00","updated_at":"2025-12-13T21:42:07.288831+01:00","closed_at":"2025-12-13T21:42:07.288831+01:00"}
{"id":"specter-playground-8d5","title":"sim_cli: write pytest tests for existing functions","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T13:01:21.355797+01:00","updated_at":"2025-12-14T13:04:54.617102+01:00","closed_at":"2025-12-14T13:04:54.617102+01:00"}
{"id":"specter-playground-9gt","title":"sim_cli: extract each command to its own function","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T13:01:21.859477+01:00","updated_at":"2025-12-14T13:07:16.540042+01:00","closed_at":"2025-12-14T13:07:16.540042+01:00"}
{"id":"specter-playground-9ys","title":"Screenshot: commit and test","description":"After screenshot works: 1) Test with sim_cli.py screenshot 2) Verify PNG output 3) Commit changes 4) Update docs/lvgl-sim-mcp.md","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-13T22:10:52.749809+01:00","updated_at":"2025-12-14T13:16:16.775523+01:00","closed_at":"2025-12-14T13:16:16.775523+01:00","dependencies":[{"issue_id":"specter-playground-9ys","depends_on_id":"specter-playground-3sg","type":"blocks","created_at":"2025-12-13T22:11:12.130759+01:00","created_by":"daemon"}]}
{"id":"specter-playground-a47","title":"sim_cli: add 'back' command for navigation","description":"","status":"closed","priority":2,"issue_type":"feature","created_at":"2025-12-14T12:11:59.873153+01:00","updated_at":"2025-12-14T12:17:52.654102+01:00","closed_at":"2025-12-14T12:17:52.654102+01:00"}
{"id":"specter-playground-cmo","title":"Setup pytest for MockUI state classes","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-13T19:35:16.990552+01:00","updated_at":"2025-12-13T19:43:42.55607+01:00","closed_at":"2025-12-13T19:43:42.55607+01:00"}
{"id":"specter-playground-d47","title":"sim_cli: add 'capture' command (mkdir+labels+screenshot+tree)","description":"","status":"closed","priority":2,"issue_type":"feature","created_at":"2025-12-14T12:11:59.625116+01:00","updated_at":"2025-12-14T13:07:16.541235+01:00","closed_at":"2025-12-14T13:07:16.541235+01:00"}
{"id":"specter-playground-e3x","title":"sim_cli: refactor to use click CLI framework","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-12-14T13:01:21.604988+01:00","updated_at":"2025-12-14T13:07:16.540727+01:00","closed_at":"2025-12-14T13:07:16.540727+01:00"}
{"id":"specter-playground-e4q","title":"sim_cli: add 'explore' command for recursive screen capture","description":"","status":"closed","priority":2,"issue_type":"feature","created_at":"2025-12-14T12:12:00.124814+01:00","updated_at":"2025-12-14T13:33:48.374193+01:00","closed_at":"2025-12-14T13:33:48.374193+01:00"}
{"id":"specter-playground-luv","title":"Bug: set is_locked via control server doesn't refresh UI to locked screen","description":"","status":"closed","priority":2,"issue_type":"bug","created_at":"2025-12-14T12:24:12.771892+01:00","updated_at":"2025-12-14T12:37:32.728824+01:00","closed_at":"2025-12-14T12:37:32.728824+01:00"}
{"id":"specter-playground-oh2","title":"Screenshot: fix LVGL snapshot_take_to_buf","description":"LVGL snapshot APIs return None/fail. Tried: snapshot_take, snapshot_create_draw_buf, draw_buf_create - all fail despite 1.8MB free mem. LV_MEM_SIZE=64KB but using LV_STDLIB_MICROPYTHON. Current attempt: snapshot_take_to_buf with Python-allocated bytearray. Files: scenarios/sim_control/control_server.py:191","status":"closed","priority":2,"issue_type":"bug","created_at":"2025-12-13T22:10:52.211282+01:00","updated_at":"2025-12-13T22:44:37.61643+01:00","closed_at":"2025-12-13T22:44:37.61643+01:00"}
4 changes: 4 additions & 0 deletions .beads/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"database": "beads.db",
"jsonl_export": "issues.jsonl"
}
97 changes: 0 additions & 97 deletions .bmad/BMAD.md

This file was deleted.

Loading
Loading