11# Changelog
22
3+ ## 1.0.1
4+
5+ ### Patch Changes
6+
7+ - 9ad1803: Change GitHub Copilot adapter from instructions to prompts structure
8+ - Change from ` .github/instructions/*.instructions.md ` to ` .github/prompts/*.prompt.md `
9+ - Update path in getTargetPaths() from 'instructions' to 'prompts'
10+ - Rename files: ` project.instructions.md ` → ` project.prompt.md `
11+ - Rename files: ` command-*.instructions.md ` → ` *.prompt.md ` (without command- prefix)
12+ - Rename files: ` rules.instructions.md ` → ` rules.prompt.md `
13+ - Update command references from @ to / (e.g., "@research .deep" → "/research.deep")
14+ - Maintain frontmatter with applyTo directives
15+ - Keep modular structure with separate files for project, commands, and rules
16+
317## 1.0.0 - 2025-10-23
418
519### 🎉 Major Release: Stash System
@@ -9,13 +23,15 @@ Git-inspired stash system for complete conflict management and backups.
923#### Added
1024
1125** Stash System Core** :
26+
1227- HashCalculator with SHA-256 for file integrity
1328- StashLogger with JSONL logging
1429- StashManager for complete lifecycle
1530- ConflictDetector for automatic detection
1631- ConflictResolver with interactive prompts
1732
1833** CLI Commands** (8 new commands):
34+
1935- ` vdt stash list ` - List all stashes
2036- ` vdt stash show <id> ` - Show details
2137- ` vdt stash apply <id> ` - Apply (keep)
@@ -26,11 +42,13 @@ Git-inspired stash system for complete conflict management and backups.
2642- ` vdt stash clear ` - Clear all
2743
2844** Update Command** :
45+
2946- ` vdt update <package> --version <ver> `
3047- ` vdt update <package> --latest `
3148- ` vdt update <package> --dry-run `
3249
3350** Install Enhancements** :
51+
3452- Automatic conflict detection
3553- Interactive resolution (overwrite/stash/cancel)
3654- ` --dry-run ` flag for preview
0 commit comments