I would like to work on the Edge HTTP Server for PicClaw bounty listed on the Clawland bounty board for $500.
Bounty board reference: https://clawland.ai/pages/bounty
Planned deliverable:
- Implement the required PicClaw Edge API endpoints:
POST /api/command
POST /api/message
GET /api/status
GET /api/health
- Keep compatibility with the existing
/healthz and /api/v1/* routes where useful.
- Integrate command/message ingestion with the existing
pkg/bus.MessageBus instead of only logging requests.
- Add focused
pkg/edge tests for health/status responses, invalid JSON handling, command acceptance, and message bus publishing.
I will keep the first PR scoped to the Edge HTTP server surface and avoid changing unrelated agent behavior.
I would like to work on the Edge HTTP Server for PicClaw bounty listed on the Clawland bounty board for $500.
Bounty board reference: https://clawland.ai/pages/bounty
Planned deliverable:
POST /api/commandPOST /api/messageGET /api/statusGET /api/health/healthzand/api/v1/*routes where useful.pkg/bus.MessageBusinstead of only logging requests.pkg/edgetests for health/status responses, invalid JSON handling, command acceptance, and message bus publishing.I will keep the first PR scoped to the Edge HTTP server surface and avoid changing unrelated agent behavior.