-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuilder-journeys.json
More file actions
162 lines (162 loc) · 5.28 KB
/
Copy pathbuilder-journeys.json
File metadata and controls
162 lines (162 loc) · 5.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"$schema": "./builder-journeys.schema.json",
"journeyVersion": 1,
"journeys": [
{
"id": "codex-first-success",
"label": "Get a Codex-shaped helper to first success",
"starterKind": "builder",
"recommendedPack": "codex",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "docs/host-integration-playbooks.md",
"runnableCommand": "pnpm run example:host-codex",
"readOnly": false,
"safeClaims": [
"partial Codex compatibility",
"thin runtime bridge",
"bounded first success"
],
"notYetSupported": [
"tool execution parity",
"mcp parity",
"worktree parity"
],
"searchKeywords": [
"webai-bridge codex first success",
"webai-bridge codex helper journey",
"webai-bridge codex runtime bridge"
]
},
{
"id": "claude-code-first-success",
"label": "Get a Claude Code-style message bridge to first success",
"starterKind": "builder",
"recommendedPack": "claude-code",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "docs/host-integration-playbooks.md",
"runnableCommand": "pnpm run example:host-claude-code",
"readOnly": false,
"safeClaims": [
"partial Claude Code compatibility",
"thin message/runtime bridge",
"bounded first success"
],
"notYetSupported": [
"terminal shell parity",
"approval parity",
"tool parity"
],
"searchKeywords": [
"webai-bridge claude code first success",
"webai-bridge claude code bridge",
"webai-bridge claude code runtime helper"
]
},
{
"id": "openclaw-first-success",
"label": "Get an OpenClaw-style delegation bridge to first success",
"starterKind": "builder",
"recommendedPack": "openclaw",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "docs/host-integration-playbooks.md",
"runnableCommand": "pnpm run example:host-openclaw",
"readOnly": false,
"safeClaims": [
"partial OpenClaw compatibility",
"delegation-first bridge",
"bounded first success"
],
"notYetSupported": [
"operator control-plane parity",
"product-shell parity",
"channel shell parity"
],
"searchKeywords": [
"webai-bridge openclaw first success",
"webai-bridge openclaw delegation bridge",
"webai-bridge openclaw helper journey"
]
},
{
"id": "mcp-read-only-first-success",
"label": "Get a read-only MCP inspector to first success",
"starterKind": "builder",
"recommendedPack": "mcp",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "docs/host-integration-playbooks.md",
"runnableCommand": "pnpm run example:host-mcp",
"readOnly": true,
"safeClaims": [
"partial read-only MCP surface",
"runtime inspection only",
"bounded first success"
],
"notYetSupported": [
"execution brain",
"runtime invoke through MCP",
"acquisition write through MCP"
],
"searchKeywords": [
"webai-bridge mcp first success",
"webai-bridge read only mcp journey",
"webai-bridge mcp inspector starter"
]
},
{
"id": "runtime-diagnostics-recipe",
"label": "Start with a provider diagnostics recipe",
"starterKind": "skill",
"recommendedPack": "runtime-diagnostics-pack",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "starter-packs/README.md",
"runnableCommand": "pnpm run starter-pack:runtime-diagnostics-pack",
"readOnly": true,
"safeClaims": [
"read-only diagnostics pack",
"provider triage helper",
"bounded first success"
],
"notYetSupported": [
"invoke",
"acquisition write",
"browser automation"
],
"searchKeywords": [
"webai-bridge diagnostics first success",
"webai-bridge provider triage pack",
"webai-bridge runtime diagnostics recipe"
]
},
{
"id": "docs-seo-truth-sync",
"label": "Start with a truth-safe docs and SEO sync helper",
"starterKind": "skill",
"recommendedPack": "docs-seo-sync-pack",
"entryDoc": "docs/starter-pack-chooser.md",
"comparisonDoc": "catalogs/starter-pack-comparison.json",
"executionDoc": "starter-packs/README.md",
"runnableCommand": "pnpm run starter-pack:docs-seo-sync-pack",
"readOnly": true,
"safeClaims": [
"truth-sync starter",
"discoverability helper",
"bounded first success"
],
"notYetSupported": [
"marketing autopilot",
"claim escalation without review",
"launch automation"
],
"searchKeywords": [
"webai-bridge docs seo sync journey",
"webai-bridge truth safe discoverability",
"webai-bridge docs seo starter"
]
}
]
}