docs(ide ext): add companion extension specification (#8262)

This commit is contained in:
Shreya Keshive
2025-09-12 17:08:31 -04:00
committed by GitHub
parent 811a2e90d9
commit e5bbf9d728
3 changed files with 121 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ This documentation is organized into the following sections:
- **[Checkpointing](./checkpointing.md):** Documentation for the checkpointing feature.
- **[Extensions](./extension.md):** How to extend the CLI with new functionality.
- **[IDE Integration](./ide-integration.md):** Connect the CLI to your editor.
- **[IDE Companion Extension Spec](./ide-companion-spec.md):** Spec for building IDE companion extensions.
- **[Telemetry](./telemetry.md):** Overview of telemetry in the CLI.
- **Core Details:** Documentation for `packages/core`.
- **[Core Introduction](./core/index.md):** Overview of the core component.