Files
L'électron rare a96780ba7e Add French documentation for standards, integrations, cockpit, evaluations, and hardware tools
- Created README_FR.md files for various standards and profiles in the `standards` directory, detailing conventions and usage.
- Added integration documentation for ZeroClaw, AutoGen, LangGraph, and n8n in the `tools/ai/integrations` directory, outlining their roles and usage.
- Introduced a comprehensive README_FR.md for the `tools/cockpit` directory, detailing operator commands and health-check routines.
- Added a README_FR.md for the `tools/evals` directory, providing a benchmark framework for electronic prompts.
- Created a README_FR.md for the `tools/hw/schops` directory, explaining CLI operations for schematic management.
- Added README_FR.md files for the `web` directory and its `project/pcb` subdirectory, outlining the web application structure and PCB viewer inputs.
2026-03-25 01:08:52 +01:00
..

Spec-driven development (Spec Kit compatible)

This repo adopts a spec-first style: before coding, we write the spec and the plan.

To remain compatible with the Spec Kit approach, we expose a .specify/ folder that contains minimalist templates.

Generate a spec folder

python tools/ai/specify_init.py --name <feature-or-epic>

This creates:

specs/<feature-or-epic>/
  00_prd.md
  01_tech_plan.md
  02_tasks.md

Rules

  • One specs/<name>/ folder per feature/epic.
  • The PR must reference the spec (relative link).
  • Tests/exports (firmware CI + hardware CI) must be green.