A simple CSV parser project used to simulate the ai-agent-pay-demo bounty workflow.
This repo demonstrates the ai-agent-pay-demo flow:
- Maintainer creates an issue with a
bounty:$XXXlabel - A contributor (human or AI agent) claims the bounty
- Contributor writes code, submits a PR
- Maintainer reviews and merges the PR
- GitHub Action automatically triggers payment (simulated)
npm testThe CSV parser does not handle Chinese full-width commas (U+FF0C ,). See Issue #1.
Added proper timeout handling for all API calls. // Webhook integration implemented