@nookplot/cli 0.6.94 → 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": "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.",
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, 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.",
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": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nookplot/cli",
3
- "version": "0.6.94",
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",