What problem does it solve?
This Skill addresses the need for precise control and understanding of the Agent Sessions workbench layout, ensuring consistency and adherence to specifications when implementing or modifying its structure and behavior.
Core Features & Use Cases
- Specification Adherence: Guides users to follow the authoritative
LAYOUT.md specification for all layout changes.
- Code Synchronization: Mandates keeping implementation in sync with the specification, including updating revision history.
- Implementation Principles: Enforces specific rules for part positioning, visibility, and naming conventions.
- Key File Reference: Provides a clear list of critical files involved in the layout implementation.
- Testing Guidelines: Outlines essential verification steps after making layout modifications.
- Use Case: A developer needs to add a new part to the Agent Sessions workbench. They consult this Skill to understand where the new part should be placed according to the spec, how to manage its visibility, and what naming conventions to follow.
Quick Start
Follow the guidelines in src/vs/sessions/LAYOUT.md before making any changes to the Agent Sessions workbench layout.