Playground copy for rhdh-parasol, sourced from fullsend-playground.
A simple REST API for task management, built with Node.js (no external dependencies).
| Method | Path | Description |
|---|---|---|
| GET | /tasks | List all tasks |
| POST | /tasks | Create a task |
| GET | /tasks/:id | Get a task by ID |
| PATCH | /tasks/:id | Update a task |
| DELETE | /tasks/:id | Delete a task |
| GET | /health | Health check |
npm startnpm testThis repo is a sandbox for fullsend agents. After this install, comment
/fs-grillme on an open (non-fork) PR to run the grillme agent.
- Open a PR with a meaningful change (not just a typo).
- Comment
/fs-grillme. - Reply to the inline review comments with decisions.
- Comment
/fs-grillmeagain to continue. The session ends when all grillme threads are resolved.