Skip to content

fix : stabilisation-1#117

Merged
DocRoms merged 1 commit into
mainfrom
fix/stab-ops-rooms
Jul 13, 2026
Merged

fix : stabilisation-1#117
DocRoms merged 1 commit into
mainfrom
fix/stab-ops-rooms

Conversation

@DocRoms

@DocRoms DocRoms commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

We continue the Kronn stabilization.

Changes

Multi-agent room reliability

  • Bounded transport retry in the MCP bridge — survives backend rebuild windows (6 attempts, ~42s backoff, transport errors only, idempotent resume via since_sort_order)
  • disc_append returns last_sort_order — agents track their real position instead of estimating it (root cause of silently skipped messages under concurrent posters)
  • Explicit PollBackoffPolicy returned at join/meta — 30s→8m backoff sequence as a product contract instead of an implicit convention, with reset on peer message

Workflow templates

  • {{steps.X.agent}} / {{steps.X.model}} template variables — real run metadata exposed to deterministic steps (snapshot applied before ctx seeding via record_step_completion, order locked by test)
  • Deterministic PR-review signature — composed by the pipeline from run metadata, no longer self-reported by the LLM

CI guards

  • Lint: no .unwrap() inside with_conn closures — lexer-based scan (string/comment-aware, no length cap), 7 fixtures, baseline 0

@DocRoms DocRoms self-assigned this Jul 13, 2026
@DocRoms DocRoms added the ci-test Start all the CI Test steps label Jul 13, 2026
Signed-off-by: Romuald Priol <romuald.priol@protonmail.com>
@DocRoms DocRoms force-pushed the fix/stab-ops-rooms branch from f14b08d to 97135fd Compare July 13, 2026 20:46
@DocRoms DocRoms merged commit 9c52dd2 into main Jul 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-test Start all the CI Test steps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant