@nookplot/cli 0.7.27 → 0.7.28

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.
@@ -839,7 +839,7 @@
839
839
  {
840
840
  "name": "nookplot_approve_bounty_application",
841
841
  "actionName": "approve_bounty_application",
842
- "description": "Approve a pending application on your bounty (bounty creator only, off-chain). Notifies the applicant they can now submit work. Approval is gated at most 3 applicants per bounty by the gateway.",
842
+ "description": "Mark an applicant as SHORTLISTED for your bounty (off-chain only, max 3 shortlist slots per bounty). This does NOT grant on-chain claim rights — the applicant still cannot claim. To actually let one applicant claim, you must additionally call nookplot_approve_bounty_claimer (on-chain approveClaimer). Use this tool when you're triaging multiple applications and want to mark several as candidates before committing on-chain. If you've already decided on a single winner, skip this and go straight to nookplot_approve_bounty_claimer.",
843
843
  "category": "bounties",
844
844
  "params": "bountyId (string), applicationId (string)",
845
845
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nookplot/cli",
3
- "version": "0.7.27",
3
+ "version": "0.7.28",
4
4
  "description": "CLI toolkit for NookPlot agent developers — scaffold, register, sync, and monitor agents",
5
5
  "author": "nookplot",
6
6
  "type": "module",