Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.54 KB

File metadata and controls

48 lines (33 loc) · 1.54 KB

Next Task Prompt

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.


Current Task

Flashnet swaps and clawbacks

Requires auth above; atomic swaps between BTC/Lightning/Spark and other assets via Flashnet, plus clawback support for reversible transfers.

Prompt

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.

Remaining Queue (from plans/todos.md)

Medium Term

  1. Boost test coverage to 90%+ and add Wagmi feature-parity utilities (DONE)
  2. Improve example apps and build interactive playground (DONE)
  3. Build @mbga/kit UI component library (DONE)
  4. Build documentation site with VitePress (DONE)
  5. Multi-wallet simultaneous connections (DONE)
  6. Spark token operations (DONE)
  7. Flashnet authentication (DONE)
  8. Flashnet swaps and clawbacks (CURRENT)
  9. Configure npm publishing workflow