diff options
| author | Jay V <[email protected]> | 2025-10-08 13:14:38 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-09 13:19:51 -0400 |
| commit | 78321a95e8932b51e9c21cc8e6c04f97d7947b1a (patch) | |
| tree | 2e2a6036bb6639b730224285dc934dfa40a284d3 /.opencode/command/spellcheck.md | |
| parent | 225adc46ba2cdcf744f3344181c71ae90a76ae9c (diff) | |
| download | opencode-78321a95e8932b51e9c21cc8e6c04f97d7947b1a.tar.gz opencode-78321a95e8932b51e9c21cc8e6c04f97d7947b1a.zip | |
docs: adding spellcheck command
Diffstat (limited to '.opencode/command/spellcheck.md')
| -rw-r--r-- | .opencode/command/spellcheck.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.opencode/command/spellcheck.md b/.opencode/command/spellcheck.md new file mode 100644 index 000000000..afa1970b7 --- /dev/null +++ b/.opencode/command/spellcheck.md @@ -0,0 +1,5 @@ +--- +description: Spellcheck all markdown file changes +--- + +Look at all the unstaged changes to markdown (.md, .mdx) files, pull out the lines that have changed, and check for spelling and grammar errors. |
