Advanced Search
Search Results
976 total results found
drop-backend-migration-plan
Drop Backend Migration Plan Hono/TypeScript → Kotlin/Ktor Authored by: Petter Graff (Software Architect Agent) Date: 2026-03-29 MC Task: #5124 Status: READY FOR REVIEW — Requires CEO approval before any build action (ZAKON #2) Executive Summary Five previous ...
AAOS — ALAI Agent Operating System
Executive Summary AAOS is the enforcement runtime for the ALAI agent system. It turns optional protocols (RAG-first, GOTCHA, evidence tracking, quality gates) into mandatory runtime gates that every agent passes through on every lifecycle transition. Core insi...
AAOS — Architecture Overview
AAOS — Architecture Overview AAOS = ALAI Agent Operating System — Redesigned 2026-04-03 to collapse 10 virtual companies into 4 functional groups with pure orchestration. The Transformation: 10 → 4 Before AAOS, we had 10 virtual companies with overlapping res...
John Orchestrator — Rules & Routing
John Orchestrator — Rules & Routing John is ALAI's AI Director. Pure orchestrator — delegates ALL execution to specialist agents. Source: ~/system/agents/definitions/john-orchestrator.yaml + ~/system/config/john-routing.json Identity Name: john-orchestrator M...
Task Metrics & Learning Agent
Task Metrics & Learning Agent AAOS tracks every task's execution metrics and learns from patterns via a nightly learning agent. Task Metrics Schema Database: ~/system/databases/mission-control.db Table: task_metrics CREATE TABLE task_metrics ( task_id INT...
Hooks Architecture Overview
Hooks Architecture Overview Last updated: 2026-04-05 Status: All hooks migrated to Kotlin/GraalVM native binaries Architecture ALAI uses two GraalVM native binaries for hook enforcement: Binary Purpose Size alai-hooks Business logic hooks (security, qua...
Rebrand Plan — VivaCareUSA → LumisCare
Plan: LumisCare Rebrand — VivaCareUSA → LumisCare Architect: Petter Graff (Team Lead) Date: 2026-04-05 Estimated execution: 1 working day Research Summary Golden Commit c80a3637 — "ALL TESTS GREEN: Element 100%, CEO 100%, Flow PASS" (2026-01-25) This is the a...
Architecture — Component HLD Master
LumisCare — Component High-Level Design Master Document Version: 1.0 Date: 2026-04-04 Author: Dr. Sarah Chen, Healthcare IT Systems Architect Status: Active — Reflects verified implementation state as of 2026-04-04 Method: Static analysis of source tree + HLD ...
Architecture — Event Bus Map
LumisCare Event Bus — Current State Map Date: 2026-04-04 Author: Martin Kleppmann (Distributed Systems Audit) Method: Static analysis of all publisher and listener classes in backend/services/ Source of truth: Actual Java source files, not design documents Ar...
Architecture — Frontend Route Map
LumisCare Frontend — Complete Route Map Generated: 2026-04-04 Source of truth: frontend/web/src/routes/index.ts + src/components/navigation/sidebar/Sidebar.tsx Mobile source: mobile/app/src/app/ (Expo Router v4, file-based) Total registered web routes: 97 (inc...
Fix Backlog — P0/P1/P2 Issues
LumisCare — Fix Backlog Consolidated from 5 expert reports — 2026-03-25 Total issues: 32 Format: [PORTAL] [PAGE] [ELEMENT] [PROBLEM] [FIX NEEDED] P0 — Demo Blocking Issues that will be visible within 60 seconds of any stakeholder opening the app. Must be fixe...
Security Hooks (Kotlin/GraalVM)
Security Hooks All security hooks run as PreToolUse gates. Exit 2 = BLOCK, Exit 0 = ALLOW. Binary: ~/.claude/hooks/alai-hooks BashSecurityGate (alai-hooks bash) Event: PreToolUse[Bash] | ZAKON: Multiple Blocks dangerous shell commands: NPM Audit Gate: Blocks ...
Quality Gate Hooks (Kotlin/GraalVM)
Quality Gate Hooks Enforce quality standards before task completion and during sessions. EvidenceGatekeeper (alai-hooks evidence-gate) Event: PreToolUse[Bash] | ZAKON: #21 Blocks mc.js done if no evidence directory exists: Checks for /tmp/evidence-{taskId}/ d...
Mock-to-Real Migration Plan
Mock API to Real Backend — Migration Plan Generated: 2026-03-26 Author: FlowForge (ALAI DevOps) Project: LumisCare Enterprise Healthcare Platform Scope: 222 mock endpoints → 11 Spring Boot microservices via Web BFF 1. Current State Summary Component Status...
Protocol Hooks (Kotlin/GraalVM)
Protocol Hooks Enforce organizational protocols and workflows. LeadGuard (alai-hooks lead-guard) Event: PreToolUse[Write|Edit|MultiEdit] Protects lead/sales data integrity. SessionStartContext (claude-hooks session) Event: SessionStart Injects session context ...
drop-full-delivery-plan
Plan: Drop Full Delivery (#7187) Research Summary Full codebase audit completed (2026-04-06). Drop is 65-70% feature complete, 40% production ready. What exists: Landing page with waitlist form (PostgreSQL-backed) — 13 languages Next.js web app: 27 pages, 72 ...
Overview
Overview Domain & Infrastructure Domain: alai.no Vercel Project: ucenje-deploy Local Repository: ~/ALAI/web Remote Repository: https://github.com/johnatbasicas/alai-web.git Tech Stack: Next.js 14, React, Tailwind CSS, Vercel Deploy Method cc-api-...
Architecture
Architecture Technology Stack Next.js 14, React, Tailwind CSS, Vercel Infrastructure To be documented: hosting environment, dependencies, integrations Deployment Pipeline cc-api-server /bash → vercel --prod Dependencies To be documented: external services,...