Skip to content

docs: add WDK CLI documentation

Created by: ihsraham

Summary

  • add WDK CLI docs under the AI section with Build with AI first and WDK CLI before MCP Toolkit
  • document source install, wallet/session, configuration, command, and MCP flows from merged tetherto/wdk-cli source (tetherto/wdk-cli#1)
  • cross-link WDK CLI from Build with AI, MCP Toolkit, Agent Skills, and OpenClaw, and align llms.txt / llms-full.txt

Notes

  • kept as draft because the public wdk-cli and @tetherto/wdk-cli packages still resolve to placeholder 0.0.0 releases
  • npm install guidance, SDK module list, changelog, and release-monitor baseline updates are intentionally deferred until a real package release exists
  • docs keep indexer base URL configuration on wdk config set --key indexer.baseUrl --value ...; the runtime currently maps only WDK_INDEXER_API_KEY as an indexer env override

Validation

  • git diff --check
  • npm run check:meta
  • npm run check:redirects
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • PATH=/opt/homebrew/opt/node@22/bin:$PATH npm run build
  • PATH=/opt/homebrew/opt/node@22/bin:$PATH LINK_CHECK_EXTERNAL=false npm run quality
  • npm test in a merged tetherto/wdk-cli source clone
  • local HTTP smoke test on http://localhost:3001 for /start-building/build-with-ai, /ai/wdk-cli, and WDK CLI child pages
  • source accuracy, IA, and render-safety review, including the --json seed-output warning

Merge request reports