-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing Working Safely
Doug Fennell edited this page Sep 29, 2025
·
1 revision
For contributors making changes to docs or code, use a quick safety workflow to avoid losing local work while you experiment with the demo.
# Check your working tree
git status
# Stash tracked + untracked changes (if any)
git stash -u
# Create a feature/working branch
git checkout -b docs/demo-setup
# Later: bring back your stash if needed
git stash pop # or git stash list / git stash apply
This keeps Quick Start simple for users, while giving contributors a safe workflow for iterating on docs or demo code.
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