Advanced Search
Search Results
964 total results found
4.1 Minion System
Minion System Minions are one-shot autonomous agents (inspired by Stripe's internal system). Each minion: Gets a single task Runs in an isolated git worktree Has full tool access (read/write files, run commands) Follows a blueprint (YAML chain of steps) Produ...
4.2 HiveMind — Shared Knowledge
HiveMind — Shared Knowledge Base HiveMind (~/system/agents/hivemind/hivemind.js) is the collective memory of all agents. What Goes Into HiveMind Task completions — every pi-orchestrator task result (Tier 2+) Agent discoveries — facts, patterns, warnings found...
5.1 Scenario: Building "Bento" — a Meal Prep SaaS
Use Case: Building "Bento" — a Meal Prep SaaS Let's walk through how the ALAI system would build a completely new product from CEO idea to deployed MVP. The Idea Alem: "We need a meal prep subscription SaaS for the Nordic market. Next.js frontend, Kotlin/Ktor...
5.2 Pipeline Cascade: Review → Security → Deploy
Pipeline Cascade Step 4: Pipeline Triggers REVIEW After BUILD completes, the Pipeline Engine fires: pipeline-engine.js advance 4001 → Stage: BUILD complete → Creating REVIEW task for Proveo New MC task created: #4006 [M] [open] [—] [BENTO-REVIEW] Code rev...
5.3 End-to-End Timeline
End-to-End Timeline What the System Produces Starting from 5 MC tasks, the full pipeline generates: Stage Tasks Company Time BUILD — scaffold 1 CodeCraft ~15 min BUILD — DB schema 1 CodeCraft ~10 min BUILD — landing page 1 Vizu ~8 min BUILD — auth...
6.1 Key Commands
Key Commands Mission Control node ~/system/tools/mc.js list # List open tasks node ~/system/tools/mc.js show <id> # Task details node ~/system/tools/mc.js add "title" -p H # Create high-priority task node ~/system/tools/...
ALAI Infrastructure — Service Catalog & Runbooks
ALAI Infrastructure — Service Catalog & Runbooks Last updated: 2026-03-11 | Maintained by: John (AI Director) Host: Mac Studio M3 Ultra (ANVIL) | OS: macOS Quick health: node ~/system/tools/daemon-health.js 🐳 Docker Services (23 containers) Core Platform Se...
ALAI Infrastructure Map & Ops Runbooks
ALAI Infrastructure Map & Ops Runbooks Last updated: 2026-03-12 | Author: John (AI Director) 1. Infrastructure Overview Azure VM — vm-alai-support PropertyValue IP4.223.110.181 RegionSweden Central SizeStandard_B2als_v2 (2 vCPU, 4GB RAM) OSUbuntu 22.04 LTS SSH...
ALAI Infrastructure Map & Ops Runbooks
ALAI Infrastructure Map & Ops Runbooks Last updated: 2026-03-12 | Author: John (AI Director) 1. Infrastructure Overview Azure VM — vm-alai-support PropertyValue IP4.223.110.181 RegionSweden Central SizeStandard_B2als_v2 (2 vCPU, 4GB RAM) OSUbuntu 22.04 LTS SSH...
New Page
Demo Readiness — Index
Source: ~/ALAI/products/Plock/docs/demo-readiness/INDEX.md PLOCK Demo Readiness — Canonical Baseline Index Date: 2026-03-14 Purpose: Entry point for all agents and humans working on PLOCK demo-readiness, documentation QA, and subsequent backlog generation. Re...
Canonical Source of Truth
Source: ~/ALAI/products/Plock/docs/demo-readiness/00-canonical-source-of-truth.md PLOCK — Canonical Source of Truth Date: 2026-03-14 Purpose: Define which files are authoritative for PLOCK and which files are stale/conflicting, so all future documentation, QA,...
User Stories Baseline
Source: ~/ALAI/products/Plock/docs/demo-readiness/01-user-stories-baseline.md PLOCK — User Stories Baseline Date: 2026-03-14 Purpose: Establish a first canonical user-story baseline for PLOCK using real repository evidence and authoritative product documents. ...
Feature Baseline
Source: ~/ALAI/products/Plock/docs/demo-readiness/02-feature-baseline.md PLOCK — Feature Baseline Date: 2026-03-14 Purpose: Establish a first canonical feature baseline for PLOCK using real repository evidence and authoritative documentation. This is the opera...
Gaps and Next Steps
Source: ~/ALAI/products/Plock/docs/demo-readiness/03-gaps-and-next-steps.md PLOCK — Gaps and Next Steps Date: 2026-03-14 Purpose: Convert the current PLOCK reality into an actionable plan: what is missing, what is conflicting, what is risky, and in which order...
QA Checklist Baseline
Source: ~/ALAI/products/Plock/docs/demo-readiness/04-qa-checklist-baseline.md PLOCK — QA Checklist Baseline Date: 2026-03-14 Purpose: Define the deterministic review checklist that must be applied to every PLOCK demo-readiness document before it is treated as ...
Initial Package QA Review
Source: ~/ALAI/products/Plock/docs/demo-readiness/05-initial-package-review.md PLOCK — Initial Package QA Review Date: 2026-03-14 Reviewer: John Scope: Manual QA review of the current canonical PLOCK demo-readiness baseline package under ~/ALAI/products/Plock/...
API Spec Verification Pass
Source: ~/ALAI/products/Plock/docs/demo-readiness/06-api-spec-verification-pass.md PLOCK — API Spec Verification Pass Date: 2026-03-14 Reviewer: John Scope: Narrow manual verification of docs/API-SPEC.md against the real Ktor route surface under backend/src/ma...