chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
dc6e87e
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
865123e
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
0636317
chore(wiki): refresh inventories
chore(wiki): refresh narrative sections
chore(wiki): update French translations
Auto-generated by scripts/wiki/sync_wiki.py
4c770bd
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
8ac3142
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>
49a9536
chore(wiki): import the migrated WorkPilot AI wiki
Merges the placeholder Home page created to initialise the wiki with the
43 pages migrated from tleub-ebp/WorkPilot-AI.wiki, all repository links
retargeted to krovomi.
dd6a72e
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.
0bee2a8
docs(wiki): document Formula Lab, hot-swap, consensus arbiter, agent coach, carbon profiler, flaky detective, server mode + new UI views
fe8612c
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
b0e894f
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
876ffa6
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
707f28e
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
2d93995
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
3607dc9
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
37fa9ca
fix(wiki): point image URLs to develop branch (main does not exist)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8eec068
chore(wiki): refresh inventories
Auto-generated by scripts/wiki/sync_wiki.py
45fb70d
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>
f6662ac
docs(wiki): complete French user documentation
Add 21 comprehensive wiki pages covering:
- Getting started: Home, Introduction, Installation, Premier-projet, Concepts-cles, FAQ
- Usage: Interface-utilisateur, Creer-une-spec, Pipeline-multi-agents, Agents-specialises, Integrations, Fournisseurs-IA, Systeme-de-memoire
- Advanced: Architecture, CLI-Usage, Securite, Personnalisation, Fonctionnalites-avancees
- Community: Contribuer, Depannage, Roadmap
- Navigation: _Sidebar, _Footer
746f246