What problem does it solve?
This Skill provides comprehensive guidance for understanding, implementing, and maintaining the Agent Sessions window architecture within the Nyrve editor. It ensures consistency and adherence to design specifications.
Core Features & Use Cases
- Architecture Overview: Details layering rules, dependency constraints, and differences from the standard VS Code workbench.
- Folder Structure: Maps out the organization of the
src/vs/sessions/ directory and its sub-components.
- Layout Specification: Defines the visual layout, part visibility, and the unique modal editor behavior.
- Development Guidelines: Provides best practices for adding features, validating changes, and specific instructions for modifying the chat widget and AI customizations.
- Use Case: A developer needs to add a new feature to the chat widget within the Agent Sessions window. They would consult this Skill's documentation on folder structure, chat widget architecture, and contribution guidelines.
Quick Start
Consult the src/vs/sessions/README.md document for layer specification before making changes.