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

2.0 KiB
Raw Permalink Blame History

OpenClaw Integration

This repository includes optional integration points for OpenClaw, a local agent runtime that allows an operator to trigger automations via chat or other humanintheloop interfaces. In this template, OpenClaw is used solely as a viewer and label manager:

  • OpenClaw does not commit or push code. Any actions that modify the repository must be performed via GitHub Agentic Workflows (ghaw) with safeoutputs. This keeps the write surface minimal and auditable.
  • The only allowed actions are adding/removing ai:* labels on issues and pull requests, and posting sanitized status comments. All comments are processed through tools/ai/sanitize_issue.py before being sent.
  • OpenClaw must run in a sandbox or disposable environment with no access to secrets, following the principle of least privilege. Running OpenClaw on the same machine as your source code or CI system is strongly discouraged【57263998884462†L355-L419】.

Refer to docs/security/anti_prompt_injection_policy.md for more details on the defensive measures and threat model.

Workflows & Sécurité OpenClaw

OpenClaw fonctionne strictement en mode observateur: il ne commite ni ne modifie le code source.

Pour contribuer ou intégrer OpenClaw:

Pour toute question, ouvrir une issue ou consulter la FAQ. Consultez le guide onboarding contributeur : onboarding/README.md Consultez aussi le guide pas-à-pas, FAQ et bonnes pratiques : onboarding/guide_contributeur.md Découvrez des exemples dutilisation : onboarding/exemples.md Accédez aux supports visuels, tutoriels vidéo et scripts de test : onboarding/supports_visuels.md Intégrez OpenClaw en local (VM sandboxée) : onboarding/guide_vm_sandbox.md