Copy the prompt below and send it to Claude Code to pick up the next TODO item. After the task is done, Claude will update this file with the next task in line.
Flashnet swaps and clawbacks
Requires auth above; atomic swaps between BTC/Lightning/Spark and other assets via Flashnet, plus clawback support for reversible transfers.
Work on the refrakts/mbga repo.
Your current task: **Flashnet swaps and clawbacks**
This includes:
### Flashnet swaps and clawbacks
- Requires auth above; atomic swaps between BTC/Lightning/Spark and other assets via Flashnet, plus clawback support for reversible transfers
After completing the task:
1. Mark it done in plans/todos.md (change `- [ ]` to `- [x]`)
2. Update NEXT_TASK.md — replace the "Current Task" section and the task
description inside the prompt with the next unchecked item from plans/todos.md.
Pick the highest-priority unchecked item (Medium Term first).
Split work into logical commits. Run tests before pushing.
Boost test coverage to 90%+ and add Wagmi feature-parity utilities(DONE)Improve example apps and build interactive playground(DONE)Build @mbga/kit UI component library(DONE)Build documentation site with VitePress(DONE)Multi-wallet simultaneous connections(DONE)Spark token operations(DONE)Flashnet authentication(DONE)- Flashnet swaps and clawbacks (CURRENT)
- Configure npm publishing workflow