8ae0eb239a
Public demo of Factory 4 Life project management: - Gate definitions S0 (spec), S1 (build), S2 (integration), S3 (production ready) - Hardware project template with PlatformIO, KiCad CI, and Makefile for fab packages - JSON schema for .kill-life.yaml manifest - CLI scripts: create-project, validate-gates, dashboard with color-coded status output - Example project: led-controller (S0+S1 passed, S2 in progress)
719 B
719 B
PROJECT_NAME
Factory 4 Life project — description here
Structure
.kill-life.yaml # Project manifest & gate status
firmware/ # ESP32 firmware (PlatformIO)
hardware/
pcb/ # KiCad schematics & PCB
bom/ # Bill of Materials
docs/
specs/ # Specifications (S0 gate)
releases/ # Fab packages & binaries
Gates
| Gate | Status |
|---|---|
| S0 — Spec Ready | in_progress |
| S1 — Build OK | pending |
| S2 — Integration | pending |
| S3 — Production Ready | pending |
Build
# Firmware
cd firmware && pio run
# Hardware checks
make kicad-check
# Fab package
make kicad-fab