Skip to content
Merged
Changes from 1 commit
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
1 change: 1 addition & 0 deletions src/commands/artifact-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ ${template.content}
console.log(' • /opsx:sync - Sync delta specs to main specs');
console.log(' • /opsx:verify - Verify implementation matches artifacts');
console.log(' • /opsx:archive - Archive a completed change');
console.log(' • /opsx:bulk-archive - Archive mulitple completed changes');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Typo: 'mulitple' should be 'multiple'

Suggested change
console.log(' • /opsx:bulk-archive - Archive mulitple completed changes');
console.log(' • /opsx:bulk-archive - Archive multiple completed changes');
Prompt To Fix With AI
This is a comment left during a code review.
Path: src/commands/artifact-workflow.ts
Line: 1028:1028

Comment:
**syntax:** Typo: 'mulitple' should be 'multiple'

```suggestion
    console.log('  • /opsx:bulk-archive - Archive multiple completed changes');
```

How can I resolve this? If you propose a fix, please make it concise.

console.log();
console.log(chalk.yellow('💡 This is an experimental feature.'));
console.log(' Feedback welcome at: https://github.com/Fission-AI/OpenSpec/issues');
Expand Down
Loading