Files
L'électron rare b7258c72df feat: complete plans 20/24/25 + project template + BOM analyzer
Plan 20 (UI/UX YiACAD) — 100% complete:
- docs/YIACAD_COMPILED_ANCHOR_POINTS.md: C++ fork insertion points
- docs/YIACAD_APP_INTENTS_STUDY.md: App Intents + on-device models

Plan 24 (Mistral Studio) — blocked tasks annotated:
- docs/MISTRAL_STUDIO_STATUS_2026-03-25.md: status + execution order

Plan 25 (Hypnoled) — tooling ready:
- docs/HYPNOLED_STATUS_2026-03-25.md: status + 10-step execution
- tools/industrial/bom_analyzer.py: generic BOM parser + LCSC suggestions

Project template:
- templates/kill-life-project/: full scaffold for client repos
- tools/project_init.sh: clone + apply template + commit
- docs/PROJECT_TEMPLATE.md: usage guide

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 02:32:53 +01:00

1.0 KiB

{{PROJECT_NAME}}

Managed by Kill_LIFE agents.

Structure

hardware/
  pcb/          KiCad schematics and PCB layouts
  simulation/   SPICE simulation files
  bom/          Bill of Materials (CSV/JSON)
firmware/
  src/           PlatformIO firmware source
docs/
  reviews/       Auto-generated design reviews
  specs/         Project specifications
  client/        Client-facing documentation
fabrication/     Gerber and manufacturer files

Quick Start

make help            # list available targets
make erc             # run electrical rules check
make drc             # run design rules check
make review          # full design review
make bom-export      # export BOM from KiCad
make fabrication-prep # generate Gerbers
make firmware-build  # build firmware

Kill_LIFE Integration

This project is connected to the Kill_LIFE orchestrator via .kill-life.yaml. Agents (forge, firmware-agent, qa-agent) operate on this repo through MCP servers.