From b409e8edf7f2ea7c8f76859198164080d2260942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20SAILLANT?= <108685187+electron-rare@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:06:28 +0100 Subject: [PATCH] docs: update README with MCP stack, RAG pipeline, KiCad CI, Gate S1 Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 99f7fef..7ca95f6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Welcome to **Kill_LIFE**, the public control plane of the `Kill_LIFE` agentic program. The repo now concentrates the operator cockpit, the spec-first pipeline, runtime/MCP contracts, execution evidence, and the pilot batch that powers sister VS Code extensions `kill-life-studio`, `kill-life-mesh`, and `kill-life-operator`. +*Last updated: 2026-03-27* + The 2026-03-22 reading rule is simple: - this `README.md` describes the product/program and consolidation decisions @@ -104,6 +106,9 @@ The positioning chosen for this consolidation pass is: - **Workflow catalog**: JSON workflows editable by `crazy_life`, validated against a JSON schema. - **Mascarade LLM Router**: Fake Ollama API, Agentic RAG, Cody Gateway, 5-machine fleet (Tower/KXKM/Photon/CILS/Local). - **10 MCP servers**: kicad, freecad, openscad, github-dispatch, knowledge-base, apify, huggingface, mascarade-llm, opcua, mqtt. +- **RAG pipeline**: Agentic RAG with Qdrant hybrid search, LLM reranking, CRAG fallback, SearXNG web search. +- **KiCad CI exports**: SVG, ERC, DRC, BOM, netlist -- headless via KiCad 10 MCP. +- **Firmware Gate S1**: PlatformIO build gate for ESP32/STM32 targets with evidence pack generation. - **Factory 4.0**: Industrial agents (copilot, maintenance predictor, log analyst), OPC-UA/MQTT MCP servers. - **EDA AI tools**: PCBDesigner, Quilter, KiCadHappy providers for automated PCB design + fabrication. - **Project template**: `templates/kill-life-project/` scaffold for client repos (see `docs/PROJECT_TEMPLATE.md`).