From 5608c252e04ef38c2662245fdcfc9a7ef49ce597 Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 17 Mar 2026 08:04:46 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20register=20disinto=20as=20its=20own=20p?= =?UTF-8?q?roject=20=E2=80=94=20the=20factory=20builds=20itself?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds projects/disinto.toml so dev-poll, review-poll, gardener, and supervisor all monitor johba/disinto issues and PRs alongside harb. --- projects/disinto.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/disinto.toml 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