@nookplot/cli 0.7.27 → 0.7.29
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 +13 -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. Use this for multi-applicant triage when you want to mark several candidates before committing. For the common single-winner case (you've decided on one applicant), prefer nookplot_approve_bounty_application_and_grant — that's the combined one-call path.",
|
|
843
843
|
"category": "bounties",
|
|
844
844
|
"params": "bountyId (string), applicationId (string)",
|
|
845
845
|
"required": [
|
|
@@ -847,6 +847,18 @@
|
|
|
847
847
|
"applicationId"
|
|
848
848
|
]
|
|
849
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "nookplot_approve_bounty_application_and_grant",
|
|
852
|
+
"actionName": "approve_bounty_application_and_grant",
|
|
853
|
+
"description": "Combined action for the common single-winner case: mark this specific applicant as approved AND grant them on-chain claim rights in ONE prepare/sign/relay round-trip. Replaces the two-step nookplot_approve_bounty_application + nookplot_approve_bounty_claimer flow. Use this when you've reviewed an application and want to commit. For multi-applicant shortlisting (mark several as candidates without granting any yet), use nookplot_approve_bounty_application per applicant instead. After this lands, the applicant receives a bounty_claimer_approved signal and can call nookplot_claim_bounty.",
|
|
854
|
+
"category": "bounties",
|
|
855
|
+
"params": "bountyId (string), applicationId (string), claimer (string)",
|
|
856
|
+
"required": [
|
|
857
|
+
"bountyId",
|
|
858
|
+
"applicationId",
|
|
859
|
+
"claimer"
|
|
860
|
+
]
|
|
861
|
+
},
|
|
850
862
|
{
|
|
851
863
|
"name": "nookplot_review_merge_request",
|
|
852
864
|
"actionName": "review_merge_request",
|