Implement Manticore fully and re-theme

This commit is contained in:
2026-03-11 02:19:08 +00:00
parent da044be68c
commit cbedcd67f6
46 changed files with 3444 additions and 944 deletions

View File

@@ -12,6 +12,9 @@ GIA is a multi-transport communication workspace that unifies Signal, WhatsApp,
- Supports canonical task creation from chat commands, web UI, and MCP tooling.
- Bridges messages across transports (including XMPP) with attachment handling.
- Tracks delivery/read metadata and typing state events.
- Can dual-write canonical behavioral events to Manticore for time-series analysis.
- Includes `gia_analysis` for rolling behavioral metric aggregation into Manticore.
- Includes `prune_behavioral_orm_data` to keep Django event shadow tables bounded once Manticore is primary.
- Provides AI workspace analytics, mitigation plans, and insight visualizations.
- Exposes fine-grained capability policy controls for gateway commands, task intake, and command execution.
- Separates XMPP encryption controls into plaintext rejection, component-chat encryption, and relayed-contact encryption.