March 19, 2026

March 19, 2026

Layer 2 Documentation Sync

Updated consumer docs to match current SDK state (v0.6.3) and UE plugin (sdk-ue-5.7.3).

NPM SDK Docs

  • Status page rewritten: Removed stale “Beta v1.0-pre” label and “Simulation Mode” references. All modules now reflect current stable status.
  • Export matrix added: New table on Installation page showing what each package (@forbocai/core, @forbocai/node, @forbocai/browser) exports.
  • Environment split documented: Node vs Browser runtime differences (LanceDB vs Orama, node-llama-cpp vs WebLLM, persistence behavior) added to Concepts and Installation pages.
  • Version references bumped to 0.6.3.

Unreal Engine SDK Docs

  • Cortex: Updated model initialization to use model IDs (auto-download) instead of file paths. Documented automatic model download behavior.
  • Installation: Added native runtime verification section (setup_runtime_check commandlet) and ThirdParty dependency overview.
  • NPC / Welcome: Updated code examples to use model ID pattern.

Impact

Consumer docs now accurately reflect the implemented runtime behavior across both TypeScript and Unreal Engine SDKs, closing Layer 2 drift items from the deep audit.