feat: auto-register plugin-compaction-init slash command

Adds a custom OpenCode command that scaffolds the compaction memory
file with ## Keep and ## Discard sections of classification rules.
The configured memoryFile path is substituted into both the command
description and the prompt template, and any arguments passed after
the command name are appended as user instructions.
This commit is contained in:
2026-08-11 12:48:11 +05:30
parent edb5bb47f4
commit e8c76ea922
4 changed files with 165 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.3.0
- Auto-register a `/plugin-compaction-init` slash command that scaffolds the compaction memory file with `## Keep` and `## Discard` sections of classification rules. User-supplied arguments are appended to extend the defaults.
## 0.2.4
- Normalize npm package repository metadata.