Whisperspace Developer Docs

Integration references for the live workspace

This site is the lightweight developer-facing reference for the Whisperspace ecosystem: API entrypoints, shared SDK contracts, auth expectations, and the root workflow that now lives in /hdd/sites/whisperspace.

It is still a static published page, not a full docs stack, but the content here should reflect real current contracts rather than placeholder text.

Contract Boundary

  • CharacterRecordV1 is canonical in sdk/schema/character-record.v1.json
  • Shared transport belongs in @whisperspace/sdk/platform-client
  • Browser character auth is cookie + CSRF based
  • Consumers should prefer shared client flows over repo-local fetch helpers

Root Workflow

  • npm run codex:audit:status
  • npm run compat:check
  • npm run sdk:readiness
  • npm run platform:readiness
  • npm run observability:check
  • npm run ecosystem:release
Source of truth for ecosystem status and workflow lives in /hdd/sites/whisperspace/PROJECT-OVERVIEW.md, /hdd/sites/whisperspace/PROJECT-SECURITY.md, and the repo READMEs under the same workspace root.