Skip to content

Commit 20321d0

Browse files
committed
Auto-commit: Sync changes [2026-03-03]
1 parent dc8ba1f commit 20321d0

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Three self-contained modes — none requires the others:
117117
- **panicbot**: gitbot-fleet verifier bot — invokes `panic-attack assail --output-format json`, translates WeakPoints to Findings (PA001-PA020). Directives at `.machine_readable/bot_directives/panicbot.scm`
118118
- **verisimdb**: Store scan results as hexads (document + semantic modalities). File I/O works, API planned
119119
- **hypatia**: Neurosymbolic rule engine processes findings. Env var watcher in diagnostics
120-
- **panll**: Event-chain export for three-pane visualisation. Working via `panll` subcommand
120+
- **panll**: Event-chain export for three-panel visualisation. Working via `panll` subcommand. Two dedicated panels: panic-attack (single-repo) and Mass Panic (assemblyline batch GUI)
121121
- **assemblyline**: Batch scanning of repo directories. Rayon parallelism, BLAKE3 fingerprinting
122122
- **notify**: Notification pipeline. Assemblyline -> markdown summaries -> GitHub issues
123123
- **attestation**: Cryptographic chain (intent/evidence/seal). Optional Ed25519 signing

.machine_readable/STATE.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"Panicbot integration (JSON contract verified, bot directives, diagnostics check)"
8181
"Cryptographic attestation chain (intent → evidence → seal)"
8282
"i18n support (ISO 639-1, 10 languages)"
83-
"Machine-verifiable readiness tests (CRG D/C/B grades)"))
83+
"Machine-verifiable readiness tests (CRG D/C/B grades)"
84+
"PanLL Mass Panic panel: GUI for assemblyline batch scanning with repo discovery, select-all, progress tracking, delta comparison, notifications"))
8485

8586
(route-to-mvp
8687
(target "v2.1.0: Bulk scanning + verisimdb integration")

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ See `docs/` for design documents. Chapel is strictly optional — the core tool
252252

253253
For interactive visualisation, dashboarding, and extended analysis, use panic-attack as part of [PanLL](https://github.com/hyperpolymath/panll) — the three-panel mission control that can ingest panic-attack reports as event-chain models. Export with `panic-attack panll report.json` and load the result into PanLL's Panel-W for visual triage.
254254

255+
PanLL includes two dedicated panels for panic-attack:
256+
- **panic-attack panel** — single-repo scanning, findings browser, severity filtering, report comparison
257+
- **Mass Panic panel** — organisation-scale GUI: repo discovery, select-all/checkbox batch controls, assemblyline scanning with progress tracking, incremental BLAKE3 delta, verisimdb persistence, delta comparison, sort/filter controls, notification generation. This replaces the complex CLI orchestration needed for mass-panic mode.
258+
255259
### Integration points
256260

257261
| System | Integration | Status |
@@ -260,6 +264,7 @@ For interactive visualisation, dashboarding, and extended analysis, use panic-at
260264
| **gitbot-fleet** | Trigger scans via repository_dispatch | Hooks wired |
261265
| **VerisimDB** | Store results as hexads | Working (file I/O; HTTP API planned) |
262266
| **PanLL** | Export event-chain models | Working |
267+
| **PanLL Mass Panic** | GUI panel for assemblyline batch scanning | Working |
263268
| **GitHub Security** | SARIF upload | Working |
264269

265270
---

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- VerisimDB hexad persistence for assemblyline aggregate reports
4848
- `--store` wired into assemblyline handler (was only assail/assault before)
4949
- Three deployment modes documented: standalone, panicbot, mass-panic
50+
- PanLL "Mass Panic" panel: GUI for assemblyline batch scanning with repo discovery, select-all/checkbox controls, incremental BLAKE3, progress tracking, delta comparison, sort/filter, notification generation
5051
- Fixed pre-existing migration_metrics test failures (269 tests, 0 failures)
5152

5253
### v2.0.0+ — Session 8/9 Features (2026-03-01)

0 commit comments

Comments
 (0)