You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PHP-AEGIS-HANDOVER.md
+66-4Lines changed: 66 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,43 @@
2
2
3
3
## Context
4
4
5
-
This document provides integration feedback from the wp-sinople-theme WordPress theme project, which attempted to use both `sanctify-php` (static analysis) and `php-aegis` (runtime security library) together.
5
+
This document provides integration feedback from multiple WordPress projects:
6
+
1.**wp-sinople-theme** - Semantic theme with IndieWeb/Micropub support
Copy file name to clipboardExpand all lines: docs/ROADMAP.md
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,53 @@
2
2
3
3
## Context
4
4
5
-
This roadmap addresses integration feedback from real-world deployment in the wp-sinople-theme WordPress project, which uses semantic web (RDF/Turtle) output and IndieWeb protocols.
5
+
This roadmap addresses integration feedback from real-world deployment:
6
+
1.**wp-sinople-theme** - Semantic theme with IndieWeb/Micropub support
7
+
2.**Zotpress** - Mature WordPress plugin (couldn't run sanctify-php at all)
6
8
7
9
**Feedback Date**: 2025-12-27
8
10
**Current Version**: 0.1.0.0
9
11
10
12
---
11
13
14
+
## Critical Finding: Tool Unusable Without Binaries
15
+
16
+
### Zotpress Integration Failure
17
+
18
+
> **sanctify-php could not be run at all** because GHC (Haskell compiler) was not available.
19
+
> Manual analysis was performed instead using documented patterns.
20
+
21
+
This confirms the #1 adoption blocker: **the Haskell build requirement prevents any usage**.
0 commit comments