debugger-cli 0.1.3

LLM-friendly debugger CLI using the Debug Adapter Protocol
Documentation
# Documentation

This folder contains developer documentation for debugger-cli.

## User Documentation

- [**README**]../README.md - Project overview, installation, and usage
- [**Changelog**]../CHANGELOG.md - Version history and release notes

## Developer Documentation

- [**Developer Guide**]DEVELOPMENT.md - How to contribute, architecture deep-dive, adding commands

## Design Documents

These are internal design documents created during development:

- [plan/architecture.md]plan/architecture.md - System architecture and design decisions
- [plan/implementation.md]plan/implementation.md - Phased implementation plan
- [plan/dap-reference.md]plan/dap-reference.md - DAP protocol quick reference
- [plan/setup-command.md]plan/setup-command.md - Debug adapter installer design
- [plan/e2e-tests.md]plan/e2e-tests.md - End-to-end testing framework design
- [plan/go-delve-support.md]plan/go-delve-support.md - Go/Delve debugging support
- [plan/cuda-gdb.md]plan/cuda-gdb.md - GDB and CUDA-GDB support