File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed
Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,14 @@ Add to your `opencode.json`:
2626}
2727```
2828
29- ### Plugin Options
29+ ### Defaults
3030
31- ``` json
32- {
33- "plugin" : [
34- [" opencode-workflows" , {
35- "workflowDirs" : [" .opencode/workflows" ],
36- "dbPath" : " .opencode/data/workflows.db" ,
37- "verbose" : false
38- }]
39- ]
40- }
41- ```
31+ The plugin uses the following defaults:
4232
43- | Option | Type | Default | Description |
44- | --------| ------| ---------| -------------|
45- | ` workflowDirs ` | ` string[] ` | ` [".opencode/workflows"] ` | Directories to scan for workflow JSON files |
46- | ` dbPath ` | ` string ` | ` ".opencode/data/workflows.db" ` | Path to SQLite database for persisting workflow runs |
47- | ` verbose ` | ` boolean ` | ` false ` | Enable verbose logging |
33+ | Setting | Default | Description |
34+ | ---------| ---------| -------------|
35+ | Workflow directory | ` .opencode/workflows ` | Directory scanned for workflow JSON files |
36+ | Database path | ` .opencode/data/workflows.db ` | SQLite database for persisting workflow runs |
4837
4938### Persistence
5039
Original file line number Diff line number Diff line change 11{
22 "name" : " opencode-workflows" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " Workflow automation plugin for OpenCode using Mastra engine" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments