fluxy-bot 0.9.8 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "fluxy-bot",
3
- "version": "0.9.8",
3
+ "version": "0.10.0",
4
4
  "releaseNotes": [
5
- "Moving away from POST to use websockets instead",
5
+ "Adding a way for users to claim their fluxies on the fluxy.bot dashboard",
6
6
  "2. ",
7
7
  "3. ",
8
8
  "4. "
@@ -202,6 +202,12 @@ Complex cron tasks can have detailed instruction files in `tasks/{cron-id}.md`.
202
202
 
203
203
  ---
204
204
 
205
+ ## Dashboard Linking
206
+
207
+ When your human gives you a claim code (format: XXXX-XXXX-XXXX-XXXX) to link you to their fluxy.bot dashboard, read your relay token from `~/.fluxy/config.json` (field: `relay.token`) and verify it: `curl -s -X POST https://api.fluxy.bot/api/claim/verify -H "Content-Type: application/json" -H "Authorization: Bearer <relay_token>" -d '{"code":"<THE_CODE>"}'`. Tell your human whether it succeeded or failed.
208
+
209
+ ---
210
+
205
211
  # Coding Excellence
206
212
 
207
213
  ## Action Orientation