feat: add Opencode slash commands #97
ci.yml
on: pull_request
Validate Changesets
16s
All checks passed
4s
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
test/core/update.test.ts > UpdateCommand > should refresh existing OpenCode slash command files:
test/core/update.test.ts#L161
AssertionError: expected '---\nname: /openspec-apply\nid: opens…' to contain 'Work through tasks sequentially'
- Expected
+ Received
- Work through tasks sequentially
+ ---
+ name: /openspec-apply
+ id: openspec-apply
+ category: OpenSpec
+ description: Old description
+ ---
+ <!-- OPENSPEC:START -->
+ Old body
+ <!-- OPENSPEC:END -->
❯ test/core/update.test.ts:161:21
|
|
All checks passed
Process completed with exit code 1.
|