b7258c72df
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>
3.4 KiB
3.4 KiB
Hypnoled Pilot Project — Status 2026-03-25
Plan 25 —
docs/plans/25_todo_hypnoled_pilote.md
Completed (5/14 tasks)
Phase 0 — Structuration (DONE)
- T-HP-001: Fiche client Garnier
- T-HP-002: Structure projet Hypnoled
- T-HP-003: Migration fichiers
- T-HP-004: Index fichiers KiCad (4 projets, 7 sous-schemas)
- T-HP-005: Test connectivite Forge/Codestral (200 OK)
Phase 1 — Agents Kill_LIFE (3/4 done)
- T-HP-010: Forge review PCB — 6/6 sous-schemas, 8 critiques, 7 avertissements, 18 recommandations
- T-HP-011: Sentinelle monitoring — 9 067 tokens, 100% success
- T-HP-012: Tower documentation — PDF + Markdown rapports
- T-HP-013: BOM analysis — tooling created (
tools/industrial/bom_analyzer.py), awaiting BOM CSV assets
Blocked — Missing assets in checkout
The Hypnoled hardware assets (KiCad projects, BOMs, simulations) are not present in the current Kill_LIFE checkout. All remaining tasks are blocked until assets are materialized.
Blocked tasks
| Task | Description | Blocker |
|---|---|---|
| T-HP-013 | BOM analysis | [blocked: BOM CSVs not in checkout] — tooling ready |
| T-HP-020 | Forge SPICE review | [blocked: hypnoled.asc not in checkout] + [blocked: Mistral key expired] |
| T-HP-021 | Forge firmware skeleton | [blocked: Mistral key expired] |
| T-HP-022 | Benchmark Hypnoled prompts | [blocked: Mistral key expired] |
| T-HP-030 | Dataset KiCad extraction | [blocked: KiCad files not in checkout] |
| T-HP-031 | Dataset SPICE extraction | [blocked: simulation files not in checkout] |
| T-HP-032 | Evaluation post fine-tune | [blocked: depends on Plan 24 fine-tune] |
| T-HP-033 | Quilter canary route | [blocked: KiCad files not in checkout] |
| T-HP-034 | PCB Designer AI fast-fab | [blocked: KiCad files not in checkout] |
| T-HP-035 | kicad-happy playbook parity | [blocked: KiCad files not in checkout] |
Tooling ready
| Tool | Location | Purpose |
|---|---|---|
bom_analyzer.py |
tools/industrial/ |
Generic BOM parser, normalizer, LCSC/JLCPCB alternative suggester |
pcb_ai_fab_tui.sh |
tools/cockpit/ |
PCB fabrication TUI |
fab_package_tui.sh |
tools/cockpit/ |
Fab package builder |
Execution order when assets are available
- Copy/symlink Hypnoled assets into Kill_LIFE or ensure path references work
- T-HP-013 — Run
bom_analyzer.pyonAudio2LED_PCB/BOM.csvandPCB_legacy/BOM.csv- Output: normalized BOM, LCSC alternatives, assembly-ready status
- T-HP-033 — Quilter canary route (KiCad -> Quilter -> fab package)
- T-HP-035 — kicad-happy playbook parity
- T-HP-034 — PCB Designer AI evaluation
- T-HP-020 — Forge SPICE review (needs Mistral key)
- T-HP-021 — Forge firmware skeleton (needs Mistral key)
- T-HP-030/031 — Dataset extraction for fine-tune pipeline
- T-HP-022 — Benchmark after fine-tune
- T-HP-032 — Post fine-tune evaluation
Key findings from Phase 1 reviews
From the Forge review of 6 DALI PCB sub-schematics:
- 8 critical issues identified (Zener protection, double ESP32, PCM5122 power, IRF3415 overdim, MCP power chain, MPR121 I2C addr)
- Cost: ~0.009 EUR for 9 067 tokens — validates the multi-LLM approach for hardware review
- Next step: BOM analysis (T-HP-013) will cross-reference these findings with component availability and cost