Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:33
· 25 commits to main since this release
v3.3.0 — Transport module extraction (LOW-08)

Transport module extraction: 3 leaf-level modules (telegram_float,
a2a_direct, webhook_delivery) extracted from server.py. 227 lines
of god-module code split into 3 focused files. +20 new tests
across 3 new test files. Pytest 615/615.

Review trail: a2a-review-20260602
Audit chain: 8 commits, each with discipline references
  - 8a226e9 (Task 3, telegram_float extraction)
  - 5534b5f (Task 4, a2a_direct extraction)
  - 1796c11 (Task 5, webhook_delivery extraction)
  - 69009a6 (Task 6, module-internal tests)
  - bd2d9dd (Task 7, preflight clean)
  - d92776d (release prep: CHANGELOG)
  - c5a5ba5 (release prep: unambiguous-fake test fixtures)

See CHANGELOG.md for the full v3.3.0 entry.