Skip to content

Commit e0e2396

Browse files
hyperpolymathclaude
andcommitted
docs(explainme): improve completeness per README-EXPLAINME-STANDARD
Fix broken dogfooding table (missing |=== delimiters and column headers). Expand to 6 rows covering hypatia, panicbot, verisimdb, panll, assemblyline, and attestation chain integrations. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4acf70c commit e0e2396

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

EXPLAINME.adoc

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,28 @@ The README makes claims. This file backs them up.
6666

6767
== Dogfooted Across The Account
6868

69-
| Project | Integration |
70-
| **reposystem** | Feeds weak-point scores into graph aspects (security weight)
71-
| **proof-of-work** | Z3-verifies that assail findings are genuine vulnerabilities
72-
| **hypatia** | Consumes JSON AssailReport via Elixir rules for neurosymbolic reasoning
73-
| **januskey** | Scans operation metadata for unsafe patterns in audit trail code
69+
[cols="1,2", options="header"]
70+
|===
71+
| Project | Integration
72+
73+
| **hypatia**
74+
| Consumes JSON AssailReport via Elixir rules; pattern_registry.ex deduplicates findings into 46 canonical recipes; re-scan verification confirms fixes removed weak points
75+
76+
| **gitbot-fleet / panicbot**
77+
| panicbot wraps the `panic-attack assail --output-format json` CLI; translates WeakPoints to Findings (PA001-PA025); bot directives at `.machine_readable/bot_directives/panicbot.scm`
78+
79+
| **verisimdb**
80+
| Scan results stored as hexad entities (Document + Semantic + Temporal modalities); ScanIngester module ingests JSON output; PatternQuery cross-repo analytics built on top
81+
82+
| **panll**
83+
| `panll` subcommand exports event chains for two dedicated panels: panic-attack (single-repo) and Mass Panic (assemblyline batch GUI); timeline and risk-map views
84+
85+
| **assemblyline**
86+
| Batch scanning of entire repo directories with Rayon parallelism and BLAKE3 fingerprinting; delta reporting via `diff` subcommand (only changes since last scan)
87+
88+
| **attestation chain**
89+
| Every scan optionally sealed via Ed25519 cryptographic chain (intent → evidence → seal) — used by NAFA ambient context and audit-trail consumers
90+
|===
7491

7592
== Readiness
7693

0 commit comments

Comments
 (0)