feat: migrate verified template implementation into main repo
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+17
-6
@@ -1,8 +1,19 @@
|
||||
# MAC
|
||||
DS_Store
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# package
|
||||
node_modules
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# oh-my-opencode
|
||||
.sisyphus
|
||||
# build and package artifacts
|
||||
dist/
|
||||
*.tgz
|
||||
|
||||
# test artifacts
|
||||
coverage/
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# local tooling state
|
||||
.sisyphus/
|
||||
|
||||
Reference in New Issue
Block a user