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>
21 lines
405 B
YAML
21 lines
405 B
YAML
kill_life:
|
|
version: 1
|
|
project: "{{PROJECT_NAME}}"
|
|
client: "{{CLIENT_NAME}}"
|
|
mascarade_url: "https://cody.saillant.cc"
|
|
agents:
|
|
- forge
|
|
- firmware-agent
|
|
- qa-agent
|
|
mcp_servers:
|
|
- kicad
|
|
- freecad
|
|
- apify
|
|
hardware:
|
|
pcb_dir: hardware/pcb
|
|
simulation_dir: hardware/simulation
|
|
bom_dir: hardware/bom
|
|
firmware:
|
|
framework: platformio
|
|
src_dir: firmware/src
|