Add MATRIX_MENTION_USER config to project TOML and include a Matrix mention pill in escalation notify_ctx calls so humans get notified even in muted rooms. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
873 B
Text
32 lines
873 B
Text
# projects/disinto.toml.example — Template for disinto self-management
|
|
#
|
|
# Copy to projects/disinto.toml and fill in box-specific values,
|
|
# or run: disinto init johba/disinto
|
|
|
|
name = "disinto"
|
|
repo = "johba/disinto"
|
|
forge_url = "http://localhost:3000"
|
|
repo_root = "/home/YOU/dark-factory"
|
|
primary_branch = "main"
|
|
|
|
[ci]
|
|
woodpecker_repo_id = 0
|
|
stale_minutes = 60
|
|
|
|
[services]
|
|
containers = []
|
|
|
|
[matrix]
|
|
room_id = "!your_room_id:matrix.example.org"
|
|
bot_user = "@disinto-factory:matrix.example.org"
|
|
token_env = "DISINTO_MATRIX_TOKEN"
|
|
mention_user = "@johba:matrix.allf.in" # Matrix user to @mention on escalations
|
|
|
|
[monitoring]
|
|
check_prs = true
|
|
check_dev_agent = true
|
|
check_pipeline_stall = false
|
|
|
|
# [mirrors]
|
|
# github = "git@github.com:johba/disinto.git"
|
|
# codeberg = "git@codeberg.org:johba/disinto.git"
|