Skip to content

Commit 480d88a

Browse files
author
Jonathan D.A. Jewell
committed
Auto-commit: Sync changes [2026-02-10]
1 parent 95af8ab commit 480d88a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6092
-597
lines changed

.machine_readable/ECOSYSTEM.scm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
(adoption "internal"))
1717

1818
(related-projects
19+
(project
20+
(name "panll")
21+
(relationship "consumer")
22+
(integration "exports ambush timeline/event-chain reports in PanLL format")
23+
(url "https://github.com/hyperpolymath/panll")
24+
(description "Human-Things Interface for neurosymbolic co-working and event-chain visualisation"))
25+
1926
(project
2027
(name "verisimdb")
2128
(relationship "data-store")
@@ -175,7 +182,7 @@
175182

176183
(metadata
177184
(created "2026-02-07")
178-
(updated "2026-02-08")
185+
(updated "2026-02-09")
179186
(maintainer "Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>")
180187
(license "PMPL-1.0-or-later")
181188
(repository "https://github.com/hyperpolymath/panic-attacker")))

.machine_readable/STATE.scm

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; State checkpoint for panic-attack (formerly panic-attacker)
33
;; Media Type: application/vnd.state+scm
4-
;; Last Updated: 2026-02-08
4+
;; Last Updated: 2026-02-09
55

66
(state
77
(metadata
88
(version "1.0")
99
(project "panic-attack")
10-
(last-updated "2026-02-08T22:00:00Z")
11-
(session-count 5))
10+
(last-updated "2026-02-09T20:15:00Z")
11+
(session-count 6))
1212

1313
(project-context
1414
(name "panic-attack")
@@ -69,7 +69,11 @@
6969
"6-axis stress testing (CPU, memory, disk, network, concurrency, time)"
7070
"Logic-based bug detection (use-after-free, double-free, deadlock, data-race)"
7171
"Per-file language detection and risk scoring"
72-
"JSON and terminal output"))
72+
"JSON, YAML, and Nickel output formats"
73+
"Report views (summary, accordion, dashboard, matrix) + TUI viewer"
74+
"PanLL event-chain export for external timeline visualisation"
75+
"Ambush timeline scheduling (plan-only) for stressor sequencing"
76+
"Optional verisimdb storage integration"))
7377

7478
(route-to-mvp
7579
(target "v2.1.0: Bulk scanning + verisimdb integration")
@@ -120,6 +124,16 @@
120124
(estimated-effort "1-2 hours")))
121125

122126
(session-history
127+
(session
128+
(id "6")
129+
(date "2026-02-09")
130+
(duration "2h")
131+
(focus "PanLL integration + report UX expansion")
132+
(outcomes
133+
"Added PanLL event-chain export format and docs"
134+
"Added ambush timeline planning + parser"
135+
"Added report views (accordion, dashboard, matrix) and TUI viewer"
136+
"Added Nickel output and report metadata wiring"))
123137
(session
124138
(id "5")
125139
(date "2026-02-08")

AI.a2ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
(audit "cargo audit")
9090
(coverage "cargo tarpaulin --out Xml"))
9191

92+
(reports
93+
(formats "json" "nickel" "yaml")
94+
(storage-targets "filesystem" "verisimdb"))
95+
9296
(quality-standards
9397
(test-coverage "target: 80%")
9498
(documentation "rustdoc for all public APIs")

0 commit comments

Comments
 (0)