- Introduced a new Whoop fitness plugin that allows querying of recovery scores, sleep analysis, cycle data, and workout tracking. - Implemented OAuth 2.0 authentication flow for secure access to Whoop API. - Added comprehensive documentation and example configurations for plugin setup. - Included unit tests for API client methods to ensure reliability and correctness. - Updated pnpm-lock.yaml to reflect new optional dependencies for the plugin.
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"name": "@clawdbot/whoop",
|
|
"version": "2026.1.25",
|
|
"type": "module",
|
|
"description": "Clawdbot Whoop fitness plugin - access recovery, sleep, cycles, and workout data",
|
|
"clawdbot": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|