diff options
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/commit.md | 9 | ||||
| -rw-r--r-- | .opencode/command/hello.md | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md new file mode 100644 index 000000000..53df06b04 --- /dev/null +++ b/.opencode/command/commit.md @@ -0,0 +1,9 @@ +commit and push + +make sure it includes a prefix like +docs: +tui: +core: +ci: +ignore: +wip: diff --git a/.opencode/command/hello.md b/.opencode/command/hello.md new file mode 100644 index 000000000..4484b514e --- /dev/null +++ b/.opencode/command/hello.md @@ -0,0 +1,8 @@ +--- +description: hello world +--- + +hey there $ARGUMENTS + +!`ls` +check out @README.md |
