--poll-interval was incorrectly written as compact_pct in the project TOML, misconfiguring CLAUDE_AUTOCOMPACT_PCT_OVERRIDE instead of polling behavior. Now compact_pct is hardcoded to 60 (the correct default) and poll_interval is a separate TOML field emitted as POLL_INTERVAL in the compose service. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
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"
|
|
ops_repo = "disinto-admin/disinto-ops"
|
|
forge_url = "http://localhost:3000"
|
|
repo_root = "/home/YOU/dark-factory"
|
|
ops_repo_root = "/home/YOU/disinto-ops"
|
|
primary_branch = "main"
|
|
|
|
[ci]
|
|
woodpecker_repo_id = 0
|
|
stale_minutes = 60
|
|
|
|
[services]
|
|
containers = []
|
|
|
|
[monitoring]
|
|
check_prs = true
|
|
check_dev_agent = true
|
|
check_pipeline_stall = false
|
|
|
|
# Local-model agents (optional) — configure to use llama-server or similar
|
|
# for local LLM inference. Each agent gets its own container with isolated
|
|
# credentials and configuration.
|
|
#
|
|
# [agents.llama]
|
|
# base_url = "http://10.10.10.1:8081"
|
|
# model = "unsloth/Qwen3.5-35B-A3B"
|
|
# api_key = "sk-no-key-required"
|
|
# roles = ["dev"]
|
|
# forge_user = "dev-qwen"
|
|
# compact_pct = 60
|
|
# poll_interval = 60
|
|
|
|
# [mirrors]
|
|
# github = "git@github.com:johba/disinto.git"
|
|
# codeberg = "git@codeberg.org:johba/disinto.git"
|