diff --git a/projects/disinto.toml b/projects/disinto.toml new file mode 100644 index 0000000..a740340 --- /dev/null +++ b/projects/disinto.toml @@ -0,0 +1,22 @@ +# projects/disinto.toml — disinto develops itself +# +# The factory is its own project. Issues filed on johba/disinto +# are picked up by dev-poll, reviewed by review-poll, groomed by gardener. + +name = "disinto" +repo = "johba/disinto" +repo_root = "/home/debian/dark-factory" +primary_branch = "main" + +[ci] +# No Woodpecker CI for disinto yet — bash scripts, no build pipeline +woodpecker_repo_id = 0 +stale_minutes = 60 + +[services] +containers = [] + +[monitoring] +check_prs = true +check_dev_agent = true +check_pipeline_stall = false