There was an error while loading. Please reload this page.
docs(wiki): repair French navigation and correct stale facts Every cross-reference between the French pages was dead: they linked to French page names (Contribuer, Depannage, Securite, Pipeline-multi-agents…) while the files are named Contributing.fr, Troubleshooting.fr and so on. 30 broken links — the French half of the wiki was effectively unnavigable. The sidebar also pointed at a Home-fr page that has never existed; since Home.md is already bilingual, the language switcher now goes straight to Introduction / Introduction.fr instead of duplicating a landing page that would drift. Corrected claims that no longer match the code: - Node.js "v24.12.0 LTS" contradicted engines (>=20) and CI (22) - Python 3.8+ / 3.9+ in two pages, against 3.12+ everywhere else and in CI - `pnpm install -g` should be `pnpm add -g` - "7+ themes" while 7 exist; Forest was missing from every listing - src/renderer/features/* and @features/* describe a layout that does not exist - SHA256 verification examples still named 1.0.0 artifacts The Roadmap billed the current stable as v1.0.0 and then listed the 1.0.0 feature set. It now reflects what 1.1.0 actually shipped — provider-agnostic pipeline, Hot-Swap LLM, Formula Lab, the new agent family, multi-user server mode, memory and token optimisation, security hardening — drawn from the CHANGELOG rather than restating the previous release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
chore(wiki): retarget repository links from tleub-ebp to krovomi Migrated from tleub-ebp/WorkPilot-AI.wiki. Every github.com/tleub-ebp/ reference now points at krovomi/WorkPilot-AI, the canonical repository.
feat(wiki): bilingual EN+FR structure with AUTOGEN markers - Canonical EN pages with .fr.md translation suffix - Home as bilingual landing page - Sidebar with per-page EN/FR toggles - AUTOGEN markers on inventory pages (agents, providers, integrations, architecture) - EN stubs with translation-pending notices linking to FR; auto-filled by scripts/wiki on release Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>