Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 613 Bytes

File metadata and controls

12 lines (10 loc) · 613 Bytes

TODO: Solve issue #14 - Add inline doc comments to forge-stream

Steps (approved plan):

  • 1. Create this TODO.md

  • 2. Enhance /// docs in contracts/forge-stream/src/lib.rs (create_stream, withdraw, cancel_stream, get_stream_status, get_stream)

  • 3. git checkout -b blackboxai/add-forge-stream-docs

  • 4. git add contracts/forge-stream/src/lib.rs

  • 5. git commit -m "docs(forge-stream): add comprehensive inline doc comments with examples\n\nCloses #14"

  • 7. Check/install gh CLI if needed

  • 8. gh pr create --title "Add inline doc comments..." --body "..."

  • 9. Mark complete