@signaliz/cli 1.0.2 → 1.0.3
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/README.md +111 -4
- package/dist/bin.js +1898 -46
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,6 +11,29 @@ Fresh enrichment throughput now allows Free 60/min, Builder 300/min, Team
|
|
|
11
11
|
600/min, Agency 1,000/min, and Pay-As-You-Go 1,000/min, with a 5,000/hour
|
|
12
12
|
workspace safety cap.
|
|
13
13
|
|
|
14
|
+
## Where To Start
|
|
15
|
+
|
|
16
|
+
If you are not sure whether to use the UI, CLI, Codex, MCP, or SDK, start here:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
signaliz start
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Signaliz is the GTM brain over any stack. Use CLI, MCP, Codex, or SDK when an
|
|
23
|
+
agent needs to build, audit, route, or debug work. Use the UI as the human
|
|
24
|
+
cockpit to inspect state, connect tools, approve gated actions, and monitor
|
|
25
|
+
results.
|
|
26
|
+
|
|
27
|
+
`signaliz start` is read-only. It checks workspace health, credits, Ops proof,
|
|
28
|
+
Kernel readiness, and provider-route blockers, then recommends one next safest
|
|
29
|
+
move plus exact commands for five plain workflows:
|
|
30
|
+
|
|
31
|
+
- Build a campaign plan: `signaliz build "campaign brief"`.
|
|
32
|
+
- Connect tools and provider routes: `signaliz connect`.
|
|
33
|
+
- Audit previous campaigns: `signaliz audit`.
|
|
34
|
+
- Improve results from learning: `signaliz improve <campaign_id>`.
|
|
35
|
+
- Prove Ops delivery: `signaliz prove`.
|
|
36
|
+
|
|
14
37
|
## Install
|
|
15
38
|
|
|
16
39
|
```bash
|
|
@@ -23,21 +46,35 @@ npm install -g @signaliz/cli
|
|
|
23
46
|
# 1. Authenticate
|
|
24
47
|
signaliz auth login
|
|
25
48
|
|
|
26
|
-
# 2.
|
|
49
|
+
# 2. Get the recommended next safest move
|
|
50
|
+
signaliz start
|
|
51
|
+
signaliz build "Build a campaign for industrial maintenance buyers" --target-count 50
|
|
52
|
+
signaliz connect
|
|
53
|
+
signaliz audit
|
|
54
|
+
signaliz prove
|
|
55
|
+
|
|
56
|
+
# 3. Check workspace/API health and discover GTM tools
|
|
27
57
|
signaliz health
|
|
58
|
+
signaliz gtm context
|
|
59
|
+
signaliz gtm bootstrap --include-samples
|
|
60
|
+
signaliz gtm plan "Build 100 verified VP Sales leads at B2B SaaS companies" --target-count 100 --json > plan.json
|
|
61
|
+
signaliz gtm commit-plan --plan-file plan.json
|
|
62
|
+
signaliz gtm commit-plan --plan-file plan.json --write --confirm
|
|
63
|
+
signaliz gtm prepare-build <campaign_id> --build-input --json > build-args.json
|
|
64
|
+
signaliz campaign build --input-file build-args.json
|
|
28
65
|
signaliz discover --query "build a campaign with webhook delivery" --category ops
|
|
29
66
|
|
|
30
|
-
#
|
|
67
|
+
# 4. Plan and create a prompt-first Op
|
|
31
68
|
signaliz /plan "Build 100 verified VP Sales leads at B2B SaaS companies"
|
|
32
69
|
signaliz quickstart company_research
|
|
33
70
|
signaliz /goal "Build 100 verified VP Sales leads at B2B SaaS companies" --confirm-spend
|
|
34
71
|
|
|
35
|
-
#
|
|
72
|
+
# 5. Run, poll, and retrieve results
|
|
36
73
|
signaliz run <op_id>
|
|
37
74
|
signaliz status <op_id>
|
|
38
75
|
signaliz results <op_id> --limit 100 --json
|
|
39
76
|
|
|
40
|
-
#
|
|
77
|
+
# 6. Debug async execution and queue health
|
|
41
78
|
signaliz ops run-status <trigger_run_id>
|
|
42
79
|
signaliz queue --summary
|
|
43
80
|
signaliz debug <op_id>
|
|
@@ -149,6 +186,76 @@ signaliz email status <job_id>
|
|
|
149
186
|
signaliz email find --company-domain stripe.com --full-name "Jane Smith"
|
|
150
187
|
```
|
|
151
188
|
|
|
189
|
+
## GTM Kernel
|
|
190
|
+
|
|
191
|
+
```bash
|
|
192
|
+
# Inspect the workspace Kernel context available to agents
|
|
193
|
+
signaliz gtm context
|
|
194
|
+
signaliz gtm context --no-memory --limit 5 --json
|
|
195
|
+
|
|
196
|
+
# Check Kernel, Brain, feedback, memory, and connection readiness gates
|
|
197
|
+
signaliz gtm bootstrap
|
|
198
|
+
signaliz gtm bootstrap --campaign-id <campaign_id> --include-samples --json
|
|
199
|
+
|
|
200
|
+
# Compose a read-only campaign build plan before creating, routing, or spending
|
|
201
|
+
signaliz gtm plan "Find CTOs at fintech startups in NYC" \
|
|
202
|
+
--target-count 100 \
|
|
203
|
+
--layers icp,lead_generation,email_verification,sender,feedback \
|
|
204
|
+
--preferred-providers instantly \
|
|
205
|
+
--include-planned
|
|
206
|
+
|
|
207
|
+
# Save the JSON plan, then dry-run a reviewed campaign-object commit
|
|
208
|
+
signaliz gtm plan "Find CTOs at fintech startups in NYC" --target-count 100 --json > plan.json
|
|
209
|
+
signaliz gtm commit-plan --plan-file plan.json
|
|
210
|
+
signaliz gtm commit-plan --plan-file plan.json --write --confirm
|
|
211
|
+
|
|
212
|
+
# List and inspect first-class GTM campaigns
|
|
213
|
+
signaliz gtm campaigns --status active
|
|
214
|
+
signaliz gtm campaign <campaign_id> --log-limit 20 --memory-limit 20
|
|
215
|
+
|
|
216
|
+
# Search ranked GTM memory instead of dumping raw history
|
|
217
|
+
signaliz gtm memory "positive replies from technical founders" \
|
|
218
|
+
--outcome-type positive_reply \
|
|
219
|
+
--limit 10
|
|
220
|
+
|
|
221
|
+
# Plan Brain learning in dry-run mode
|
|
222
|
+
signaliz gtm learning <campaign_id> --include-network --write-mode dry_run
|
|
223
|
+
signaliz gtm learning-run <campaign_id> \
|
|
224
|
+
--phases workspace_pattern_extraction,failure_pattern_detection,defaults_seed,delivery_risk \
|
|
225
|
+
--write-mode dry_run
|
|
226
|
+
signaliz gtm calibrate <campaign_id> --min-sample-size 10
|
|
227
|
+
|
|
228
|
+
# Inspect and repair provider readiness without leaving the CLI
|
|
229
|
+
signaliz gtm execution <campaign_id>
|
|
230
|
+
signaliz gtm integrations --campaign-id <campaign_id> --include-planned
|
|
231
|
+
signaliz gtm route-preview --campaign-id <campaign_id> --layer sender
|
|
232
|
+
signaliz gtm activate-route --campaign-id <campaign_id> \
|
|
233
|
+
--provider-id instantly \
|
|
234
|
+
--layer sender
|
|
235
|
+
|
|
236
|
+
# Derive exact dry-run build input from the committed GTM campaign object
|
|
237
|
+
signaliz gtm prepare-build <campaign_id> --build-input --json > build-args.json
|
|
238
|
+
signaliz campaign build --input-file build-args.json
|
|
239
|
+
|
|
240
|
+
# Reproduce the full first-run proof path as one local receipt
|
|
241
|
+
node scripts/gtm-kernel-first-run-proof.mjs \
|
|
242
|
+
--brief "Find CTOs at fintech startups in NYC" \
|
|
243
|
+
--confirm-draft-write \
|
|
244
|
+
--out-dir /tmp/gtm-kernel-first-run-proof
|
|
245
|
+
|
|
246
|
+
# Write route changes only after reviewing the dry-run
|
|
247
|
+
signaliz gtm activate-route --campaign-id <campaign_id> \
|
|
248
|
+
--provider-id instantly \
|
|
249
|
+
--layer sender \
|
|
250
|
+
--write \
|
|
251
|
+
--confirm
|
|
252
|
+
|
|
253
|
+
# Prepare feedback ingress with feedback-triggered Brain learning
|
|
254
|
+
signaliz gtm feedback-webhook --provider instantly \
|
|
255
|
+
--campaign-id <campaign_id> \
|
|
256
|
+
--write-mode dry_run
|
|
257
|
+
```
|
|
258
|
+
|
|
152
259
|
## Campaign Builder
|
|
153
260
|
|
|
154
261
|
### Build a campaign
|