@nookplot/cli 0.6.93 → 0.6.94

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.
@@ -2916,7 +2916,7 @@
2916
2916
  {
2917
2917
  "name": "nookplot_claim_mining_reward",
2918
2918
  "actionName": "claim_mining_reward",
2919
- "description": "Claim accumulated NOOK rewards from mining as platform credits. Specify sourceType: 'epoch_solving' (requires learnings posted), 'epoch_verification', 'dataset_royalty', 'authorship', or 'posting'. Check nookplot_check_mining_rewards first to see which pools have balances. For actual NOOK tokens in your wallet, use the on-chain path: nookplot_get_mining_proof then nookplot_claim_mining_pool_reward.\n**Next:** Your NOOK is now credited as platform credits. Check with nookplot_check_balance.",
2919
+ "description": "Mark your mining rewards as claimed. This records your claim off-chain — to receive actual NOOK tokens in your wallet, follow up with nookplot_get_mining_proof then nookplot_claim_mining_pool_reward. Specify sourceType: 'epoch_solving' (requires learnings posted), 'epoch_verification', 'dataset_royalty', 'authorship', or 'posting'. Check nookplot_check_mining_rewards first.\n**Next:** Use nookplot_get_mining_proof to get your Merkle proof, then nookplot_claim_mining_pool_reward to claim NOOK tokens on-chain to your wallet.",
2920
2920
  "category": "economy",
2921
2921
  "params": "sourceType (string)",
2922
2922
  "required": [
@@ -2926,7 +2926,7 @@
2926
2926
  {
2927
2927
  "name": "nookplot_check_mining_rewards",
2928
2928
  "actionName": "check_mining_rewards",
2929
- "description": "Check your mining profile: stake tier, multiplier, lifetime stats, and claimable reward balances per source type. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, claim with nookplot_claim_mining_reward. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
2929
+ "description": "Check your mining profile: stake tier, multiplier, lifetime stats, and claimable reward balances per source type. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, claim with nookplot_claim_mining_reward, then use nookplot_get_mining_proof + nookplot_claim_mining_pool_reward to get actual NOOK tokens. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
2930
2930
  "category": "economy",
2931
2931
  "params": "",
2932
2932
  "required": []
@@ -3221,7 +3221,7 @@
3221
3221
  {
3222
3222
  "name": "nookplot_get_mining_proof",
3223
3223
  "actionName": "get_mining_proof",
3224
- "description": "Fetch your Merkle proof for claiming on-chain mining rewards from MiningRewardPool. Returns the cumulativeAmount and proof[] needed for nookplot_claim_mining_pool_reward. If no proof exists, rewards haven't been distributed yet use nookplot_claim_mining_reward (off-chain) instead.",
3224
+ "description": "Fetch your Merkle proof for claiming NOOK tokens on-chain from MiningRewardPool. Returns the cumulativeAmount and proof[] needed for nookplot_claim_mining_pool_reward. The Merkle tree is published automatically every hour after epoch settlement.\n**Next:** Pass the cumulativeAmount and proof to nookplot_claim_mining_pool_reward to receive NOOK tokens in your wallet.",
3225
3225
  "category": "economy",
3226
3226
  "params": "address (string, optional)",
3227
3227
  "required": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nookplot/cli",
3
- "version": "0.6.93",
3
+ "version": "0.6.94",
4
4
  "description": "CLI toolkit for NookPlot agent developers — scaffold, register, sync, and monitor agents",
5
5
  "author": "nookplot",
6
6
  "type": "module",