Skip to content

Commit d5f3a4f

Browse files
release(v2.5.5): tag the 11-PR context-awareness cohort (#118)
## Summary Bumps Cargo.toml `2.5.0` → `2.5.5` and flips `CHANGELOG.md` `[Unreleased]` → `[2.5.5]`. STATE.a2ml metadata + project-context phase updated. ## What lands as v2.5.5 The 2.5.5 cohort comprises **11 PRs** landed on 2026-06-02 PM across panic-attack + wiki + gitbot-fleet — see CHANGELOG for the full per-PR breakdown. | Repo | PR | What | |---|---|---| | panic-attack | #102 | test_context foundation | | panic-attack | #104 | PROOF-PROGRAMME 3-layer landscape | | panic-attack | #105 | comment_marker inline suppression | | panic-attack | #106 | ffi_kind subtyping | | panic-attack | #107 | jit_context classifier | | panic-attack | #108 | Chapel→VeriSimDB HTTP push | | panic-attack | #110 | Phase 2 analyzer wire-up | | panic-attack | #111 | Layer 1.0 strip-idempotence partial | | panic-attack | #112 | Docs closeout + tests/ CI fix | | gitbot-fleet | #252 | Panicbot translator honours test_context | | wiki | — | Context-Awareness + Proof-Programme pages + Home refresh | ## Verification - `cargo build --release`: clean - `cargo test --release`: **897 passing / 0 failed / 4 ignored** across 11 test binaries ## Follow-ups (open issues) - #87 — Chapel Wave 3 (cluster-runner-gated) - #113 — Layer 1.0 stripIsIdentityOnStrippedBody slash-slash closure - #114 — Layer 1.0 block + strings + composition + position-preservation - #115 — proven SafePath + SafeUrl port-to-Rust - #116 — v2.5.5 Phase 3 (JitContext consolidation + test-data lexer + block markers) - #117 — Hypatia AssailReport ingestion path ## After merge Tag `v2.5.5` will be pushed to the squashed merge commit.
1 parent 2fc73bd commit d5f3a4f

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.machine_readable/6a2/STATE.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
[metadata]
66
project = "panic-attack"
7-
version = "2.5.0"
7+
version = "2.5.5"
88
last-updated = "2026-06-02"
99
status = "active"
1010

1111
[project-context]
1212
name = "panic-attack"
1313
completion-percentage = 99
14-
phase = "CRG C (Beta) — v2.5.0 complete: 25 detection categories + shell completions (bash/zsh/fish/nushell/powershell) + delta reporting"
14+
phase = "CRG C (Beta) — v2.5.5 complete: 25 detection categories + shell completions + delta reporting + context-aware FP suppression (test_context/comment_marker/ffi_kind/jit_context) + Chapel→VeriSimDB HTTP push + PROOF-PROGRAMME Layer 1.0 partial"
1515

1616
[testing-completion-2026-04-04]
1717
description = "CRG C blitz completed: unit + smoke + build + P2P + E2E + reflexive + contract + aspect + benchmarks"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [2.5.5] — 2026-06-02
6+
7+
Release of the v2.5.5 cohort that landed across 11 PRs in panic-attack + wiki + gitbot-fleet on 2026-06-02 PM. Tagged 2026-06-02 PM-evening.
8+
59
### Added (2026-06-02 PM) — v2.5.5 context-awareness cohort + v3.0.0 Chapel→VeriSimDB push + PROOF-PROGRAMME
610

711
Eight PRs landed in one cohort closing the v2.5.5 ROADMAP section, a v3.0.0 item, and opening the first proof slice of the new PROOF-PROGRAMME.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: MPL-2.0
22
[package]
33
name = "panic-attack"
4-
version = "2.5.0"
4+
version = "2.5.5"
55
edition = "2021"
66
rust-version = "1.85.0"
77
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]

0 commit comments

Comments
 (0)