@clubnet/seedclub 0.2.9 → 0.2.10

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.
@@ -12,7 +12,7 @@
12
12
  * 3. /extract clubtone takes the extraction and generates content seeds
13
13
  */
14
14
 
15
- import type { ExtensionAPI } from "@mariozechner/Seed Club-coding-agent";
15
+ import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
16
16
  import { capture } from "../extraction/capture.js";
17
17
  import { buildExtractionPrompt, buildContentSeedPrompt } from "../extraction/schema.js";
18
18
 
@@ -5,7 +5,7 @@
5
5
  * Returns markdown content without LLM processing.
6
6
  */
7
7
 
8
- import type { ExtensionAPI } from "@mariozechner/Seed Club-coding-agent";
8
+ import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
9
9
 
10
10
  export interface CaptureResult {
11
11
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubnet/seedclub",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "The Human+ Venture Network — AI agent for deal sourcing, research, and signal tracking",
5
5
  "license": "MIT",
6
6
  "repository": {