Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/core/configurators/slash/opencode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ The user has requested the following change proposal. Use the openspec instructi
apply: `---
agent: build
description: Implement an approved OpenSpec change and keep tasks in sync.
---`,
---
The user has requested to implement the following change proposal. Find the change proposal and follow the instructions below. If you're not sure or if ambiguous, ask for clarification from the user.
<UserRequest>
$ARGUMENTS
</UserRequest>
`,
archive: `---
agent: build
description: Archive a deployed OpenSpec change and update specs.
Expand Down
Loading