Skip to content

Commit 1c7b29d

Browse files
committed
fix Copilot session-state path in vardoger-analyze SKILL.md
1 parent 0544ee6 commit 1c7b29d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/vardoger-analyze/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: vardoger-analyze
3-
description: "Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at `~/.copilot/history-session-state/`, extracts recurring preferences and conventions, and writes a fenced personalization block into `~/.copilot/copilot-instructions.md`. Runs entirely on the user's machine via the local `vardoger` CLI (`pipx install vardoger`); no network calls and no uploads. Triggers: 'personalize my copilot', 'analyze my copilot history', 'tailor copilot to me', 'run vardoger', 'update my copilot instructions from history', 'make copilot learn my style'."
3+
description: "Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at `~/.copilot/session-state/`, extracts recurring preferences and conventions, and writes a fenced personalization block into `~/.copilot/copilot-instructions.md`. Runs entirely on the user's machine via the local `vardoger` CLI (`pipx install vardoger`); no network calls and no uploads. Triggers: 'personalize my copilot', 'analyze my copilot history', 'tailor copilot to me', 'run vardoger', 'update my copilot instructions from history', 'make copilot learn my style'."
44
license: Apache-2.0
55
---
66

@@ -16,7 +16,7 @@ Drive the local `vardoger` CLI to read the user's GitHub Copilot CLI conversatio
1616

1717
`vardoger` reads and writes files **outside** the current workspace:
1818

19-
- Reads Copilot CLI history from `~/.copilot/history-session-state/`.
19+
- Reads Copilot CLI history from `~/.copilot/session-state/`.
2020
- Writes a checkpoint state file to `~/.vardoger/state.json` (created on first run).
2121
- Writes the final personalization to `~/.copilot/copilot-instructions.md`.
2222

0 commit comments

Comments
 (0)