Files
clawsec/wiki/fr/INDEX.md
T
David Abutbul b37162a33d feat(i18n): add multilingual wiki scaffolding, language switcher, and… (#212)
* feat(i18n): add multilingual wiki scaffolding, language switcher, and translation QA pipeline

* docs(readme): adopt picoclaw-style multilingual link bar

* fix(i18n): repair localized index links and tighten partial-pair QA

* ci(i18n): fail on broken markdown links in README/wiki

* ci(i18n): add changed-files mode for markdown link checks

* i18n(de): use local Argos MT to fill untranslated German sections

* i18n(es,fr): fill untranslated sections via local Argos workflow

* i18n(ja): fill untranslated sections with scoped local Argos pass

* i18n(ko): fill untranslated sections with scoped local Argos pass

* fix(i18n): address review feedback

---------

Co-authored-by: David Abutbul <David.a@prompt.security>
2026-04-29 09:00:31 +03:00

3.9 KiB

Wiki Index

Summary

  • Purpose: Document ClawSec as a combined web catalog, signed advisory channel, and multi-skill security distribution system.
  • Tech stack: React 19 + Vite + TypeScript frontend, Node/ESM scripts, Python utilities, Bash automation, GitHub Actions pipelines.
  • Entry points: index.tsx, App.tsx, scripts/prepare-to-push.sh, scripts/populate-local-feed.sh, scripts/populate-local-skills.sh, workflow files under .github/workflows/.
  • Where to start: Read Overview, then Architecture, then module pages for the area you are editing.
  • How to navigate: Use Guides for cross-cutting concerns, Operations for runbooks and migration plans, Modules for implementation boundaries, and Source References at the end of each page to jump into code.

Start Here

Translations

Guides

Operations

Modules

Glossary

Generation Metadata

Update Notes

  • 2026-04-26: Split Picoclaw self-pen-testing into standalone picoclaw-self-pen-testing; updated Picoclaw module docs and references.
  • 2026-04-25: Added Picoclaw Security Guardian module for advisory awareness, config drift detection, and chain-of-supply verification.
  • 2026-04-19: Moved NanoClaw platform-support and CI/CD pipeline detail sections out of README.md into module pages (modules/nanoclaw-integration.md, modules/automation-release.md) and left README pointers.
  • 2026-04-16: Added install-guard compatibility note for Hermes Attestation Guardian (community-source install now SAFE without --force; behavior unchanged).
  • 2026-04-15: Expanded Hermes Attestation Guardian module page into full narrative, claim-by-claim operator guidance (no claim tables), and added archived draft-history module page.
  • 2026-03-10: Added ClawSec Scanner module documentation and linked it under Modules.
  • 2026-02-26: Added Operations pages and updated navigation guidance after migrating root docs into wiki pages.

Source References

  • README.md
  • App.tsx
  • package.json
  • scripts/prepare-to-push.sh
  • scripts/populate-local-feed.sh
  • scripts/populate-local-skills.sh
  • skills/clawsec-suite/skill.json
  • skills/clawsec-scanner/skill.json
  • skills/hermes-attestation-guardian/skill.json
  • skills/picoclaw-security-guardian/skill.json
  • skills/picoclaw-self-pen-testing/skill.json
  • wiki/modules/clawsec-scanner.md
  • wiki/modules/hermes-attestation-guardian.md
  • wiki/modules/hermes-attestation-guardian-draft-history.md
  • wiki/modules/picoclaw-security-guardian.md
  • wiki/modules/picoclaw-self-pen-testing.md
  • .github/workflows/ci.yml