predictable-ai 0.1.0 → 0.1.1
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 +17 -0
- package/dist/generated/commands.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,6 +140,23 @@ tools by a hosted head on the same deployment:
|
|
|
140
140
|
- Both heads register the same verbs, generated from the one manifest, so the
|
|
141
141
|
two cannot drift apart.
|
|
142
142
|
|
|
143
|
+
Claude Code takes that as `.mcp.json`, and other MCP clients take the same URL
|
|
144
|
+
and bearer header in their own config format:
|
|
145
|
+
|
|
146
|
+
```json
|
|
147
|
+
{
|
|
148
|
+
"mcpServers": {
|
|
149
|
+
"predictable": {
|
|
150
|
+
"type": "http",
|
|
151
|
+
"url": "https://www.predictable.ai/api/agent/mcp",
|
|
152
|
+
"headers": {
|
|
153
|
+
"Authorization": "Bearer <the token>"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
```
|
|
159
|
+
|
|
143
160
|
The criteria coaching is served both ways: `predictable guide criteria` on the
|
|
144
161
|
CLI, and the `agent://guide` resource over MCP.
|
|
145
162
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$generated": "GENERATED FILE — DO NOT EDIT. Source of truth: dashboard/src/lib/agent/manifest.ts Regenerate: npm run generate:agent-surface (from dashboard/) Guard: npm run guard:agent-surface (CI re-derives and diffs)",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "f5084b28f5ae7692",
|
|
4
4
|
"binary": "predictable",
|
|
5
5
|
"commands": [
|
|
6
6
|
{
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"pack": "route",
|
|
837
837
|
"paid": false,
|
|
838
838
|
"quote": false,
|
|
839
|
-
"summary": "Publish a draft sequence live.",
|
|
839
|
+
"summary": "Publish a draft sequence live — an explicit alias of sequences.edit: the same PATCH /api/icps/[id]/sequences/[seqId] with body {status:\"live\"}; this verb has no binding of its own by design (ga-7jfuo, Collin 2026-09-06). Revisit if a rail filter, quota or permission model keys on verb ids.",
|
|
840
840
|
"routes": [
|
|
841
841
|
{
|
|
842
842
|
"method": "PATCH",
|