@f-o-h/cli 0.1.41 → 0.1.43
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 +3 -0
- package/dist/foh.js +495 -188
- package/examples/external-agent-metadata.example.json +19 -0
- package/examples/external-agent-run.example.json +1 -0
- package/examples/improvement-packet.example.json +6 -0
- package/package.json +1 -1
- package/schemas/external-agent-metadata.schema.json +30 -0
- package/schemas/external-agent-run.schema.json +1 -0
- package/schemas/improvement-packet.schema.json +30 -8
package/README.md
CHANGED
|
@@ -90,6 +90,9 @@ automation when holds should fail the command, and `--mission voice` or
|
|
|
90
90
|
Use `--contact-path byon` when the proof is meant to validate a
|
|
91
91
|
customer-owned/BYON phone route; missing BYON config then reports
|
|
92
92
|
`byon_voice_number_not_configured` instead of suggesting FOH number purchase.
|
|
93
|
+
For repeated or parallel proof missions in AI-agent evals, pass
|
|
94
|
+
`--proof-cache-dir .foh/proof-cache` so simulation certification runs once and
|
|
95
|
+
sibling proofs reuse the same signed certification detail.
|
|
93
96
|
|
|
94
97
|
For mass AI-agent evals and repeated demo rehearsals, keep setup on the free
|
|
95
98
|
scaffold lane:
|