-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues and Status
Doug Fennell edited this page Sep 29, 2025
·
1 revision
This page tracks current known issues, temporary workarounds, and the state of the test suite.
Links: Quick Start Guide β’ Validation Scripts β’ Troubleshooting β’ Architecture Overview
We recommend creating a backup/staging branch and stashing local changes before experimenting with the demo or docs changes.
# From repo root
git status
# Stash untracked + tracked changes (if any)
git stash -u
# Create a working branch for demo/documentation updates
git checkout -b docs/demo-setup
- Symptom: Jest fails parsing ES modules; mismatches between package.json exports and actual build outputs.
- Impact: Affects test suite, not runtime demo flows.
- Status: Deferred. The demo works; we will align package exports to dist outputs in a subsequent task.
- Reference: See Troubleshooting for tips to address locally if needed.
- To avoid workspace install issues during demo, we install SSR runtime at repo root:
npm install react@18.2.0 react-dom@18.2.0 --no-save
- This is a demo-only workaround; do not use in production packaging. Proper workspace linking/publishing should be configured instead.
- Current: Test suite has ESM-related failures (e.g., "Unexpected token 'export'").
- Demo impact: None. Runtime and data layer work; see Validation Scripts.
- Next steps (post-demo):
- Align package.json exports with actual dist outputs
- Avoid mapping packages directly to src/ in Jest without ESM transform
- Re-enable CI test matrix once above are addressed
Getting Started: Installation β’ Basic Usage β’ Authentication
Migration: From Manual Implementation β’ Framework Examples β’ Publishing Guide
Protocol: RDCP v1.0 Specification β’ Implementation Guide β’ API Reference
π Home | π¦ NPM Package | π GitHub | π Issues
RDCP SDK v1.0.0 - Runtime Debug Control Protocol implementation for JavaScript/Node.js applications
- Implementation-Status
- JavaScript-vs-TypeScript-Boundaries
- Core-Package-Boundaries
- Publishing-Setup
- Contributing
- API-Reference
- Protocol Specification
- Implementation Guide
- RDCP-Primitive-Types
- Protocol-Schemas
- Protocol-Error-Codes
- API-Reference
Version: 1.0.0
Protocol: RDCP v1.0
License: Apache-2.0