chore: cleaned up some specs around extensions and small changes to get code in line

This commit is contained in:
2026-07-18 22:52:54 +02:00
parent 5c1b333cce
commit a2e2ab037d
21 changed files with 549 additions and 27 deletions

View File

@@ -48,7 +48,12 @@ use "./action_patterns.allium" as action_patterns -- AI gating, translation chai
-- Integration
use "./git.allium" as git -- Git operations, LFS, reconciliation
use "./import.allium" as wordpress_import -- WordPress WXR analysis and execution
use "./mcp.allium" as mcp -- MCP server (tools, resources, proposals)
use "./cli.allium" as cli -- Headless automation commands
use "./events.allium" as events -- Multi-client domain event bus
use "./server.allium" as server -- Headless SSH engine host
use "./tui.allium" as tui -- Terminal renderer and remote client
use "./ai.allium" as ai -- AI one-shot tasks and chat
use "./embedding.allium" as embedding -- Semantic similarity (HNSW vectors)
use "./cli_sync.allium" as cli_sync -- CLI-to-app notification sync