diff --git a/.greptile/config.json b/.greptile/config.json new file mode 100644 index 0000000..b965446 --- /dev/null +++ b/.greptile/config.json @@ -0,0 +1,12 @@ +{ + "includeBranches": ["prod", "develop"], + "triggerOnUpdates": true, + "statusCheck": true, + "strictness": 2, + "rules": [ + { + "rule": "All changes to prod must go through develop first.", + "severity": "high" + } + ] +} \ No newline at end of file diff --git a/.greptile/files.json b/.greptile/files.json new file mode 100644 index 0000000..e69de29 diff --git a/.greptile/rules.md b/.greptile/rules.md new file mode 100644 index 0000000..e69de29