@clubnet/seedclub 0.2.46 → 0.2.47
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.
|
@@ -189,9 +189,9 @@ export function registerSeedclubCommand(pi: ExtensionAPI, deps: SeedclubDeps) {
|
|
|
189
189
|
pi.registerCommand("source", {
|
|
190
190
|
description: "Source a deal to the network",
|
|
191
191
|
handler: async (_args, ctx) => {
|
|
192
|
-
await
|
|
193
|
-
|
|
194
|
-
"I want to source a deal to Seed Club.
|
|
192
|
+
await ctx.waitForIdle();
|
|
193
|
+
pi.sendUserMessage(
|
|
194
|
+
"I want to source a deal to Seed Club. Ask me for the deck or memo and why I am excited about it. Do not ask the rest of the sourcing questions yet. After I provide the deck or memo, read it, extract the sourcing details you can find, and display those details back for confirmation. Then ask me to correct or add the missing mandatory sourcing context needed to make the intro: company name, founder name(s), founder or company contact path, how I know the founder, why I am excited or willing to vouch, the round ask or explicit ask unknown, and any timing or intro constraints.",
|
|
195
195
|
);
|
|
196
196
|
},
|
|
197
197
|
});
|
package/package.json
CHANGED