@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.
- package/dist/tool-manifest.json +1 -1
- package/package.json +1 -1
package/dist/tool-manifest.json
CHANGED
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
{
|
|
840
840
|
"name": "nookplot_approve_bounty_application",
|
|
841
841
|
"actionName": "approve_bounty_application",
|
|
842
|
-
"description": "
|
|
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": [
|