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
(no active lessons yet — Cortex learns from corrections as you work)
655
655
656
-
stored in .forge/lessons/ (git-committable, auditable)
656
+
stored in the .forge/ ledger (content-addressed, git-mergeable)
657
657
```
658
658
659
659
`forge cortex why <symbol>` shows the lessons that would be injected when you touch it.
@@ -1040,7 +1040,7 @@ Plain `forge cost` remains the per-day spend view via `ccusage`.
1040
1040
|`forge init`| Emit every tool's native config from one source. |
1041
1041
|`forge sync`| Recompile `source/` → each tool's files (idempotent). |
1042
1042
|`forge doctor`| Health check: layers, install, drift, cortex. `forge doctor --fix` auto-repairs the safely fixable findings (missing settings hooks/permissions, ledger union-merge rule, stale `AGENTS.md`, non-executable guards) by reusing the same idempotent functions `forge init`/`forge sync` use, then re-checks. |
1043
-
|`forge docs check`| Docs↔code drift: commands, env vars, MCP tools, CHANGELOGreconciled against the code (CI-gated on the forge repo itself).|
1043
+
|`forge docs check`| Docs↔code drift: commands, env vars, MCP tools, CHANGELOG, and the Mintlify site (`mintlify/`) reconciled against the code (CI-gated on the forge repo itself). |
1044
1044
|`forge docs sync`| Diff-driven stale-docs sweep: UPDATED / STALE (file:line hits) / VERIFIED-UNAFFECTED per artifact (see the full section above). |
1045
1045
|`forge docs impact`| Documentation-reference graph: extract typed entities (commands/flags/env/MCP/symbols/version), index every doc surface, and report which docs reference the entities THIS diff changed — ranked by confidence (see the full section above). |
1046
1046
|`forge catalog`| Start-Here index of every tool / crew / guard. |
Copy file name to clipboardExpand all lines: mintlify/ar/cli/overview.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,16 @@ description: "كل أمر من أوامر forge مُصنَّف حسب المجم
49
49
|`FORGE_NO_HINT=1`| كتم تلميح init المُعروض لمرة واحدة الذي يدفعك إلى تشغيل `forge init`. |
50
50
|`FORGE_VERBOSE=1`| إظهار عنوان الأمر (`Forge <cmd> — …`) المخفي افتراضيًا. |
51
51
|`FORGE_EMBED=1`| تفعيل طبقة التضمينات لاسترجاع الذاكرة (يبقى MinHash افتراضًا بدون تبعيات). |
52
+
|`FORGE_LEDGER_ONLY=0`| منفذ هروب. وضع «السجل فقط» هو الافتراضي — تعيش الذاكرة في `.forge/ledger` فقط، ولم تعد ملفات `lessons/*.md` وملفات الحقائق القديمة تُكتب. اضبطه على `0` لاستعادة مخزن الملفات القديم. |
52
53
53
54
<Note>
54
55
شغّل `forge --help` للقائمة المحدَّثة دائمًا، أو `forge catalog` لفهرس البدء لكل
55
56
أداة وطاقم وحاجز مع سبب موجز.
56
57
</Note>
57
58
58
-
## جديد في v0.19+
59
+
## أوامر وعلامات أحدث
59
60
60
-
عدة أوامر وعلامات تصل في خط v0.19. موثقة في صفحات مجموعاتها وموسومة داخل النص:
61
+
هذه الأوامر والعلامات متاحة. موثقة في صفحات مجموعاتها وموسومة داخل النص:
0 commit comments