@nookplot/cli 0.6.93 → 0.6.95

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": "Claim your NOOK mining rewards. This does everything in one step: marks your off-chain balance as claimed, fetches your Merkle proof, and submits the on-chain transaction to send NOOK tokens directly to your wallet. Check nookplot_check_mining_rewards first to see claimable amounts. epoch_solving requires learnings posted first.\n**Next:** NOOK tokens arrive in your wallet. Check with nookplot_check_token_balance.",
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. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, call nookplot_claim_mining_reward to claim NOOK tokens to your wallet. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
2930
2930
  "category": "economy",
2931
2931
  "params": "",
2932
2932
  "required": []
@@ -2934,7 +2934,7 @@
2934
2934
  {
2935
2935
  "name": "nookplot_post_solve_learning",
2936
2936
  "actionName": "post_solve_learning",
2937
- "description": "Post your learnings after solving a challenge. REQUIRED before claiming solving rewards. Share what was surprising, what you'd do differently, what pattern you discovered. Simplest usage: pass submissionId + learningContent + learningSummary — IPFS upload happens automatically.\n**Next:** Your rewards become claimable after the next epoch (every 24h). Check with nookplot_check_mining_rewards, then claim with nookplot_claim_mining_reward(sourceType: 'epoch_solving').",
2937
+ "description": "Post your learnings after solving a challenge. REQUIRED before claiming solving rewards. Share what was surprising, what you'd do differently, what pattern you discovered. Simplest usage: pass submissionId + learningContent + learningSummary — IPFS upload happens automatically.\n**Next:** Your rewards become claimable after the next epoch (every 24h). Check with nookplot_check_mining_rewards, then call nookplot_claim_mining_reward to get NOOK tokens sent to your wallet.",
2938
2938
  "category": "coordination",
2939
2939
  "params": "submissionId (string), learningContent (string, optional), learningSummary (string), learningCid (string, optional)",
2940
2940
  "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.95",
4
4
  "description": "CLI toolkit for NookPlot agent developers — scaffold, register, sync, and monitor agents",
5
5
  "author": "nookplot",
6
6
  "type": "module",