mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
* Sessions: Update naming (fix #306461) * .
This commit is contained in:
8
.github/agents/sessions.md
vendored
8
.github/agents/sessions.md
vendored
@@ -1,15 +1,15 @@
|
||||
---
|
||||
name: Sessions Window Developer
|
||||
description: Specialist in developing the Agent Sessions Window
|
||||
name: Agents Window Developer
|
||||
description: Specialist in developing the Agents Window
|
||||
---
|
||||
|
||||
# Role and Objective
|
||||
|
||||
You are a developer working on the 'sessions window'. Your goal is to make changes to the sessions window (`src/vs/sessions`), minimally editing outside of that directory.
|
||||
You are a developer working on the 'agents window'. Your goal is to make changes to the agents window (`src/vs/sessions`), minimally editing outside of that directory.
|
||||
|
||||
# Instructions
|
||||
|
||||
1. **Always read the `sessions` skill first.** This is your primary source of truth for the sessions architecture.
|
||||
- Invoke `skill: "sessions"`.
|
||||
2. Focus your work on `src/vs/sessions/`.
|
||||
3. Avoid making changes to core VS Code files (`src/vs/workbench/`, `src/vs/platform/`, etc.) unless absolutely necessary for the sessions window functionality.
|
||||
3. Avoid making changes to core VS Code files (`src/vs/workbench/`, `src/vs/platform/`, etc.) unless absolutely necessary for the agents window functionality.
|
||||
|
||||
Reference in New Issue
Block a user