Skip to content

Commit 914d202

Browse files
committed
fix(docs): update compileScenario typedoc link path after paracosm regen
PARACOSM.md line 233 still pointed at the legacy /paracosm/engine/... typedoc path; the recent regen moved the API surface to /paracosm/paracosm/... (the existing line 279 in this same doc already used the new path). Docusaurus broken-link check on agentos-live-docs blocked the deploy on this single dangling link.
1 parent ecba5c3 commit 914d202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/PARACOSM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Any domain works. Mars colonies, submarine habitats, space stations, medieval ki
230230
}
231231
```
232232

233-
`compileScenario()` turns a scenario JSON draft plus optional `seedText` / `seedUrl` grounding into a runnable `ScenarioPackage` by generating TypeScript hook functions via LLM calls. Compilation costs about $0.10 per scenario and caches to disk. See [`compileScenario`](/paracosm/engine/compiler/functions/compileScenario) for the full hook contract.
233+
`compileScenario()` turns a scenario JSON draft plus optional `seedText` / `seedUrl` grounding into a runnable `ScenarioPackage` by generating TypeScript hook functions via LLM calls. Compilation costs about $0.10 per scenario and caches to disk. See [`compileScenario`](/paracosm/paracosm/compiler/functions/compileScenario) for the full hook contract.
234234

235235
## Cost safety
236236

0 commit comments

Comments
 (0)