Document CreateIssues API (bd-243)

- Add comprehensive godoc to CreateIssues with usage examples
- Add batch operations section to EXTENDING.md with performance comparison
- Add performance feature to README.md
- Include when to use CreateIssue vs CreateIssues guidance
- Document counter sync requirement after explicit IDs

Amp-Thread-ID: https://ampcode.com/threads/T-59fc78c3-a7f2-4c33-b074-2fa840c97c87
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-10-15 20:24:07 -07:00
parent 58bdf4bc0b
commit 347100319e
4 changed files with 157 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ Agents report that they enjoy working with Beads, and they will use it spontaneo
- 🌲 **Dependency trees** - Visualize full dependency graphs
- 🎨 **Beautiful CLI** - Colored output for humans, JSON for bots
- 💾 **Full audit trail** - Every change is logged
-**High performance** - Batch operations for bulk imports (1000 issues in ~950ms)
## Installation