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/explanation/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The Sentinel of Mnemosyne is a self-hosted, containerised AI assistant platform.
47
47
└──────────────────────────┘
48
48
```
49
49
50
-
**v0.50 release snapshot:**
50
+
**v0.51.1 release snapshot:**
51
51
- Core route seam uses `RouteContext` (`app.state.route_ctx`) with strict access.
52
52
- Startup wiring/policy centralised in `initialize_startup()`.
53
53
- Runtime probe, health formatting, message request mapping, module gateway/registry, and sweep orchestration are extracted as deep modules behind thin route adapters.
Copy file name to clipboardExpand all lines: docs/tutorial/foundry-first-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Set up Sentinel Connector for the first time
2
2
3
-
> **Version audit:** Reviewed for Sentinel Core v0.50 and Pathfinder module v1.1 (2026-05-08).
3
+
> **Version audit:** Reviewed for Sentinel Core v0.51.1 and Pathfinder module v1.1.2 (2026-06-16).
4
4
5
5
By the end of this tutorial you will have a working **Sentinel Connector** that watches every attack roll, save, and skill check in your Pathfinder 2e game and posts a Discord embed to your DM channel within a second or two of each roll. You will finish in webhook-only mode — roll embeds appear without AI narration — which is the correct starting point and works from anywhere, including Forge-hosted games.
0 commit comments