Skip to content

Commit a3c81d5

Browse files
authored
Merge pull request #12 from OnoSendae/changeset-release/main
chore: version packages
2 parents 2240a26 + f951cd8 commit a3c81d5

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

.changeset/change-instructions-to-prompts.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-devtools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CLI tool to install and manage vibes (agentic command packages)",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)