You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): resolve translation regressions from #486 docs sync
Fixes the failing `docs` CI job (MDX parse) and the Hermes review on #487:
- ja/built-in-policies.mdx: strip 11 hallucinated `{#id}` heading-ID
suffixes that @mdx-js/mdx (the Mintlify deploy parser) rejects with
"Could not parse expression with acorn". English + all 13 sibling
languages use plain headings; this restores parity and fixes CI.
- tr/cli/hook.mdx: restore the YAML frontmatter (title + description)
dropped in re-translation — every other language kept it.
- he/configuration.mdx: restore the dropped
`--cli claude|codex|copilot|cursor|opencode|pi|gemini|hermes` inline
code span (the #486 change should have extended the list, not removed it).
- de/cli/auth.mdx: un-translate the inline-code placeholder
`<E-Mail> (<Benutzer-UUID>)` back to `<email> (<user uuid>)` per the
never-translate-inline-code rule.
Verified: `bun run validate:mdx` now passes 300/300 pages.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013k21Co2w2vLyKPhevz8HtM
Copy file name to clipboardExpand all lines: docs/de/cli/auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Widerruft die aktuelle Sitzung auf dem Server und löscht `~/.failproofai/auth.j
37
37
failproofai auth whoami
38
38
```
39
39
40
-
Gibt `<E-Mail> (<Benutzer-UUID>)` aus und beendet sich mit Code 0, wenn eine gültige Sitzung vorhanden ist, oder gibt `not signed in` aus und beendet sich mit Code 1. Erneuert das Zugriffstoken im Hintergrund automatisch, wenn es weniger als eine Minute bis zum Ablauf hat.
40
+
Gibt `<email> (<user uuid>)` aus und beendet sich mit Code 0, wenn eine gültige Sitzung vorhanden ist, oder gibt `not signed in` aus und beendet sich mit Code 1. Erneuert das Zugriffstoken im Hintergrund automatisch, wenn es weniger als eine Minute bis zum Ablauf hat.
- **Hermes (hermes-agent)**: `~/.hermes/config.yaml` (**היקף משתמש בלבד** — Hermes אין לו תצורת פרויקט/מקומית). Hermes הוא **שער** Slack/Telegram, כך שהתקנה אחת מיירטת קריאות כלים מכל פלטפורמה (Slack/Telegram/cli/cron) **וגם** תוך-אג'נטים. רשומות Hook הן זוג `{command, timeout}` (timeout בשניות) תחת מפת `hooks:` שבאופן events snake_case של Hermes (`pre_tool_call` / `post_tool_call` / `on_session_start` / `on_session_end` / `subagent_stop`); המטפל מנרמל אירועים דרך `HERMES_EVENT_MAP` וגם שמות כלים דרך `HERMES_TOOL_MAP` כך שמדיניות מובנות נשרפות ללא שינוי. התצורה נערכת דרך תעודת YAML דורכת-שומרת-הערות `Document` כך שהגדרות אחרות של המנהל שורדות, והתקנה מוגדרת `hooks_auto_accept: true` כך השער חסר-TTY מריץ את ה-hooks ללא בקשת הסכמה. המעריך משדרת חוזה `{"decision":"block","reason"}` stdout של Hermes (Hermes מתעלם מקודי יציאה). **מגבלות:** Hermes אין להשקע stop `Stop` של turn-end, כך שה`require-*-before-stop` מובנה לעולם לא נשרפים עבורו (בלא הגבלה, לא שבור); `instruct` מדרדר ל-allow-עם-logged-note (אין ערוץ הקשר נוסף); ו-redaction-secret של פלט (`sanitize-*`) לא יכול לשכתב פלט כלים דרך חוזה shell-hook. Hermes הוא **גם** מקור ביקורת **offline** — הדשבורד קורא ישיבות שער שלו ישירות מ`~/.hermes/state.db`.
203
203
-**`policies-config.json`** — אומר ל-failproofai איזו מדיניות להעריך ועם אילו פרמטרים (משותף על פני כל ה-CLI של ה-agent)
204
204
205
-
עבור מטרה לחלק agent מסוים העבור space-separated או חוזר על כל תת-קבוצה:
205
+
עבור `--cli claude|codex|copilot|cursor|opencode|pi|gemini|hermes` למטרה סוכן ספציפי (space-separated או חוזר לכל תת-קבוצה):
0 commit comments