docs: clarify Telegram goal scoping - #65707
Conversation
c7ebc2f to
66bf4a2
Compare
66bf4a2 to
65325bf
Compare
65325bf to
32be591
Compare
SummaryThree PRs reference this issue. #29318 adds a deterministic pre-judge stop path for explicit DONE/BLOCKED sentinels, while #32536 changes turn-budget inference and #65707 documents Telegram session scoping without changing completion detection. Related pull requests
Suggested consolidationAuthor action on #29318: rebase onto main, update mocks for the four-value judge result, and extend the sentinel contract and tests to completion-contract prompts; this preserves the recorded best fix and follows its automated keep_open review rather than recommending merge prematurely. Keep #32536 and #65707 separate for independent triage because their adaptive-budget and Telegram-documentation changes are not duplicates of #29318. Cross-PR triage: Reviewed 3 pull requests and 1 issue in this complex. Each diff was read against this issue; Assessment working set: 45 kB of PR diffs, 11 kB of issue/PR text, <1 kB of discussion (1 comments), 2 verify verdicts. verdicts reflect diff content, not PR titles. Part of an automated triage batch. |
Summary
Telegram supports multiple active
/goalloops in parallel when they are in separate topics/sessions. The one-goal limit is per session, not global.This documentation update now explicitly:
/goal Work on Repo Awhile Topic B simultaneously runs/goal Work on Repo B/goalnot automatically spawning a delegated child does not prevent multiple topic goal loops from running concurrentlymax_concurrent_sessions(nullor0= unlimited)/goalVerification
cd website && npm run buildenandzh-Hans