11 Commits

Author SHA1 Message Date
L'électron rare f15807376c feat: resolve multi-agent catalog risks R-02 to R-05
- R-02: add 'status' field (required, enum: ready/degraded/blocked) to agent_catalog.schema.json and populate all 12 agents with status=ready
- R-03: add write_set_conflict_resolution array to catalog documenting overlap resolution for specs/ and docs/ directories
- R-04: document tiebreak rule for artifacts/cockpit/intelligence_program/ (PM-Mesh primary, Web-CAD-Platform for YiACAD releases)
- R-05: add GLOBAL_MULTI_AGENT_CHECKLIST.md link from docs/index.md in Gouvernance et consolidation section

Schema changes allow catalog validation with status field; conflict array enables governance clarity on overlapping write_sets. Checklist now discoverable from operator navigation.
2026-03-29 21:32:22 +02:00
L'électron rare ee57f7eac4 feat: free alternatives to all paid APIs — local fine-tune, OCR, STT, autorouter
Tools (zero API cost):
- local_finetune.py: Unsloth QLoRA on RTX 4090 → GGUF → Ollama
- ocr_pipeline.py: marker/surya/PyPDF2 for datasheet extraction
- stt_pipeline.py: whisper.cpp/vosk for meeting transcription
- freerouting_bridge.py: open source autorouter for KiCad PCBs

Plans closed with free alternatives:
- Plan 24: 15 tasks (fine-tune, OCR, STT, RAG, deploy)
- Plan 23/23v2: 3 tasks (fine-tune, benchmark)
- Plan 25: 4 tasks (SPICE, eval, Quilter, PCBDesigner)
- Plan 26: 1 task (Hypnoled validation)
- Plan 27: 1 task (Jetson → Docker NVIDIA)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:44:16 +01:00
L'électron rare 9074d08c7b docs: update README + index with Mascarade, Factory 4.0, 10 MCP servers
- README: add Mascarade, Factory 4.0, EDA AI, project template features
- README: update Mermaid diagram (10 MCP servers incl. OPC-UA, MQTT, Apify)
- docs/index.md: add unified ops, evidence packs, lot pilot, Factory 4.0 refs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 03:24:43 +01:00
L'électron rare f8c82b8544 Add new tools and scripts for Apify MCP and Mascarade integration
- Introduced `apify_mcp.py` for local MCP server handling Apify web scraping tasks.
- Created `mascarade_mcp_server.py` to expose tools for Mascarade LLM Router, including health checks and model listings.
- Added shell scripts `run_apify_mcp.sh` and `run_mascarade_mcp.sh` for easy execution of the respective servers.
- Added multiple documentation files for workspace audit and action plans.
2026-03-25 00:17:02 +01:00
L'électron rare 066acde0cb docs: add feature maps, audits, research, plans lots 19-26
- Feature maps: agentic intelligence, digital factory, yiacad global/UI/UX/backend
- Audits: consolidation, refactor manifest, exhaustive refonte
- Research: OSS AI-native CAD, digital factory stack, mascarade observability
- Plans: lots 19-26 (mesh tri-repo, UI/UX refonte, yiacad global,
  intelligence agentique, mistral agents/studio, hypnoled, EDA AI tools,
  git EDA platform)
- Operator docs: machine registry, alignment, sync status, provider compat
- Mascarade/Kill_LIFE product contracts and OPS bridge
- PCB AI fab integration map, artifact WMS index
- References directory

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 00:20:32 +01:00
L'électron rare d2472b2c94 docs: align operator runbooks with local and github lanes 2026-03-11 10:30:05 +01:00
Clément SAILLANT 46e1feba84 feat: integrate local CAD stack and runtime safeguards 2026-03-08 12:27:15 +01:00
Clément SAILLANT 0c175510ac Remove placeholder workflows and align CI docs 2026-03-07 19:10:19 +01:00
Clément SAILLANT 408a85ffa3 Refactoring de plusieurs modules pour améliorer la synchronisation des agents et l’orchestration des rituels.
Ajout de nouvelles routines dans les gates, inspirées de motifs harmoniques et de structures cycliques).
Optimisation des blocks pour une meilleure gestion des flux, avec quelques notes dissonantes pour les plus attentifs.
Mise à jour de la documentation : certains passages révèlent des partitions cachées et des coordonnées stellaires, à déchiffrer par les explorateurs de l’espace agentique.
Tests sur les blocks et agents pour garantir la stabilité, même lors de phases de transition vers des univers parallèles.
Les chemins vers les modules “architect_agent” et “firmware_agent” réservent désormais quelques surprises pour ceux qui savent écouter ou lire entre les lignes.
2026-02-19 05:35:42 +01:00
Clément SAILLANT d7ffbf14cf feat: Add workflows and templates for design reviews, release processes, and compliance checks
- Introduced new documentation for design reviews (DR0/DR1) and release rituals.
- Created templates for Architecture Decision Records (ADR), Design Reviews, Playtest Reports, and Validation Plans.
- Established workflows for consulting, creative processes, systems engineering, R&D spikes, and compliance/QA.
- Implemented GitHub Actions workflows for firmware and hardware CI with required checks strategy.
- Added setup script for repository configuration, including label creation and branch protection.
- Developed installation script for Kill_LIFE with system updates and environment setup.
2026-02-19 01:35:10 +01:00
Clément SAILLANT dda793c0ef feat(hw): add schops tool for schematic operations and kicad-cli integration
- Introduced `kicad_cli.sh` for local and Docker-based kicad-cli execution.
- Created `schops.py` for schematic operations including ERC, BOM, netlist exports, and bulk edits.
- Added README.md for schops with installation and usage instructions.
- Included requirements.txt for necessary Python packages.
- Implemented rules engine for applying field defaults and renaming nets.
- Added tests for rules engine functionality.
- Introduced scope guard script to enforce file modification policies based on PR labels.
- Created watch script to monitor KiCad files and trigger hardware gate on changes.
2026-02-19 00:00:33 +01:00