الإعدادات المرجعية
اختر واجهة أدناه. تعيش مفاتيح الخادم في contextmint.defaults.yaml (تجاوز في ~/.contextmint/server.defaults.yaml) — عدّل في Engine ← إعداد الخادم وأعد تشغيل واجهة API. مفاتيح VS Code هي contextmint.* في الإعدادات أو settings.json.
contextmint.serverUrl,
contextmint.engine.dashboardUrl,
contextmint.engine.devAllowExtensionSpawn,
contextmint.logLevel
في VS Code. قابليات ضبط خادم API في Engine ← إعداد الخادم · تفضيلات سطح المكتب في Engine ← الإعدادات.
خطة رسم بياني اختيارية: api_registration_chain
معلَنة في config/plans/api_registration_chain.yaml · النية structural_lookup. Optional declarative graph-reconstruct plan for route registration chains. Selected by the query router when lookup misses and reconstruct is enabled — not a boolean toggle.
Evidence assembly & EOP rollout
Production default (2026+): query router + route & symbol registries + knowledge lookup + EOP on; optional graph executor and intent classifier for staging. LLM inference for evidence selection is off by default (last resort only). api_surface is a legacy rollback bridge — not the primary path. After enabling EOP, re-index and run B2 cold (symbol definition, no open file) before sign-off.
سيناريوهات النشر
| السيناريو | api_surface | route_registry | symbol_registry | plan_selector | knowledge_lookup | EOP | EOP receipt | plan_executor | intent_classifier |
|---|---|---|---|---|---|---|---|---|---|
| Production (recommended default) | — | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — | — |
| Staging — graph reconstruct | — | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
| Staging — paraphrase polish | — | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — | optional |
| Rollback — EOP off (legacy assembly) | — | ✓ | ✓ | ✓ | ✓ | — | — | — | — |
| Emergency rollback — search only | — | ✓ | — | — | — | — | — | — | — |
| Legacy bridge (debug only) | ✓ | ✓ | — | — | — | — | — | — | — |
التبعيات
- Structural questions use index-time knowledge objects first (route registry), then search + expand (windows, grep, graph neighbours) — not repo-specific path injection.
- plan_selector_enabled is the query router master switch; keep route_registry_enabled on for RouteObject lookup.
- knowledge_object_lookup_enabled requires plan_selector_enabled and registry hits.
- evidence_obligation_platform_enabled requires symbol_registry_enabled for DEFINITION cold answers; re-index after enabling.
- evidence_receipt_eop_fields_enabled is useful only when EOP is on — exports obligation audit fields on Context Receipt.
- obligation_slot_ratios apply inside resolve_rag_budget when EOP is enabled — tune together with max_context_tokens.
- retrieval.discovery_policy is read per primary obligation type (overview, definition, registration, semantic).
- plan_executor_enabled is for optional graph reconstruct when lookup misses — off by default in production.
- retrieval.inference_enabled (server defaults) gates LLM evidence selection — last resort only, off by default.
- retrieval.trace_enabled collects decision trace per repo-lane turn; trace_export_enabled writes JSON to retrieval.trace_export_dir (operator-tunable, not hardcoded).
- Set retrieval.trace_include_query false before sharing trace exports; cap fields with retrieval.trace_max_field_chars.
- retrieval.live_progress_enabled emits pipeline_progress SSE for the VS Code live timeline — off until dogfood; no separate extension toggle required.
- inline.pause_mode is the pause SSOT (off | shared_runtime | on_embed_busy); inline.pause_while_indexing is a deprecated bool mirror.
- Extension contextmint.inline.pauseWhileIndexing can only tighten to on_embed_busy — it cannot weaken a stricter server pause_mode.
- api_surface_enabled is a legacy rollback bridge — not the primary production path.
- runtime.ollama_ensure_model_loaded preloads cold models before chat; runtime.ollama_keep_model_loaded prevents eviction on sovereign servers.
- server.ollama_warmup_read_timeout_sec caps preload wait — separate from server.ollama_chat_read_timeout_sec stream read.
- Server-only keys are not in VS Code Settings — use Engine Ollama panel, Server config tab, YAML overlay, or env vars, then restart the API.
كيفية التحقق
- Ask how an API route is wired — the answer should trace handler → router → application entry from registry facts or expanded excerpts.
- B2 cold: ask where a PascalCase symbol is defined with no file open — answer should cite the definition site; receipt should show selection_path R1 and source=registry.
- B1 overview: receipt should show pack_seed coverage and obligations_requested including overview when EOP is on.
- With retrieval.live_progress_enabled=true, a slow retrieval turn should show pipeline phases in the VS Code timeline before the first answer token.
- On a shared Ollama host, set inline.pause_mode=shared_runtime and confirm ghost-text pauses only while embed/reindex is busy — not on every idle status poll.
- Retry the same question after re-indexing if route or symbol facts look stale.
- If quality drops, disable the newest flag you turned on (or roll back to EOP off / search-only) and re-index the workspace.
- Confirm effective flags after restart — a stale ~/.contextmint/server.defaults.yaml overlay can override repo defaults.
- Use Engine → observability or your metrics endpoint to watch structural query volume after changes.
سرد الأدلة والتوضيح
يتحكم في سرد النموذج اللغوي المرتبط بالاستشهاد على مقتطفات منقَّحة، واسترداد التوضيح عندما تكون الأدلة غير كافية، والتوقف الصادق النهائي بعد الحد الأقصى لأدوار التوضيح. انظر الخطة الرئيسية §6.1 في documentation/CONTEXTMINT-EVIDENCE-NARRATION-MASTER-PLAN.md.
| المفتاح | الافتراضي | المشغّل | متى تغيّره | إعادة التشغيل |
|---|---|---|---|---|
chat.narration_enabled |
true | نعم | عطّله لفرض قوالب الحقائق فقط على أسئلة نية المعنى | نعم |
chat.narration_max_excerpts |
8 | نعم | خفّضه في طبقات T0/T1 لتقليل زمن استجابة السرد | نعم |
chat.narration_max_tokens |
1024 | نعم | ارفعه مؤقتاً للإجابات المعمارية الطويلة في T2+ | نعم |
chat.narration_timeout_ms |
15000 | نعم | ارفعه على مضيفات المعالج فقط عندما تنتهي مهلة السرد | نعم |
chat.narration_require_citations |
true | نعم | أبقه صحيحاً في الإنتاج — يرفض السرد غير المستشهد | نعم |
chat.fact_template_only_when_no_meaning_intent |
true | نعم | عند صحيح، تخطَّ نموذج السرد اللغوي عندما لا يكون للاستعلام نية دور/سلوك | نعم |
chat.structural_template_primary_enabled |
true | نعم | فضّل الإجابات بالقوالب أولاً للأسئلة البنيوية متعددة الالتزامات (ADR-019) | نعم |
chat.structural_template_primary_min_obligations |
2 | نعم | ارفعه لطلب المزيد من الالتزامات قبل مسار القوالب أولاً | نعم |
chat.narration_map_reduce_per_obligation |
false | نعم | فعّله للاختبار الداخلي عند سرد التزام واحد في كل مرة | نعم |
chat.narration_json_schema_enabled |
true | نعم | أبقه صحيحاً حتى يعيد نموذج السرد JSON منظّماً بالاستشهادات | نعم |
server.ollama_narration_model |
qwen2.5-coder:3b-instruct | نعم | وجّهه إلى نموذج instruct قادر لسرد مسار المعنى | نعم |
chat.clarification_enabled |
true | نعم | عطّله فقط عندما تريد توقفاً فورياً غير كافٍ بدون سؤال متابعة | نعم |
chat.clarification_max_turns |
2 | نعم | ارفعه لاختبار القبول الداخلي؛ خفّضه لتجربة إنتاج أكثر صرامة | نعم |
chat.clarification_merge_entity_terms |
true | نعم | أبقه صحيحاً حتى تعزّز ردود المستخدم بحث grep لكيان الالتزام | نعم |
chat.insufficient_evidence_enabled |
true | نعم | عطّله فقط لأطر الاختبار الداخلية التي تتوقع فشلاً صامتاً | نعم |
chat.insufficient_evidence_partial_facts_allowed |
false | نعم | أبقه خاطئاً عند وجود نية معنى — يتجنب نص دور مضلِّل | نعم |
عدّل في Engine ← إعداد الخادم تحت سرد الأدلة والتوضيح.
الاسترجاع / التتبّع (اختبار قبول يدوي)
تدقيق قرارات الأدوار البنيوية لمسار Repo — خطوات مرتَّبة مع المدخلات والمخرجات والأسباب. يكتب التصدير retrieval-trace-*.json ضمن المجلد المهيَّأ من المشغّل (retrieval.trace_export_dir، الافتراضي documentation/evidence). لا يُثبَّت المسار أبداً في كود المنتج. يقترن مع context-receipt-*.json من نفس المجلد. انظر الخطة الرئيسية §6.1b (أثر قرار الاسترجاع والأدلة) في documentation/CONTEXTMINT-EVIDENCE-NARRATION-MASTER-PLAN.md.
| المفتاح | الافتراضي | المشغّل | متى تغيّره | إعادة التشغيل |
|---|---|---|---|---|
retrieval.trace_enabled |
true | نعم | عطّله على الخوادم المشتركة عندما لا يكون هناك تصحيح للتوجيه | نعم |
retrieval.trace_export_enabled |
false | نعم | فعّله أثناء اختبار القبول اليدوي لكتابة ملفات JSON للأثر | نعم |
retrieval.trace_export_dir |
documentation/evidence | نعم | أشر إلى مجلد قابل للكتابة لتصديرات retrieval-trace-*.json | نعم |
retrieval.trace_include_query |
true | نعم | اضبطه خاطئاً قبل مشاركة السجلات خارجياً (ينقّح نص الاستعلام) | نعم |
retrieval.trace_max_field_chars |
500 | نعم | ارفعه مؤقتاً عند تصحيح اختيار المقتطفات؛ الحدود 100–8000 | نعم |
retrieval.trace_include_pipeline_inputs |
true | نعم | عطّله لتقليص حجم الأثر عندما تهم المراحل العليا فقط | نعم |
retrieval.trace_include_evidence_detail |
true | نعم | عطّله عندما يكون JSON الأثر كبيراً جداً — يبقي صفوف المراحل فقط | نعم |
retrieval.trace_include_llm_io |
true | نعم | اضبطه خاطئاً قبل مشاركة السجلات — ينقّح مطالبة/استجابة النموذج اللغوي الخام | نعم |
retrieval.trace_llm_io_max_chars |
8000 | نعم | خفّضه لتحديد سقف إدخال/إخراج النموذج اللغوي في تصديرات الأثر؛ الحدود 500–64000 | نعم |
retrieval.trace_evidence_preview_chars |
400 | نعم | خفّضه لتقليص معاينات المقتطفات في JSON الأثر؛ الحدود 80–4000 | نعم |
عدّل في Engine ← إعداد الخادم تحت الاسترجاع، التوسيع والاستدلال، أو في ~/.contextmint/server.defaults.yaml.
تقدّم الأنابيب الحي (SSE)
أحداث SSE اختيارية في الوقت الفعلي لـpipeline_progress أثناء استرجاع المحادثة حتى يتمكن الجدول الزمني الحي لإضافة VS Code من إظهار ما يفعله الخادم أثناء انتظار المستخدم. معطَّل افتراضياً حتى اختبار القبول الداخلي لـRT-VIEW. فعّل retrieval.live_progress_enabled على مضيف API — تعرض الإضافة الأحداث عند إصدار الخادم لها (بدون مفتاح تبديل منفصل في الإضافة). انظر documentation/REALTIME-SERVER-VIEW-EXTENSION-PLAN.md وdocumentation/IC-PAUSE-UX-RT-VIEW-ARCHITECTURE-PLAN.md.
| المفتاح | الافتراضي | المشغّل | متى تغيّره | إعادة التشغيل |
|---|---|---|---|---|
retrieval.live_progress_enabled |
false | نعم | فعّله لاختبار القبول الداخلي لـRT-VIEW / العروض (الجدول الزمني للإضافة مشحون بالفعل) | نعم |
retrieval.live_progress_granularity |
summary | نعم | استخدم stage أو verbose لتصحيح أعمق | نعم |
retrieval.live_progress_max_events_per_turn |
40 | نعم | خفّضه في مساحات العمل الصاخبة؛ ارفعه فقط مع دقة verbose | نعم |
retrieval.live_progress_include_paths |
true | نعم | اضبطه خاطئاً في العروض حيث يجب ألا تظهر مسارات الملفات في الجدول الزمني | نعم |
retrieval.live_progress_min_interval_ms |
100 | نعم | ارفعه لتقييد تحديثات المرحلة المتكررة السريعة في الوضع المطوَّل | نعم |
عدّل في Engine ← إعداد الخادم تحت الاسترجاع، التوسيع والاستدلال.
Server runtime
HTTP bind address, logging, debug mode, and Ollama timeouts (chat stream read + model preload). Configure in contextmint.defaults.yaml or ~/.contextmint/server.defaults.yaml — restart required.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
server.chroma_path
|
الافتراضي ~/.contextmint/index_db | الوصف Absolute path for ChromaDB and per-workspace BM25/graph/hash sidecars. Default ~/.contextmint/index_db — outside customer repos. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.context_assembly_timeout_sec
|
الافتراضي 30 | الوصف Wall-clock timeout (seconds) for context assembly before chat stream fails. |
دليل الاستخدام
When to enable or disableEnable whenTune context assembly timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.debug_mode
مشغّل
|
الافتراضي false | الوصف Enable verbose server logging and debug endpoints — off in production. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable verbose server logging and debug endpoints — off in production. Disable whenWhen false — disables or falls back for debug mode. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.host
|
الافتراضي 0.0.0.0 | الوصف HTTP bind address for the API server (default 0.0.0.0). |
دليل الاستخدام
When to enable or disableEnable whenTune host when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.log_level
|
الافتراضي INFO | الوصف Python log level (INFO, DEBUG, WARNING). |
دليل الاستخدام
When to enable or disableEnable whenTune log level when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_admission_poll_sec
|
الافتراضي 0.05 | الوصف Ollama Admission Poll Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama admission poll sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_idle_grace_sec
|
الافتراضي 2 | الوصف Ollama Chat Idle Grace Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat idle grace sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_fail_closed_signal_interval_sec
|
الافتراضي 30 | الوصف Ollama Chat Latch Fail Closed Signal Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch fail closed signal interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_heartbeat_sec
|
الافتراضي 30 | الوصف Ollama Chat Latch Heartbeat Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch heartbeat sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_lock_timeout_sec
|
الافتراضي 2 | الوصف Ollama Chat Latch Lock Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch lock timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_path
|
الافتراضي "" | الوصف Ollama Chat Latch Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_publish_attempts
|
الافتراضي 3 | الوصف Ollama Chat Latch Publish Attempts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch publish attempts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_publish_retry_sec
|
الافتراضي 0.05 | الوصف Ollama Chat Latch Publish Retry Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch publish retry sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_stale_heartbeat_margin
|
الافتراضي 2 | الوصف Ollama Chat Latch Stale Heartbeat Margin — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch stale heartbeat margin when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_latch_stale_sec
|
الافتراضي 120 | الوصف Ollama Chat Latch Stale Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat latch stale sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_preempt_embed
|
الافتراضي true | الوصف Ollama Chat Preempt Embed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Ollama Chat Preempt Embed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for ollama chat preempt embed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_chat_read_timeout_sec
|
الافتراضي 900 | الوصف Ollama stream read timeout (seconds) — raise for large overview budgets on CPU tiers. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama chat read timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_embed_url
مشغّل
|
الافتراضي "" | الوصف Optional distinct embed Ollama URL for Mode B. Empty or same host as ollama_url = Mode A (shared). Example: http://192.168.1.140:11435. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama embed url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_preempt_unload_embed
|
الافتراضي true | الوصف Ollama Preempt Unload Embed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Ollama Preempt Unload Embed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for ollama preempt unload embed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_ps_probe_retry_sleep_sec
|
الافتراضي 0.25 | الوصف Ollama Ps Probe Retry Sleep Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama ps probe retry sleep sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_unload_connect_timeout_sec
|
الافتراضي 5 | الوصف Ollama Unload Connect Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama unload connect timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_unload_dedupe_floor_sec
|
الافتراضي 0.5 | الوصف Ollama Unload Dedupe Floor Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama unload dedupe floor sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_unload_read_timeout_sec
|
الافتراضي 30 | الوصف Ollama Unload Read Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama unload read timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_url
مشغّل
|
الافتراضي http://localhost:11434 | الوصف Chat Ollama base URL (Mode A shared host, or Mode B chat host). Example: http://192.168.1.248:11434. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_vision_read_timeout_sec
|
الافتراضي 900 | الوصف Ollama Vision Read Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama vision read timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_warmup_read_timeout_sec
مشغّل
|
الافتراضي 120 | الوصف Timeout (seconds) for explicit Ollama model preload (/api/generate) before chat when the model is cold — separate from the chat stream timeout. |
دليل الاستخدام
When to enable or disableEnable whenRaise when large chat models on CPU or tight VRAM need more than 120s to load into memory before the first token. Disable whenN/A — numeric timeout (seconds), not a boolean. Trade-offsPros
Cons
RecommendationKeep 120s unless logs show preload timeouts; pair with runtime.ollama_ensure_model_loaded=true. |
||
الإعداد
server.openapi_docs_enabled
|
الافتراضي true | الوصف Openapi Docs Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Openapi Docs Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for openapi docs enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.port
|
الافتراضي 8000 | الوصف HTTP port for the API server (default 8000). |
دليل الاستخدام
When to enable or disableEnable whenTune port when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Context & generation budget (server)
Operator ceilings for RAG shipped into chat (max_context_tokens) and local answer length (max_gen_tokens). Set via Engine Context budget or server overlay. Ratios under context_budget auto-scale slot sizes when auto_scale is true.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.conceptual_context_floor_tokens
|
الافتراضي 4000 | الوصف Conceptual Context Floor Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune conceptual context floor tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.allow_exceed_tier_cap_for_overview
|
الافتراضي — | الوصف Allow Exceed Tier Cap For Overview — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allow exceed tier cap for overview when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.anchor_max_slots_at_baseline
|
الافتراضي 15 | الوصف Anchor Max Slots At Baseline — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune anchor max slots at baseline when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.auto_scale
|
الافتراضي true | الوصف Auto Scale — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Auto Scale — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for auto scale. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.baseline_tokens
|
الافتراضي 10000 | الوصف Baseline Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune baseline tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.grep_max_snippets_at_baseline
|
الافتراضي 2 | الوصف Grep Max Snippets At Baseline — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max snippets at baseline when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.intent_ratios.code_pattern
|
الافتراضي 0.4 | الوصف Code Pattern — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune code pattern when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.intent_ratios.conceptual
|
الافتراضي 0.4 | الوصف Conceptual — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune conceptual when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.intent_ratios.symbol_lookup
|
الافتراضي 0.08 | الوصف Symbol Lookup — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol lookup when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.pack_seed_max_files_at_baseline
|
الافتراضي 6 | الوصف Pack Seed Max Files At Baseline — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune pack seed max files at baseline when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_anchor_slot
|
الافتراضي 0.05 | الوصف Canonical Overview Anchor Slot — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview anchor slot when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_pack_max
|
الافتراضي 0.25 | الوصف Canonical Overview Pack Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_pack_seed_per_file
|
الافتراضي 0.04 | الوصف Canonical Overview Pack Seed Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_pack_seed_per_file_max
|
الافتراضي 0.08 | الوصف Canonical Overview Pack Seed Per File Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed per file max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_pack_seed_topup_max
|
الافتراضي 0.4 | الوصف Canonical Overview Pack Seed Topup Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed topup max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_overview_retrieval
|
الافتراضي 0.06 | الوصف Canonical Overview Retrieval — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview retrieval when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.canonical_pack_budget
|
الافتراضي 0.12 | الوصف Canonical Pack Budget — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical pack budget when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.conceptual_context_floor
|
الافتراضي 0.4 | الوصف Conceptual Context Floor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune conceptual context floor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.ratios.work_lane_pack
|
الافتراضي 0.4 | الوصف Work Lane Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune work lane pack when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_maxs.T0
|
الافتراضي 53333 | الوصف T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_maxs.T1
|
الافتراضي 213333 | الوصف T1 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T1 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_maxs.T2
|
الافتراضي 320000 | الوصف T2 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T2 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_maxs.T3
|
الافتراضي 533333 | الوصف T3 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T3 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_mins.T0
|
الافتراضي 4000 | الوصف T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_mins.T1
|
الافتراضي 10667 | الوصف T1 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T1 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_mins.T2
|
الافتراضي 21333 | الوصف T2 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T2 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_cap_mins.T3
|
الافتراضي 106667 | الوصف T3 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T3 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_ratios.T0
|
الافتراضي 0.4 | الوصف T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_ratios.T1
|
الافتراضي 1.0667 | الوصف T1 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T1 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_ratios.T2
|
الافتراضي 2.1333 | الوصف T2 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T2 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_budget.tier_ratios.T3
|
الافتراضي 10.6667 | الوصف T3 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T3 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.max_context_tokens
مشغّل
|
الافتراضي 10000 | الوصف Operator ceiling for RAG chunk budget (ship + assemble). Saved in overlay ships unchanged; tier ratios are guidelines only until Apply. |
دليل الاستخدام
When to enable or disableEnable whenAlways set via operator overlay or Engine Context budget — ceiling for RAG chunks shipped into chat. Disable whenN/A — this is a numeric cap, not a boolean toggle. Trade-offsPros
Cons
RecommendationUse Engine Context budget or ~/.contextmint/server.defaults.yaml; preview with the docs calculator. |
||
الإعداد
chat.max_gen_tokens
مشغّل
|
الافتراضي 4096 | الوصف Operator ceiling for Ollama num_predict on chat streams. Engine Apply co-writes tier default when saving max_context_tokens. |
دليل الاستخدام
When to enable or disableEnable whenSet with max_context_tokens — caps Ollama num_predict (answer length). Engine Apply co-writes tier default. Disable whenN/A — numeric cap. Trade-offsPros
Cons
RecommendationLet Engine co-apply tier max_gen_tokens on Apply, or set explicitly in server overlay. |
||
Chat sessions, lanes & images
Turn and history limits, Repo / Work / Hybrid lanes, trivial-query fast path, and image attachment caps. Server-side mirrors of several extension chat keys.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.cloud_provider_allowed_hosts
مشغّل
|
الافتراضي [] | الوصف Optional hostname allowlist for cloud provider base URLs (BYOK / PRC). Empty list = allow any host that passes SSRF HTTPS guards. Restart API after change. |
دليل الاستخدام
When to enable or disableEnable whenTune cloud provider allowed hosts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_lanes_enabled
|
الافتراضي true | الوصف Context Lanes Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Context Lanes Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for context lanes enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.default_local_vision_model
|
الافتراضي qwen2.5vl:3b | الوصف Default Local Vision Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default local vision model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_enabled
|
الافتراضي true | الوصف History Policy Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — History Policy Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for history policy enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.api_surface
|
الافتراضي isolate | الوصف Api Surface — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.canonical_overview
|
الافتراضي isolate | الوصف Canonical Overview — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.code_pattern
|
الافتراضي keep | الوصف Code Pattern — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune code pattern when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.conceptual
|
الافتراضي keep | الوصف Conceptual — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune conceptual when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.default
|
الافتراضي keep | الوصف Default — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.history_policy_profiles.navigation
|
الافتراضي keep | الوصف Navigation — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
chat.history_policy_profiles.symbol_lookup
|
الافتراضي keep | الوصف Symbol Lookup — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol lookup when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_allowed_mime_types
|
الافتراضي ["image/png","image/jpeg","image/webp"] | الوصف Image Allowed Mime Types — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image allowed mime types when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_attachments_enabled
|
الافتراضي true | الوصف Image Attachments Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Attachments Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image attachments enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_cloud_opt_in_only
|
الافتراضي true | الوصف Image Cloud Opt In Only — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Cloud Opt In Only — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image cloud opt in only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_disable_llm_cache
|
الافتراضي true | الوصف Image Disable Llm Cache — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Disable Llm Cache — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image disable llm cache. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_disable_think_with_vision
|
الافتراضي true | الوصف Image Disable Think With Vision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Disable Think With Vision — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image disable think with vision. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_local_vision_enabled
|
الافتراضي true | الوصف Image Local Vision Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Local Vision Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image local vision enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_max_bytes
|
الافتراضي 5242880 | الوصف Image Max Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image max bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_max_count_per_message
|
الافتراضي 3 | الوصف Image Max Count Per Message — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image max count per message when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_max_dimension_px
|
الافتراضي 2048 | الوصف Image Max Dimension Px — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image max dimension px when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_prefer_cloud_when_both
|
الافتراضي false | الوصف Image Prefer Cloud When Both — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Prefer Cloud When Both — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image prefer cloud when both. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_rag_cap_reduction_ratio
|
الافتراضي 0.5 | الوصف Image Rag Cap Reduction Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image rag cap reduction ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_temp_ttl_sec
|
الافتراضي 3600 | الوصف Image Temp Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune image temp ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.image_unload_chat_model_before_vision
|
الافتراضي true | الوصف Image Unload Chat Model Before Vision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Image Unload Chat Model Before Vision — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for image unload chat model before vision. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.lane_suggest_enabled
|
الافتراضي true | الوصف Lane Suggest Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Lane Suggest Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for lane suggest enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.lane_suggest_weak_chunk_max
|
الافتراضي 1 | الوصف Lane Suggest Weak Chunk Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune lane suggest weak chunk max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.lane_suggest_weak_score_max
|
الافتراضي 0.35 | الوصف Lane Suggest Weak Score Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune lane suggest weak score max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.max_history_tokens
|
الافتراضي 2000 | الوصف Max History Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max history tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.max_msg_chars
|
الافتراضي 1500 | الوصف Max Msg Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max msg chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.max_turns
|
الافتراضي 6 | الوصف Max Turns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max turns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_explain_grep_exclude_patterns
|
الافتراضي [8 items] documentation/evidence/, documentation/archive/, .github/, state-traces/… | الوصف Mechanism Explain Grep Exclude Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism explain grep exclude patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_explain_narration_prompt_enabled
|
الافتراضي true | الوصف Mechanism Explain Narration Prompt Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Explain Narration Prompt Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism explain narration prompt enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_explain_narration_system_addendum
|
الافتراضي For how-it-works / mechanism questions: - Answer the mechanism the user asked about — not a project overview, tech-stack list, or install/setup guide. - When cited excerpts show configuration weights, scoring logic, or pipeline stages, state the combination rule in plain language: what inputs are combined, how weights or parameters apply, and what produces the final result. - Tie each claim to a cited excerpt id (configuration vs implementation vs orchestration when those roles appear in the pack). - Use vocabulary from cited excerpts only; do not name libraries, modules, or features that do not appear in those excerpts. - If the excerpts do not show enough detail to explain the mechanism, set insufficient_evidence=true instead of guessing. | الوصف Mechanism Explain Narration System Addendum — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism explain narration system addendum when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_explain_turn_class_enabled
|
الافتراضي true | الوصف Mechanism Explain Turn Class Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Explain Turn Class Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism explain turn class enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_formula_summary_max_segments
|
الافتراضي 8 | الوصف Mechanism Formula Summary Max Segments — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism formula summary max segments when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_formula_summary_synthesis_enabled
|
الافتراضي true | الوصف Mechanism Formula Summary Synthesis Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Formula Summary Synthesis Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism formula summary synthesis enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_dense_line_patterns
|
الافتراضي [7 items] ^\s*\w+\s*=, ^\s*return\b, ^\s*def\b, ^\s*class\b… | الوصف Mechanism Mac Dense Line Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism mac dense line patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_enabled
|
الافتراضي true | الوصف Mechanism Mac Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Mac Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism mac enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_min_dense_cited_excerpts
|
الافتراضي 1 | الوصف Mechanism Mac Min Dense Cited Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism mac min dense cited excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_min_dense_lines_per_excerpt
|
الافتراضي 2 | الوصف Mechanism Mac Min Dense Lines Per Excerpt — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism mac min dense lines per excerpt when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_min_mechanism_line_recall
|
الافتراضي 0.2 | الوصف Mechanism Mac Min Mechanism Line Recall — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism mac min mechanism line recall when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_min_query_term_recall
|
الافتراضي 0.25 | الوصف Mechanism Mac Min Query Term Recall — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism mac min query term recall when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_mac_overview_skew_enabled
|
الافتراضي false | الوصف Mechanism Mac Overview Skew Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Mac Overview Skew Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism mac overview skew enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_narration_degraded_notice
|
الافتراضي Could not produce a grounded summary from indexed code excerpts. Verified technical sources are shown below. | الوصف Mechanism Narration Degraded Notice — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism narration degraded notice when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_synthesis_enabled
|
الافتراضي true | الوصف Mechanism Synthesis Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Synthesis Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism synthesis enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_synthesis_max_lines
|
الافتراضي 8 | الوصف Mechanism Synthesis Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism synthesis max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.mechanism_technical_fallback_enabled
|
الافتراضي true | الوصف Mechanism Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism technical fallback enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_meta_append_trigger_reasons
|
الافتراضي true | الوصف Pack Meta Append Trigger Reasons — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Meta Append Trigger Reasons — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack meta append trigger reasons. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_meta_intent_enabled
|
الافتراضي true | الوصف Pack Meta Intent Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Meta Intent Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack meta intent enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_meta_require_matched_packs
|
الافتراضي true | الوصف Pack Meta Require Matched Packs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Meta Require Matched Packs — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack meta require matched packs. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_meta_suppress_grep_when_packs_active
|
الافتراضي true | الوصف Pack Meta Suppress Grep When Packs Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Meta Suppress Grep When Packs Active — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack meta suppress grep when packs active. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_meta_suppress_search_when_packs_active
|
الافتراضي true | الوصف Pack Meta Suppress Search When Packs Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Meta Suppress Search When Packs Active — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack meta suppress search when packs active. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_name_mention_activate_enabled
|
الافتراضي true | الوصف Pack Name Mention Activate Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Name Mention Activate Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack name mention activate enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_skip_weak_triggers_on_trivial_query
|
الافتراضي true | الوصف Pack Skip Weak Triggers On Trivial Query — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Skip Weak Triggers On Trivial Query — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack skip weak triggers on trivial query. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_trust_metadata_enabled
|
الافتراضي true | الوصف Pack Trust Metadata Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Trust Metadata Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack trust metadata enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.pack_trust_stale_system_notice_enabled
|
الافتراضي true | الوصف Pack Trust Stale System Notice Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack Trust Stale System Notice Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for pack trust stale system notice enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.prefix_layout_enabled
|
الافتراضي true | الوصف Prefix Layout Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Prefix Layout Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for prefix layout enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.prefix_layout_marker
|
الافتراضي ---contextmint:prefix--- | الوصف Prefix Layout Marker — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prefix layout marker when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.prompt_store_max
|
الافتراضي 5 | الوصف Prompt Store Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prompt store max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.sse_keepalive_interval_sec
|
الافتراضي 25 | الوصف Sse Keepalive Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sse keepalive interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.state_trace_bundle_dir
|
الافتراضي documentation/evidence/state-traces | الوصف State Trace Bundle Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune state trace bundle dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.state_trace_bundle_enabled
|
الافتراضي true | الوصف State Trace Bundle Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — State Trace Bundle Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for state trace bundle enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structural_plan_mechanism_suppression_enabled
|
الافتراضي true | الوصف Structural Plan Mechanism Suppression Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Structural Plan Mechanism Suppression Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for structural plan mechanism suppression enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.tier_complexity.fast
|
الافتراضي 0.4 | الوصف Fast — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fast when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.tier_complexity.local
|
الافتراضي 0.2 | الوصف Local — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune local when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.tier_complexity.mid
|
الافتراضي 0.7 | الوصف Mid — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mid when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.tier_complexity.premium
|
الافتراضي 1 | الوصف Premium — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
chat.token_chars_ratio
|
الافتراضي 4 | الوصف Token Chars Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune token chars ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.trivial_query_fast_path_enabled
|
الافتراضي true | الوصف Trivial Query Fast Path Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Trivial Query Fast Path Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for trivial query fast path enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.trivial_query_greeting_regex
|
الافتراضي ^(?:hi|hello|hey|thanks|thank you|ok|okay|yo)(?:[!?.]|$|\s) | الوصف Trivial Query Greeting Regex — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trivial query greeting regex when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.trivial_query_max_words
|
الافتراضي 3 | الوصف Trivial Query Max Words — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trivial query max words when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.trivial_query_response
|
الافتراضي Hello! I'm ContextMint, your local repo assistant. Ask about architecture, symbols, or how something works in this workspace. | الوصف Trivial Query Response — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trivial query response when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.uat_regression_bundle_dir
|
الافتراضي documentation/evidence | الوصف Uat Regression Bundle Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune uat regression bundle dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.vision_admission_min_available_ram_gb
|
الافتراضي 0 | الوصف Vision Admission Min Available Ram Gb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vision admission min available ram gb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.vision_admission_min_discrete_vram_gb
|
الافتراضي 4 | الوصف Vision Admission Min Discrete Vram Gb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vision admission min discrete vram gb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.vision_admission_prefer_psutil_on_localhost
|
الافتراضي true | الوصف Vision Admission Prefer Psutil On Localhost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Vision Admission Prefer Psutil On Localhost — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for vision admission prefer psutil on localhost. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.work_lane_pack_token_budget
|
الافتراضي 4000 | الوصف Work Lane Pack Token Budget — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune work lane pack token budget when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Context receipt & export
Retrieval postmortem instrumentation — top-k candidates, export path, and receipt fields on chat streams.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.context_receipt_enabled
مشغّل
|
الافتراضي true | الوصف Emit Context Receipt JSON on chat streams for retrieval postmortems. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Emit Context Receipt JSON on chat streams for retrieval postmortems. Disable whenWhen false — disables or falls back for context receipt enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_receipt_export_dir
|
الافتراضي documentation/evidence | الوصف Context Receipt Export Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune context receipt export dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_receipt_export_enabled
|
الافتراضي true | الوصف Context Receipt Export Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Context Receipt Export Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for context receipt export enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.context_receipt_top_k
|
الافتراضي 15 | الوصف Context Receipt Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune context receipt top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Canonical overview & pack seed
B1 overview ranking, pack-seed hydration, evidence fusion, and grep hygiene for architecture questions. Workspace-agnostic — no golden paths in runtime.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.canonical_overview_anchor_max_slots
|
الافتراضي 15 | الوصف Canonical Overview Anchor Max Slots — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview anchor max slots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_anchor_slot_tokens
|
الافتراضي 500 | الوصف Canonical Overview Anchor Slot Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview anchor slot tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_core_config_boost
|
الافتراضي 0.22 | الوصف Canonical Overview Core Config Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview core config boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_defer_search_when_pack_seed_sufficient
|
الافتراضي false | الوصف Canonical Overview Defer Search When Pack Seed Sufficient — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Defer Search When Pack Seed Sufficient — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview defer search when pack seed sufficient. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_enabled
مشغّل
|
الافتراضي true | الوصف Enable B1 canonical overview ranking profile for architecture questions. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable B1 canonical overview ranking profile for architecture questions. Disable whenWhen false — disables or falls back for canonical overview enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_entry_boost
|
الافتراضي 0.25 | الوصف Canonical Overview Entry Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview entry boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_entry_tier_topup_priority
|
الافتراضي true | الوصف Canonical Overview Entry Tier Topup Priority — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Entry Tier Topup Priority — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview entry tier topup priority. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_evidence_degraded_notice_enabled
|
الافتراضي true | الوصف Canonical Overview Evidence Degraded Notice Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Evidence Degraded Notice Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview evidence degraded notice enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_grep_all_file_types
|
الافتراضي true | الوصف Canonical Overview Grep All File Types — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Grep All File Types — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview grep all file types. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_grep_allow_code_when_pack_active
|
الافتراضي true | الوصف Canonical Overview Grep Allow Code When Pack Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Grep Allow Code When Pack Active — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview grep allow code when pack active. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_grep_exclude_patterns
|
الافتراضي [".contextmint/packs/session/",".contextmint/packs/security/",".contextmint/eval-fixtures/","eval-fixtures/","_fix_"] | الوصف Canonical Overview Grep Exclude Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview grep exclude patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_grep_max_snippets
|
الافتراضي 8 | الوصف Canonical Overview Grep Max Snippets — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview grep max snippets when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_grep_skip_when_pack_active
|
الافتراضي false | الوصف Canonical Overview Grep Skip When Pack Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Grep Skip When Pack Active — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview grep skip when pack active. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_isolate_history
|
الافتراضي true | الوصف Canonical Overview Isolate History — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Isolate History — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview isolate history. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_max_search_slots_after_pack_seed
|
الافتراضي 6 | الوصف Canonical Overview Max Search Slots After Pack Seed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview max search slots after pack seed when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_meta_doc_extra_markers
|
الافتراضي [] | الوصف Canonical Overview Meta Doc Extra Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview meta doc extra markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_meta_doc_penalty
|
الافتراضي 0.25 | الوصف Canonical Overview Meta Doc Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview meta doc penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_mmr_diversity_enabled
|
الافتراضي true | الوصف Canonical Overview Mmr Diversity Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Mmr Diversity Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview mmr diversity enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_max_tokens
|
الافتراضي 2500 | الوصف Canonical Overview Pack Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_coverage_tier
|
الافتراضي entry_only | الوصف Canonical Overview Pack Seed Coverage Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed coverage tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_enabled
|
الافتراضي true | الوصف Canonical Overview Pack Seed Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Pack Seed Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview pack seed enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_max_files
|
الافتراضي 6 | الوصف Canonical Overview Pack Seed Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_min_coverage_ratio
|
الافتراضي 0.5 | الوصف Canonical Overview Pack Seed Min Coverage Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed min coverage ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_tokens_per_file
|
الافتراضي 400 | الوصف Canonical Overview Pack Seed Tokens Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed tokens per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_tokens_per_file_max
|
الافتراضي 800 | الوصف Canonical Overview Pack Seed Tokens Per File Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed tokens per file max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_topup_enabled
|
الافتراضي true | الوصف Canonical Overview Pack Seed Topup Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Pack Seed Topup Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview pack seed topup enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_pack_seed_topup_max_tokens
|
الافتراضي 4000 | الوصف Canonical Overview Pack Seed Topup Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview pack seed topup max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_retrieval_budget_tokens
|
الافتراضي 600 | الوصف Canonical Overview Retrieval Budget Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview retrieval budget tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_roadmap_boost
|
الافتراضي 0.12 | الوصف Canonical Overview Roadmap Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview roadmap boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_roadmap_path_markers
|
الافتراضي [] | الوصف Canonical Overview Roadmap Path Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview roadmap path markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_skip_technical_fallback_when_degraded
|
الافتراضي true | الوصف Canonical Overview Skip Technical Fallback When Degraded — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Skip Technical Fallback When Degraded — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview skip technical fallback when degraded. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_technical_fallback_enabled
|
الافتراضي true | الوصف Canonical Overview Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Canonical Overview Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for canonical overview technical fallback enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_overview_technical_min_paths
|
الافتراضي 4 | الوصف Canonical Overview Technical Min Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical overview technical min paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_pack_budget_tokens
|
الافتراضي 1200 | الوصف Canonical Pack Budget Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical pack budget tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.canonical_pack_names
|
الافتراضي ["core-config"] | الوصف Canonical Pack Names — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune canonical pack names when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.evidence_fusion_enabled
مشغّل
|
الافتراضي true | الوصف Pack-anchored RAG fusion — prefer pack seeds before redundant search on overview questions. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pack-anchored RAG fusion — prefer pack seeds before redundant search on overview questions. Disable whenWhen false — disables or falls back for evidence fusion enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.evidence_fusion_seat_matched_packs
|
الافتراضي true | الوصف Evidence Fusion Seat Matched Packs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Evidence Fusion Seat Matched Packs — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for evidence fusion seat matched packs. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.evidence_shipped_provenance_enabled
|
الافتراضي true | الوصف Evidence Shipped Provenance Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Evidence Shipped Provenance Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for evidence shipped provenance enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Evidence narration & clarification
Citation-bound LLM narration on sanitized excerpts, clarification recovery when evidence is insufficient, and final insufficient-evidence stop after max turns. Server restart required.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.clarification_enabled
مشغّل
|
الافتراضي true | الوصف Ask the user for symbol, route, or file hints when evidence is insufficient — before final insufficient stop. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Ask the user for symbol, route, or file hints when evidence is insufficient — before final insufficient stop. Disable whenWhen false — disables or falls back for clarification enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_max_turns
مشغّل
|
الافتراضي 2 | الوصف Maximum clarification rounds before insufficient_evidence_final_message (default 2). |
دليل الاستخدام
When to enable or disableEnable whenTune clarification max turns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_merge_entity_terms
مشغّل
|
الافتراضي true | الوصف Merge entity tokens from clarification replies into session obligation hints for the next retrieval pass. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Merge entity tokens from clarification replies into session obligation hints for the next retrieval pass. Disable whenWhen false — disables or falls back for clarification merge entity terms. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_message
|
الافتراضي I need a bit more detail to answer from verified code in this workspace. | الوصف Clarification Message — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune clarification message when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.ambiguous_entity
|
الافتراضي Several matches were possible — please provide the exact symbol or route path. | الوصف Ambiguous Entity — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ambiguous entity when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.anchor_stale
|
الافتراضي The indexed pointer may be stale — please provide the symbol name or file where it is defined. | الوصف Anchor Stale — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune anchor stale when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.meaning_blocked_insufficient_pack
|
الافتراضي I cannot explain behavior without enough verified code — please specify what to look at. | الوصف Meaning Blocked Insufficient Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune meaning blocked insufficient pack when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.mechanism_narration_failed
|
الافتراضي Could not produce a grounded explanation from indexed search code. Try re-indexing the workspace or narrow the question to a component (for example scoring, blending, or retrieval stages). | الوصف Mechanism Narration Failed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism narration failed when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.narration_llm_timeout
|
الافتراضي Verified code excerpts were ready but the local narration model did not respond in time. Please try again or narrow the question. | الوصف User-facing message when verified excerpts were ready but the narration LLM timed out. |
دليل الاستخدام
When to enable or disableEnable whenTune narration llm timeout when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.narration_validator_failed
|
الافتراضي I need more specific code context — please provide the symbol or file path. | الوصف Narration Validator Failed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration validator failed when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.no_candidates
|
الافتراضي I could not find matching code excerpts — please specify the symbol, route, or module name. | الوصف No Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune no candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.no_workspace
|
الافتراضي I need a clearer target in this workspace — please provide a symbol name, route path, or file path. | الوصف No Workspace — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune no workspace when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.clarification_prompt_templates.ship_law_exhausted
|
الافتراضي I found hints but not enough verified code — please narrow down the symbol, route, or file. | الوصف Ship Law Exhausted — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ship law exhausted when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.fact_template_only_when_no_meaning_intent
مشغّل
|
الافتراضي true | الوصف When true, skip narration LLM and use fact templates only when the query has no meaning intent. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true, skip narration LLM and use fact templates only when the query has no meaning intent. Disable whenWhen false — disables or falls back for fact template only when no meaning intent. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.inference_requires_llm
مشغّل
|
الافتراضي true | الوصف When true, sufficient repo-lane turns must invoke an LLM for inference (citation narration or overview chat stream) — fact templates alone are not answers. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true, sufficient repo-lane turns must invoke an LLM for inference (citation narration or overview chat stream) — fact templates alone are not answers. Disable whenWhen false — disables or falls back for inference requires llm. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.insufficient_evidence_enabled
مشغّل
|
الافتراضي true | الوصف Emit honest insufficient-evidence response after clarification turns are exhausted. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Emit honest insufficient-evidence response after clarification turns are exhausted. Disable whenWhen false — disables or falls back for insufficient evidence enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.insufficient_evidence_final_message
|
الافتراضي I could not gather enough verified code excerpts after several tries. Please rephrase with a specific symbol, route, or file path. | الوصف Insufficient Evidence Final Message — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune insufficient evidence final message when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.insufficient_evidence_partial_facts_allowed
مشغّل
|
الافتراضي false | الوصف Allow partial fact templates when meaning was requested — default false to avoid misleading role text. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow partial fact templates when meaning was requested — default false to avoid misleading role text. Disable whenWhen false — disables or falls back for insufficient evidence partial facts allowed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.meaning_pack_expand_enabled
مشغّل
|
الافتراضي true | الوصف When meaning intent is detected, require usage-context excerpts (grep/graph/search) beyond the definition anchor before narration. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When meaning intent is detected, require usage-context excerpts (grep/graph/search) beyond the definition anchor before narration. Disable whenWhen false — disables or falls back for meaning pack expand enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.meaning_pack_min_distinct_files
مشغّل
|
الافتراضي 2 | الوصف Minimum distinct files with entity-bearing usage excerpts (when entity requirement enabled) for meaning pack sufficiency. |
دليل الاستخدام
When to enable or disableEnable whenTune meaning pack min distinct files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.meaning_pack_min_usage_excerpts
مشغّل
|
الافتراضي 1 | الوصف Minimum non-anchor usage-tier excerpts required before meaning pack is sufficient. |
دليل الاستخدام
When to enable or disableEnable whenTune meaning pack min usage excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.meaning_pack_require_entity_in_usage_excerpt
مشغّل
|
الافتراضي true | الوصف Meaning-pack usage excerpts must mention the obligation entity in excerpt text. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Meaning-pack usage excerpts must mention the obligation entity in excerpt text. Disable whenWhen false — disables or falls back for meaning pack require entity in usage excerpt. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.meaning_pack_require_usage_call_pattern
مشغّل
|
الافتراضي true | الوصف Meaning-pack usage excerpts must show call/import/instantiation of the entity (not type-hint-only mentions). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Meaning-pack usage excerpts must show call/import/instantiation of the entity (not type-hint-only mentions). Disable whenWhen false — disables or falls back for meaning pack require usage call pattern. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_enabled
مشغّل
|
الافتراضي true | الوصف Citation-bound LLM narration on sanitized shipped excerpts when meaning intent is detected and evidence is sufficient. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Citation-bound LLM narration on sanitized shipped excerpts when meaning intent is detected and evidence is sufficient. Disable whenWhen false — disables or falls back for narration enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_artifact_path_substrings
|
الافتراضي [8 items] .contextmint/registries/, harness_output/, documentation/evidence/, documentation/archive/… | الوصف Narration Fitness Artifact Path Substrings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness artifact path substrings when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_artifact_penalty
|
الافتراضي 0.15 | الوصف Narration Fitness Artifact Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness artifact penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_code_boost
|
الافتراضي 0.06 | الوصف Narration Fitness Code Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness code boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_code_extensions
|
الافتراضي [15 items] .py, .ts, .tsx, .js… | الوصف Narration Fitness Code Extensions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness code extensions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_doc_extensions
|
الافتراضي [".md",".txt",".rst",".adoc"] | الوصف Narration Fitness Doc Extensions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness doc extensions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_doc_penalty
|
الافتراضي 0.12 | الوصف Narration Fitness Doc Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness doc penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_enabled
|
الافتراضي true | الوصف Narration Fitness Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Fitness Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration fitness enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_grep_penalty
|
الافتراضي 0.08 | الوصف Narration Fitness Grep Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness grep penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_mechanism_exclude_grep_from_pack
|
الافتراضي true | الوصف Narration Fitness Mechanism Exclude Grep From Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Fitness Mechanism Exclude Grep From Pack — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration fitness mechanism exclude grep from pack. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_mechanism_max_excerpts
|
الافتراضي 4 | الوصف Narration Fitness Mechanism Max Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness mechanism max excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_mechanism_min_code_excerpts
|
الافتراضي 2 | الوصف Narration Fitness Mechanism Min Code Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness mechanism min code excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_mechanism_min_query_aligned_excerpts
|
الافتراضي 1 | الوصف Narration Fitness Mechanism Min Query Aligned Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness mechanism min query aligned excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_mechanism_prefer_retrieval_sources
|
الافتراضي true | الوصف Narration Fitness Mechanism Prefer Retrieval Sources — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Fitness Mechanism Prefer Retrieval Sources — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration fitness mechanism prefer retrieval sources. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_query_term_boost
|
الافتراضي 0.1 | الوصف Narration Fitness Query Term Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness query term boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_fitness_retrieval_boost
|
الافتراضي 0.05 | الوصف Narration Fitness Retrieval Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration fitness retrieval boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_insufficient_expand_max_passes
مشغّل
|
الافتراضي 1 | الوصف After narration returns insufficient_evidence, run meaning expand ladder and re-narrate up to this many times. |
دليل الاستخدام
When to enable or disableEnable whenTune narration insufficient expand max passes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_json_schema_enabled
مشغّل
|
الافتراضي true | الوصف Narration Json Schema Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Json Schema Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration json schema enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_map_reduce_per_obligation
مشغّل
|
الافتراضي false | الوصف Narration Map Reduce Per Obligation — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Map Reduce Per Obligation — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration map reduce per obligation. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_max_excerpts
مشغّل
|
الافتراضي 8 | الوصف Maximum numbered excerpts passed to the narration LLM call. |
دليل الاستخدام
When to enable or disableEnable whenTune narration max excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_max_tokens
مشغّل
|
الافتراضي 1024 | الوصف Max output tokens for citation-bound narration LLM call. |
دليل الاستخدام
When to enable or disableEnable whenTune narration max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_mechanism_semantic_grounding_max_unsupported_token_ratio
|
الافتراضي 0.38 | الوصف Narration Mechanism Semantic Grounding Max Unsupported Token Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration mechanism semantic grounding max unsupported token ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_mechanism_semantic_grounding_min_cited_recall
|
الافتراضي 0.5 | الوصف Narration Mechanism Semantic Grounding Min Cited Recall — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration mechanism semantic grounding min cited recall when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_ollama_num_ctx_min
|
الافتراضي 4096 | الوصف Narration Ollama Num Ctx Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration ollama num ctx min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_require_citations
مشغّل
|
الافتراضي true | الوصف Reject narration results that omit valid citation ids from the excerpt pack. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Reject narration results that omit valid citation ids from the excerpt pack. Disable whenWhen false — disables or falls back for narration require citations. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_route_path_validation_enabled
|
الافتراضي true | الوصف Narration Route Path Validation Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Route Path Validation Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration route path validation enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_route_registry_facts_enabled
|
الافتراضي true | الوصف Narration Route Registry Facts Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Route Registry Facts Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration route registry facts enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_semantic_grounding_enabled
|
الافتراضي true | الوصف Narration Semantic Grounding Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Semantic Grounding Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration semantic grounding enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_semantic_grounding_max_unsupported_token_ratio
|
الافتراضي 0.45 | الوصف Narration Semantic Grounding Max Unsupported Token Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration semantic grounding max unsupported token ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_semantic_grounding_min_cited_recall
|
الافتراضي 0.35 | الوصف Narration Semantic Grounding Min Cited Recall — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration semantic grounding min cited recall when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_semantic_grounding_min_overlap
|
الافتراضي 0.08 | الوصف Narration Semantic Grounding Min Overlap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration semantic grounding min overlap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_semantic_grounding_repair_enabled
|
الافتراضي true | الوصف Narration Semantic Grounding Repair Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Narration Semantic Grounding Repair Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for narration semantic grounding repair enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_timeout_ms
مشغّل
|
الافتراضي 300000 | الوصف Wall-clock timeout (ms) for narration LLM call. |
دليل الاستخدام
When to enable or disableEnable whenTune narration timeout ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.narration_validator_retry_max_passes
|
الافتراضي 1 | الوصف Narration Validator Retry Max Passes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune narration validator retry max passes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structural_template_primary_enabled
مشغّل
|
الافتراضي true | الوصف Structural Template Primary Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Structural Template Primary Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for structural template primary enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structural_template_primary_min_obligations
مشغّل
|
الافتراضي 2 | الوصف Structural Template Primary Min Obligations — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structural template primary min obligations when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
server.ollama_narration_model
مشغّل
|
الافتراضي qwen2.5-coder:3b-instruct | الوصف Ollama Narration Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama narration model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
API surface (legacy bridge)
Pattern-detection bridge for route-wiring questions. Superseded by query router + knowledge layer — disable in production unless debugging a regression.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.api_surface_bm25_fallback_max_paths
|
الافتراضي 3 | الوصف Api Surface Bm25 Fallback Max Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface bm25 fallback max paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_enabled
مشغّل
|
الافتراضي true | الوصف Legacy pattern-detection bridge for route-wiring questions. Superseded by the query router and knowledge layer — disable in production unless debugging a regression. |
دليل الاستخدام
When to enable or disableEnable whenLegacy rollback only — when you need the older pattern-detection bridge while isolating query-router regressions. Disable whenNormal operation — the query router and knowledge layer handle structural questions without path-pattern boosts. Trade-offsPros
Cons
RecommendationDisable in production unless you are debugging a documented regression. |
||
الإعداد
chat.api_surface_graph_depth
|
الافتراضي 1 | الوصف Api Surface Graph Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface graph depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_grep_fallback_max_files
|
الافتراضي 48 | الوصف Api Surface Grep Fallback Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface grep fallback max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_grep_max_snippets
|
الافتراضي 2 | الوصف Api Surface Grep Max Snippets — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface grep max snippets when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_handler_boost
|
الافتراضي 0.28 | الوصف Api Surface Handler Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface handler boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_handler_slot_tokens
|
الافتراضي 120 | الوصف Api Surface Handler Slot Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface handler slot tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_max_seed_files
|
الافتراضي 2 | الوصف Api Surface Max Seed Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface max seed files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_meta_doc_penalty
|
الافتراضي 0.25 | الوصف Api Surface Meta Doc Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface meta doc penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_mount_boost
|
الافتراضي 0.22 | الوصف Api Surface Mount Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface mount boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_mount_compact_slot_tokens
|
الافتراضي 56 | الوصف Api Surface Mount Compact Slot Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface mount compact slot tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_mount_required_min_tier
|
الافتراضي T2 | الوصف Api Surface Mount Required Min Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface mount required min tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_mount_slot_tokens
|
الافتراضي 80 | الوصف Api Surface Mount Slot Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface mount slot tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_pack_penalty
|
الافتراضي 0.35 | الوصف Api Surface Pack Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface pack penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_registration_boost
|
الافتراضي 0.3 | الوصف Api Surface Registration Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface registration boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_registration_slot_tokens
|
الافتراضي 120 | الوصف Api Surface Registration Slot Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface registration slot tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_technical_fallback_enabled
|
الافتراضي true | الوصف Api Surface Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Api Surface Technical Fallback Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for api surface technical fallback enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_technical_min_paths
|
الافتراضي 2 | الوصف Api Surface Technical Min Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api surface technical min paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.api_surface_traversal_fallback_enabled
|
الافتراضي true | الوصف Api Surface Traversal Fallback Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Api Surface Traversal Fallback Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for api surface traversal fallback enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Evidence assembly (server)
Query router, index-time registries, knowledge object lookup, optional plan executor, and intent classifier. Production path before hybrid search + expand.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.document_registry_enabled
مشغّل
|
الافتراضي true | الوصف Index-time document registry for handbook and policy PDFs/markdown. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Index-time document registry for handbook and policy PDFs/markdown. Disable whenWhen false — disables or falls back for document registry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.intent_classifier_active_file_boost
|
الافتراضي 0.03 | الوصف Intent Classifier Active File Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent classifier active file boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.intent_classifier_api_surface_confidence
|
الافتراضي 0.95 | الوصف Intent Classifier Api Surface Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent classifier api surface confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.intent_classifier_enabled
مشغّل
|
الافتراضي false | الوصف Optional paraphrase hints for the plan selector. Expands candidates only — never overrides routing alone. |
دليل الاستخدام
When to enable or disableEnable whenOptional polish when paraphrased questions miss routing probes and fall back to generic search. Disable whenDefault — keyword and structural probes are enough for most workspaces. Trade-offsPros
Cons
RecommendationOptional after plan_selector; not required for basic structural answers. |
||
الإعداد
chat.intent_classifier_hint_graph_completeness
|
الافتراضي 0.45 | الوصف Intent Classifier Hint Graph Completeness — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent classifier hint graph completeness when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.intent_classifier_model_path
|
الافتراضي "" | الوصف Optional DistilBERT/ONNX model artifact path. Empty = regex fast path only. |
دليل الاستخدام
When to enable or disableEnable whenFuture: when a trained classifier model is shipped and validated. Disable whenDefault empty — regex-only classifier (current release). Trade-offsPros
Cons
RecommendationKeep empty until an ML classifier is explicitly released. |
||
الإعداد
chat.intent_classifier_regex_min_confidence
|
الافتراضي 0.85 | الوصف Intent Classifier Regex Min Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent classifier regex min confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.intent_classifier_rules_path
|
الافتراضي config/intent_classifier_rules.yaml | الوصف YAML file mapping paraphrase hints to structural plans (default: api_registration_chain). |
دليل الاستخدام
When to enable or disableEnable whenPoint to your paraphrase rules file (default: config/intent_classifier_rules.yaml). Disable whenN/A — file path setting. Trade-offsPros
Cons
RecommendationLeave default unless you maintain custom paraphrase lists. |
||
الإعداد
chat.knowledge_object_lookup_enabled
مشغّل
|
الافتراضي true | الوصف Render structured facts from index-time knowledge objects when the query router selects a lookup path. |
دليل الاستخدام
When to enable or disableEnable whenProduction default — render structured route facts from the index-time registry when the query router selects a lookup path. Disable whenRenderer issues, agreement-banner bugs, or preferring narration from expanded excerpts only. Trade-offsPros
Cons
RecommendationKeep enabled with plan_selector after registry quality looks solid. |
||
الإعداد
chat.ko_max_stale_index_cycles
|
الافتراضي 1 | الوصف Ko Max Stale Index Cycles — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ko max stale index cycles when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.module_consumer_registry_enabled
مشغّل
|
الافتراضي true | الوصف Enable Module Consumer Registry lookup path (SKL-H-009 Type B reverse dependencies). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable Module Consumer Registry lookup path (SKL-H-009 Type B reverse dependencies). Disable whenWhen false — disables or falls back for module consumer registry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_executor_enabled
مشغّل
|
الافتراضي false | الوصف Optional declarative YAML plans for graph reconstruct when registry lookup misses. Off by default. |
دليل الاستخدام
When to enable or disableEnable whenStaging or pilot when registry misses structural questions and you need declarative graph walks for reconstruct answers. Disable whenDefault production — graph reconstruct at query time is slower than registry lookup or expand. Trade-offsPros
Cons
RecommendationOff in production unless reconstruct answers are required and lookup is insufficient. |
||
الإعداد
chat.plan_executor_max_ms
|
الافتراضي 500 | الوصف Safety limit: maximum wall time (ms) for a single plan execution. |
دليل الاستخدام
When to enable or disableEnable whenN/A — wall-clock budget per plan execution. Disable whenN/A Trade-offsPros
Cons
RecommendationTune only after profiling; default 500 ms is a sensible starting point. |
||
الإعداد
chat.plan_executor_max_ops
|
الافتراضي 5 | الوصف Safety limit: maximum operations per structural plan execution. |
دليل الاستخدام
When to enable or disableEnable whenN/A — safety limit. Change only with deliberate review. Disable whenN/A Trade-offsPros
Cons
RecommendationDo not raise without engineering review. |
||
الإعداد
chat.plan_executor_max_traverse_depth
|
الافتراضي 3 | الوصف Safety limit: maximum graph traversal depth per plan operation. |
دليل الاستخدام
When to enable or disableEnable whenN/A — safety limit. Disable whenN/A Trade-offsPros
Cons
RecommendationDefault 3 is intentional; change only with evidence. |
||
الإعداد
chat.plan_selector_enabled
مشغّل
|
الافتراضي true | الوصف Query router — routes structural questions to knowledge lookup, graph expand, or full search + expand. Production default. |
دليل الاستخدام
When to enable or disableEnable whenProduction default — routes questions to knowledge lookup, graph expand, or full search based on workspace signals. Disable whenEmergency rollback to generic hybrid search only, or before hardware verification on a new host. Trade-offsPros
Cons
RecommendationKeep enabled in production after indexing completes. |
||
الإعداد
chat.plan_selector_min_lookup_path_rate
|
الافتراضي 0.95 | الوصف Plan Selector Min Lookup Path Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector min lookup path rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_selector_r1_score
|
الافتراضي 0.95 | الوصف Plan Selector R1 Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector r1 score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_selector_r2_score
|
الافتراضي 0.85 | الوصف Plan Selector R2 Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector r2 score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_selector_r3_score
|
الافتراضي 0.75 | الوصف Plan Selector R3 Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector r3 score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_selector_r4_score
|
الافتراضي 0.6 | الوصف Plan Selector R4 Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector r4 score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_selector_r5_score
|
الافتراضي 0.3 | الوصف Plan Selector R5 Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan selector r5 score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.route_registry_enabled
مشغّل
|
الافتراضي true | الوصف Index-time route registry (RouteObject knowledge). Powers O(1) structural lookup on any workspace the extractor supports. |
دليل الاستخدام
When to enable or disableEnable whenAlways — after indexing completes. Powers index-time route knowledge (RouteObject lookup) for structural questions. Disable whenExtractor debugging, suspected stale registry, or forcing expand-only retrieval. Trade-offsPros
Cons
RecommendationKeep enabled; re-index if structural answers miss routes. |
||
الإعداد
chat.section_registry_enabled
|
الافتراضي false | الوصف Index-time section registry for wiki/connector sections — off until extractor validated on your workspace. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Index-time section registry for wiki/connector sections — off until extractor validated on your workspace. Disable whenWhen false — disables or falls back for section registry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.service_registry_enabled
مشغّل
|
الافتراضي true | الوصف Index-time service registry for Type B service questions. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Index-time service registry for Type B service questions. Disable whenWhen false — disables or falls back for service registry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structural_probe_r3_min_graph_completeness
|
الافتراضي 0.7 | الوصف Structural Probe R3 Min Graph Completeness — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structural probe r3 min graph completeness when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structural_probe_r4_min_graph_completeness
|
الافتراضي 0.4 | الوصف Structural Probe R4 Min Graph Completeness — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structural probe r4 min graph completeness when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.structured_answer_without_llm
مشغّل
|
الافتراضي true | الوصف Legacy SKL-H-004 toggle. When inference_requires_llm is true (default), SUMMARY uses citation narration — this flag does not skip the answer LLM. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Legacy SKL-H-004 toggle. When inference_requires_llm is true (default), SUMMARY uses citation narration — this flag does not skip the answer LLM. Disable whenWhen false — disables or falls back for structured answer without llm. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Evidence Obligation Platform (server)
EOP v1 — unified orchestrator for EVIDENCE-mode chat: obligation planning, Symbol catalog lookup, ShipLaw sufficiency, discovery policy, and slot reserves. Requires server restart. Not in Engine desktop or VS Code UI.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.evidence_obligation_platform_enabled
مشغّل
|
الافتراضي true | الوصف Master switch for Evidence Obligation Platform — orchestrator plans obligations, catalog lookup, ShipLaw sufficiency, and discovery policy for EVIDENCE-mode chat. Server restart required. Not in Engine desktop UI. |
دليل الاستخدام
When to enable or disableEnable whenProduction default (2026+) — unified evidence orchestrator: obligations, catalog lookup, ShipLaw sufficiency, and discovery policy for EVIDENCE-mode chat. Disable whenLegacy assembly path — scattered overview detection and similarity-only symbol answers. Use only for rollback while isolating EOP regressions. Trade-offsPros
Cons
RecommendationKeep enabled after B2 cold UAT passes. Set in contextmint.defaults.yaml or ~/.contextmint/server.defaults.yaml — verify with: python -c "from app.config import settings; print(settings.chat.evidence_obligation_platform_enabled)" |
||
الإعداد
chat.evidence_receipt_eop_fields_enabled
مشغّل
|
الافتراضي true | الوصف Dual-write obligations_requested, obligations_fulfilled, and execution_mode_eop on Context Receipt when enabled. |
دليل الاستخدام
When to enable or disableEnable whenUAT, pilot, or engineering — dual-write obligation fields on Context Receipt exports. Disable whenProduction noise reduction when you do not read receipt JSON postmortems. Trade-offsPros
Cons
RecommendationKeep enabled during EOP rollout and UAT; optional to disable later for minimal receipts. |
||
الإعداد
chat.obligation_confidence.definition
|
الافتراضي 0.95 | الوصف Definition — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune definition when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.dependency_route
|
الافتراضي 0.9 | الوصف Dependency Route — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dependency route when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.dependency_service
|
الافتراضي 0.75 | الوصف Dependency Service — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dependency service when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.overview
|
الافتراضي 1 | الوصف Overview — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune overview when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.overview_weak
|
الافتراضي 0.7 | الوصف Overview Weak — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune overview weak when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.registration
|
الافتراضي 0.8 | الوصف Registration — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registration when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_confidence.semantic
|
الافتراضي 0.5 | الوصف Semantic — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune semantic when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_entity_min_length
|
الافتراضي 3 | الوصف Minimum token length for PascalCase entity terms in the obligation entity vs language grep split (EOP-B3). |
دليل الاستخدام
When to enable or disableEnable whenN/A — minimum token length for PascalCase entity terms in obligation grep split. Disable whenN/A Trade-offsPros
Cons
RecommendationDefault 3 is fine; change only if grep misses short symbol names. |
||
الإعداد
chat.obligation_language_stopwords
|
الافتراضي [20 items] where, what, which, defined… | الوصف Language tokens excluded from entity-driven grep on DEFINITION questions (where, defined, main, …). YAML list under chat:. |
دليل الاستخدام
When to enable or disableEnable whenWhen definition queries grep false positives on words like where, defined, main. Disable whenN/A — list setting; empty list disables language-term filtering. Trade-offsPros
Cons
RecommendationKeep shipped defaults unless you see systematic false-positive paths. |
||
الإعداد
chat.obligation_max_count
|
الافتراضي 16 | الوصف Obligation Max Count — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune obligation max count when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_slot_ratios.definition
|
الافتراضي 0.25 | الوصف Definition — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune definition when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_slot_ratios.overview
|
الافتراضي 0.35 | الوصف Overview — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune overview when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.obligation_slot_ratios.registration
|
الافتراضي 0.2 | الوصف Registration — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registration when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.symbol_registry_enabled
مشغّل
|
الافتراضي true | الوصف Index-time Symbol Registry (SymbolObject) for DEFINITION questions — powers B2 cold lookup via R1. |
دليل الاستخدام
When to enable or disableEnable whenAlways after indexing — index-time SymbolObject sidecar for DEFINITION questions (where is X defined?). Disable whenSymbol extractor debugging or forcing expand-only definition answers. Trade-offsPros
Cons
RecommendationKeep enabled with EOP; re-index so .contextmint/registries/symbol_registry.json exists. |
||
Knowledge layer & registries
Index-time extractors, agreement scores, registry file paths, connector subdirs, and SQRR validation thresholds.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
knowledge.agreement_kinds.document.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.document.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.document.signal_weights.heading_found
|
الافتراضي 0.6 | الوصف Heading Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune heading found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.document.signal_weights.structure_match
|
الافتراضي 0.4 | الوصف Structure Match — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structure match when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.module_consumer.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.module_consumer.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.module_consumer.signal_weights.handler_module_found
|
الافتراضي 0.4 | الوصف Handler Module Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune handler module found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.module_consumer.signal_weights.import_graph_edge
|
الافتراضي 0.6 | الوصف Import Graph Edge — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune import graph edge when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.policy.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.policy.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.policy.signal_weights.rule_found
|
الافتراضي 0.7 | الوصف Rule Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune rule found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.policy.signal_weights.source_match
|
الافتراضي 0.3 | الوصف Source Match — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune source match when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.route.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.route.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.route.signal_weights.ast_route_found
|
الافتراضي 0.5 | الوصف Ast Route Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ast route found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.route.signal_weights.import_graph_edge
|
الافتراضي 0.3 | الوصف Import Graph Edge — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune import graph edge when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.route.signal_weights.include_router_match
|
الافتراضي 0.2 | الوصف Include Router Match — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune include router match when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.section.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.section.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.section.signal_weights.hierarchy_match
|
الافتراضي 0.4 | الوصف Hierarchy Match — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune hierarchy match when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.section.signal_weights.title_found
|
الافتراضي 0.6 | الوصف Title Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune title found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.service.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.service.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.service.signal_weights.class_definition_found
|
الافتراضي 0.5 | الوصف Class Definition Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune class definition found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.service.signal_weights.import_graph_edge
|
الافتراضي 0.3 | الوصف Import Graph Edge — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune import graph edge when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.service.signal_weights.symbol_reference_match
|
الافتراضي 0.2 | الوصف Symbol Reference Match — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol reference match when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.symbol.high_threshold
|
الافتراضي 0.8 | الوصف High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.symbol.partial_threshold
|
الافتراضي 0.6 | الوصف Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.symbol.signal_weights.class_definition_found
|
الافتراضي 0.7 | الوصف Class Definition Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune class definition found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.agreement_kinds.symbol.signal_weights.definition_line_found
|
الافتراضي 0.3 | الوصف Definition Line Found — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune definition line found when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.anchor_stale_on_read_fail
|
الافتراضي true | الوصف Anchor Stale On Read Fail — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Anchor Stale On Read Fail — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for anchor stale on read fail. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.anchor_verify_symbol_name_in_window
|
الافتراضي true | الوصف Anchor Verify Symbol Name In Window — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Anchor Verify Symbol Name In Window — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for anchor verify symbol name in window. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.central_sync_dir
|
الافتراضي — | الوصف Central Sync Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune central sync dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.central_sync_max_bytes
|
الافتراضي 2097152 | الوصف Central Sync Max Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune central sync max bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.central_sync_max_metadata_value_chars
|
الافتراضي 500 | الوصف Central Sync Max Metadata Value Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune central sync max metadata value chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.central_sync_max_sources
|
الافتراضي 500 | الوصف Central Sync Max Sources — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune central sync max sources when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.confluence_connector_subdir
|
الافتراضي .contextmint/connectors/confluence | الوصف Confluence Connector Subdir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune confluence connector subdir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.cross_source_conflict_score_gap
|
الافتراضي 0.15 | الوصف Cross Source Conflict Score Gap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cross source conflict score gap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.cross_source_min_link_term_length
|
الافتراضي 3 | الوصف Cross Source Min Link Term Length — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cross source min link term length when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.cross_source_type_d_enabled
|
الافتراضي true | الوصف Cross Source Type D Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Cross Source Type D Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for cross source type d enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.definition_role_window_lines_after
|
الافتراضي 15 | الوصف Definition Role Window Lines After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune definition role window lines after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.definition_role_window_lines_before
|
الافتراضي 5 | الوصف Definition Role Window Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune definition role window lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.demo_route_extractor_min_coverage
|
الافتراضي 0.9 | الوصف Demo Route Extractor Min Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune demo route extractor min coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.demo_route_extractor_min_precision
|
الافتراضي 0.9 | الوصف Demo Route Extractor Min Precision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune demo route extractor min precision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_agreement_heading_weight
|
الافتراضي 0.6 | الوصف Document Agreement Heading Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document agreement heading weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_agreement_high_threshold
|
الافتراضي 0.8 | الوصف Document Agreement High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document agreement high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_agreement_partial_threshold
|
الافتراضي 0.6 | الوصف Document Agreement Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document agreement partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_agreement_structure_weight
|
الافتراضي 0.4 | الوصف Document Agreement Structure Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document agreement structure weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_extractor_min_coverage
|
الافتراضي 0.9 | الوصف Document Extractor Min Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document extractor min coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_extractor_min_precision
|
الافتراضي 0.9 | الوصف Document Extractor Min Precision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document extractor min precision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.document_registry_filename
|
الافتراضي document_registry.json | الوصف Document Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.knowledge_lookup_before_retrieval
|
الافتراضي true | الوصف Knowledge Lookup Before Retrieval — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Knowledge Lookup Before Retrieval — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for knowledge lookup before retrieval. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.llm_input_strip_comments
|
الافتراضي true | الوصف Llm Input Strip Comments — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Llm Input Strip Comments — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for llm input strip comments. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.llm_input_strip_docstrings
|
الافتراضي true | الوصف Llm Input Strip Docstrings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Llm Input Strip Docstrings — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for llm input strip docstrings. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.module_consumer_registry_filename
|
الافتراضي module_consumer_registry.json | الوصف Module Consumer Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune module consumer registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.module_consumer_summary_max_importers
|
الافتراضي 8 | الوصف Module Consumer Summary Max Importers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune module consumer summary max importers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.policy_registry_filename
|
الافتراضي policy_registry.json | الوصف Policy Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune policy registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_lookup_latency_p95_max_ms
|
الافتراضي 50 | الوصف Registry Lookup Latency P95 Max Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry lookup latency p95 max ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_revision_history_max
|
الافتراضي 10 | الوصف Registry Revision History Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry revision history max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_technical_max_excerpt_blocks
|
الافتراضي 3 | الوصف Registry Technical Max Excerpt Blocks — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry technical max excerpt blocks when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_technical_max_lines
|
الافتراضي 8 | الوصف Registry Technical Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry technical max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_validation_limited_extractor_coverage
|
الافتراضي 0.9 | الوصف Registry Validation Limited Extractor Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry validation limited extractor coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_validation_min_lookup_hit_rate
|
الافتراضي 0.8 | الوصف Registry Validation Min Lookup Hit Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry validation min lookup hit rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_validation_pause_lookup_hit_rate
|
الافتراضي 0.3 | الوصف Registry Validation Pause Lookup Hit Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry validation pause lookup hit rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_validation_proceed_extractor_coverage
|
الافتراضي 0.95 | الوصف Registry Validation Proceed Extractor Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry validation proceed extractor coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.registry_validation_proceed_lookup_hit_rate
|
الافتراضي 0.9 | الوصف Registry Validation Proceed Lookup Hit Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry validation proceed lookup hit rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_agreement_ast_weight
|
الافتراضي 0.5 | الوصف Route Agreement Ast Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route agreement ast weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_agreement_high_threshold
|
الافتراضي 0.8 | الوصف Route Agreement High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route agreement high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_agreement_import_weight
|
الافتراضي 0.3 | الوصف Route Agreement Import Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route agreement import weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_agreement_partial_threshold
|
الافتراضي 0.6 | الوصف Route Agreement Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route agreement partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_agreement_pattern_weight
|
الافتراضي 0.2 | الوصف Route Agreement Pattern Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route agreement pattern weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_extractor_max_drift
|
الافتراضي 0.02 | الوصف Route Extractor Max Drift — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route extractor max drift when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_extractor_min_coverage
|
الافتراضي 0.95 | الوصف Route Extractor Min Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route extractor min coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_extractor_min_precision
|
الافتراضي 0.98 | الوصف Route Extractor Min Precision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route extractor min precision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_registry_filename
|
الافتراضي route_registry.json | الوصف Route Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.route_registry_subdir
|
الافتراضي .contextmint/registries | الوصف Route Registry Subdir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune route registry subdir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.section_extractor_min_coverage
|
الافتراضي 0.9 | الوصف Section Extractor Min Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune section extractor min coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.section_extractor_min_precision
|
الافتراضي 0.9 | الوصف Section Extractor Min Precision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune section extractor min precision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.section_registry_filename
|
الافتراضي section_registry.json | الوصف Section Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune section registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_agreement_class_weight
|
الافتراضي 0.5 | الوصف Service Agreement Class Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service agreement class weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_agreement_high_threshold
|
الافتراضي 0.8 | الوصف Service Agreement High Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service agreement high threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_agreement_import_weight
|
الافتراضي 0.3 | الوصف Service Agreement Import Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service agreement import weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_agreement_partial_threshold
|
الافتراضي 0.6 | الوصف Service Agreement Partial Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service agreement partial threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_agreement_symbol_weight
|
الافتراضي 0.2 | الوصف Service Agreement Symbol Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service agreement symbol weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_extractor_excluded_suffixes
|
الافتراضي [9 items] Config, Settings, Defaults, Mode… | الوصف Service Extractor Excluded Suffixes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service extractor excluded suffixes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_extractor_max_consumer_fanout
|
الافتراضي 10 | الوصف Service Extractor Max Consumer Fanout — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service extractor max consumer fanout when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_extractor_min_consumers
|
الافتراضي 2 | الوصف Service Extractor Min Consumers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service extractor min consumers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_extractor_min_coverage
|
الافتراضي 0.9 | الوصف Service Extractor Min Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service extractor min coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_extractor_min_precision
|
الافتراضي 0.9 | الوصف Service Extractor Min Precision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service extractor min precision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.service_registry_filename
|
الافتراضي service_registry.json | الوصف Service Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune service registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sharepoint_connector_subdir
|
الافتراضي .contextmint/connectors/sharepoint | الوصف Sharepoint Connector Subdir — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
knowledge.sqrr_complete_max_rag_fallback_rate
|
الافتراضي 0.05 | الوصف Sqrr Complete Max Rag Fallback Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete max rag fallback rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_complete_max_reconstruct_rate
|
الافتراضي 0.1 | الوصف Sqrr Complete Max Reconstruct Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete max reconstruct rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_complete_max_stale_object_rate
|
الافتراضي 0.05 | الوصف Sqrr Complete Max Stale Object Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete max stale object rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_complete_min_executor_dependency_ratio
|
الافتراضي 9 | الوصف Sqrr Complete Min Executor Dependency Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete min executor dependency ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_complete_min_rate
|
الافتراضي 0.95 | الوصف Sqrr Complete Min Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete min rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_complete_min_registry_lookup_rate
|
الافتراضي 0.9 | الوصف Sqrr Complete Min Registry Lookup Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr complete min registry lookup rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_edr_reconstruct_alert_rate
|
الافتراضي 0.2 | الوصف Sqrr Edr Reconstruct Alert Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr edr reconstruct alert rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.sqrr_min_registry_lookup_hit_rate
|
الافتراضي 0.8 | الوصف Sqrr Min Registry Lookup Hit Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sqrr min registry lookup hit rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.symbol_definition_docstring_max_chars
|
الافتراضي 240 | الوصف Symbol Definition Docstring Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol definition docstring max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
knowledge.symbol_registry_filename
|
الافتراضي symbol_registry.json | الوصف Symbol Registry Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol registry filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Retrieval, expand & infer
Hybrid search top-k, window expansion, parallel grep, graph fetch, ShipLaw expand ladder, R6 escalation gates, optional LLM inference (last resort, off by default), retrieval decision tracing for manual UAT, and optional live pipeline_progress SSE (off by default until RT-VIEW dogfood).
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
retrieval.authority_path_follow_enabled
|
الافتراضي true | الوصف Authority Path Follow Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Authority Path Follow Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for authority path follow enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_lines_after
|
الافتراضي 120 | الوصف Authority Path Follow Lines After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow lines after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_lines_before
|
الافتراضي 0 | الوصف Authority Path Follow Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_max_files
|
الافتراضي 4 | الوصف Authority Path Follow Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_max_tokens_per_seed
|
الافتراضي 48 | الوصف Authority Path Follow Max Tokens Per Seed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow max tokens per seed when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_plan_only
|
الافتراضي true | الوصف Authority Path Follow Plan Only — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Authority Path Follow Plan Only — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for authority path follow plan only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_prefer_extensions
|
الافتراضي ["md","yaml","yml","json","toml"] | الوصف Authority Path Follow Prefer Extensions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow prefer extensions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_query_cited_share_cap
|
الافتراضي 0.55 | الوصف Authority Path Follow Query Cited Share Cap — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
retrieval.authority_path_follow_rank_prefix_bytes
|
الافتراضي 8192 | الوصف Authority Path Follow Rank Prefix Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow rank prefix bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_score
|
الافتراضي 0.96 | الوصف Authority Path Follow Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_seed_sources
|
الافتراضي ["query_cited","pack_seed","pack"] | الوصف Authority Path Follow Seed Sources — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow seed sources when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_ship_diversify_max_files
|
الافتراضي 4 | الوصف Authority Path Follow Ship Diversify Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow ship diversify max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_ship_per_file_floor_ratio
|
الافتراضي 0.12 | الوصف Authority Path Follow Ship Per File Floor Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow ship per file floor ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.authority_path_follow_ship_reserve_ratio
|
الافتراضي 0.18 | الوصف Authority Path Follow Ship Reserve Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority path follow ship reserve ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.definition.allow_planes
|
الافتراضي ["product"] | الوصف Allow Planes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allow planes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.definition.suppress_grep
|
الافتراضي true | الوصف Suppress Grep — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Grep — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress grep. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.definition.suppress_pack
|
الافتراضي true | الوصف Suppress Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Pack — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress pack. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.definition.suppress_search
|
الافتراضي true | الوصف Suppress Search — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Search — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress search. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.overview.suppress_grep
|
الافتراضي false | الوصف Suppress Grep — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Grep — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress grep. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.overview.suppress_search
|
الافتراضي true | الوصف Suppress Search — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Search — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress search. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.registration.allow_planes
|
الافتراضي ["product"] | الوصف Allow Planes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allow planes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.registration.suppress_grep
|
الافتراضي true | الوصف Suppress Grep — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Grep — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress grep. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.registration.suppress_pack
|
الافتراضي true | الوصف Suppress Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Pack — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress pack. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.discovery_policy.registration.suppress_search
|
الافتراضي true | الوصف Suppress Search — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Search — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress search. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.evidence_selection_max_candidates
|
الافتراضي 64 | الوصف Evidence Selection Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune evidence selection max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.evidence_selection_max_selected
|
الافتراضي 32 | الوصف Evidence Selection Max Selected — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune evidence selection max selected when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.excerpt_select_infer_enabled
مشغّل
|
الافتراضي false | الوصف Enable L5 excerpt-select infer stage in expand ladder — last resort only; off by default until certified. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable L5 excerpt-select infer stage in expand ladder — last resort only; off by default until certified. Disable whenWhen false — disables or falls back for excerpt select infer enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.execution_plane_trace_enabled
مشغّل
|
الافتراضي false | الوصف Write execution-trace-*.txt with per-step received/emitted/flags/branches for repo-lane UAT postmortems (off by default). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Write execution-trace-*.txt with per-step received/emitted/flags/branches for repo-lane UAT postmortems (off by default). Disable whenWhen false — disables or falls back for execution plane trace enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.execution_plane_trace_max_field_chars
مشغّل
|
الافتراضي 2000 | الوصف Max characters per field in execution plane trace .txt export (200–16000). |
دليل الاستخدام
When to enable or disableEnable whenTune execution plane trace max field chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_enabled
مشغّل
|
الافتراضي true | الوصف ShipLaw-gated expand ladder L1–L5 — escalates grep, search, windows, graph, and optional infer until sufficient or exhausted. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — ShipLaw-gated expand ladder L1–L5 — escalates grep, search, windows, graph, and optional infer until sufficient or exhausted. Disable whenWhen false — disables or falls back for expand ladder enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_l1_grep_max_files
|
الافتراضي 20 | الوصف Expand Ladder L1 Grep Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder l1 grep max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_l2_top_k
|
الافتراضي 10 | الوصف Expand Ladder L2 Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder l2 top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_l3_max_candidates
|
الافتراضي 12 | الوصف Expand Ladder L3 Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder l3 max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_l4_max_files
|
الافتراضي 10 | الوصف Expand Ladder L4 Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder l4 max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_l5_max_candidates
|
الافتراضي 15 | الوصف Expand Ladder L5 Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder l5 max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expand_ladder_max_stages
|
الافتراضي 5 | الوصف Expand Ladder Max Stages — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder max stages when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.expanded_mode_confidence_threshold
|
الافتراضي 0.35 | الوصف Expanded Mode Confidence Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expanded mode confidence threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.graph_candidate_score
|
الافتراضي 0.55 | الوصف Graph Candidate Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune graph candidate score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.graph_fetch_enabled
مشغّل
|
الافتراضي true | الوصف Follow dependency graph edges and read neighbour files with windows. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Follow dependency graph edges and read neighbour files with windows. Disable whenWhen false — disables or falls back for graph fetch enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.graph_fetch_max_depth
|
الافتراضي 2 | الوصف Graph Fetch Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune graph fetch max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.graph_fetch_max_files
|
الافتراضي 10 | الوصف Graph Fetch Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune graph fetch max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_candidate_pool_factor
|
الافتراضي 8 | الوصف Grep Candidate Pool Factor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep candidate pool factor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_hit_score
|
الافتراضي 0.6 | الوصف Grep Hit Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep hit score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_max_files
|
الافتراضي 20 | الوصف Grep Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_max_matches_per_file
|
الافتراضي 5 | الوصف Grep Max Matches Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max matches per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_path_affinity_min_chars
|
الافتراضي 4 | الوصف Grep Path Affinity Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep path affinity min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_synonym_map.entry
|
الافتراضي ["main","bootstrap","listen","run","start"] | الوصف Entry — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune entry when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_synonym_map.mounted
|
الافتراضي ["include","mount","prefix","listen"] | الوصف Mounted — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mounted when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_synonym_map.registered
|
الافتراضي ["include","mount","use","Map","Router"] | الوصف Registered — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registered when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_synonym_map.registration
|
الافتراضي ["include","mount","register","use"] | الوصف Registration — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registration when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.grep_synonym_map.wiring
|
الافتراضي ["include","import","use","require"] | الوصف Wiring — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune wiring when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_enabled
مشغّل
|
الافتراضي false | الوصف LLM evidence selection — last resort only. Off by default; enable only on T2+ after expand/grep exhaust. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — LLM evidence selection — last resort only. Off by default; enable only on T2+ after expand/grep exhaust. Disable whenWhen false — disables or falls back for inference enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_max_candidates
|
الافتراضي 15 | الوصف Inference Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_max_rounds
|
الافتراضي 1 | الوصف Inference Max Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference max rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_min_tier
|
الافتراضي T2 | الوصف Inference Min Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference min tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_model
|
الافتراضي qwen2.5-coder:3b-instruct | الوصف Inference Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_p95_budget_ms
|
الافتراضي 12000 | الوصف Inference P95 Budget Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference p95 budget ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.inference_timeout_ms
|
الافتراضي 8000 | الوصف Inference Timeout Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune inference timeout ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.legacy_path_anchors_enabled
|
الافتراضي false | الوصف Legacy Path Anchors Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Legacy Path Anchors Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for legacy path anchors enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.live_progress_enabled
مشغّل
|
الافتراضي true | الوصف SSE pipeline_progress for RT-VIEW. Off until explicit default-on. |
دليل الاستخدام
When to enable or disableEnable whenDogfood or demos where operators want a live retrieval timeline in VS Code before the first answer token. Disable whenProduction hosts until RT-VIEW dogfood passes — identical chat behaviour with no pipeline_progress SSE. Trade-offsPros
Cons
RecommendationKeep false until dogfood; then enable with granularity=summary for demos. |
||
الإعداد
retrieval.live_progress_granularity
مشغّل
|
الافتراضي summary | الوصف Live progress detail level: summary (user-meaningful phases only), stage (each pipeline stage), or verbose (includes meta). |
دليل الاستخدام
When to enable or disableEnable whenN/A — string enum: summary | stage | verbose. Disable whenN/A Trade-offsPros
Cons
Recommendationsummary for dogfood and RJ demos; stage only when debugging a slow phase. |
||
الإعداد
retrieval.live_progress_include_paths
مشغّل
|
الافتراضي true | الوصف Include repo-relative file paths in live progress detail lines when server emits pipeline_progress. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Include repo-relative file paths in live progress detail lines when server emits pipeline_progress. Disable whenWhen false — disables or falls back for live progress include paths. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.live_progress_max_events_per_turn
مشغّل
|
الافتراضي 40 | الوصف Cap pipeline_progress SSE events per chat turn (5–200) to prevent flood on verbose mode. |
دليل الاستخدام
When to enable or disableEnable whenTune live progress max events per turn when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.live_progress_min_interval_ms
مشغّل
|
الافتراضي 100 | الوصف Minimum milliseconds between duplicate live progress phase updates (0–5000). Throttles noisy step_id repeats. |
دليل الاستخدام
When to enable or disableEnable whenTune live progress min interval ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.min_shipped_excerpts
|
الافتراضي 2 | الوصف Min Shipped Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min shipped excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.pack_boost_default
|
الافتراضي 2.5 | الوصف Pack Boost Default — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune pack boost default when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.pack_boost_max
|
الافتراضي 5 | الوصف Pack Boost Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune pack boost max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.parallel_grep_enabled
مشغّل
|
الافتراضي true | الوصف Workspace grep from query terms — config-driven synonyms, not repo-specific paths. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Workspace grep from query terms — config-driven synonyms, not repo-specific paths. Disable whenWhen false — disables or falls back for parallel grep enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.query_cited_path_enabled
|
الافتراضي true | الوصف Query Cited Path Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Query Cited Path Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for query cited path enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.query_cited_path_lines_after
|
الافتراضي 250 | الوصف Query Cited Path Lines After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cited path lines after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.query_cited_path_lines_before
|
الافتراضي 0 | الوصف Query Cited Path Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cited path lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.query_cited_path_max_files
|
الافتراضي 4 | الوصف Query Cited Path Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cited path max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.query_cited_path_score
|
الافتراضي 0.97 | الوصف Query Cited Path Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cited path score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.r6_requires_evidence_insufficient
|
الافتراضي true | الوصف R6 Requires Evidence Insufficient — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — R6 Requires Evidence Insufficient — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for r6 requires evidence insufficient. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.r6_requires_expand_exhausted
|
الافتراضي true | الوصف R6 Requires Expand Exhausted — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — R6 Requires Expand Exhausted — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for r6 requires expand exhausted. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.r6_requires_graph_exhausted
|
الافتراضي true | الوصف R6 Requires Graph Exhausted — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — R6 Requires Graph Exhausted — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for r6 requires graph exhausted. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.r6_requires_knowledge_miss
|
الافتراضي true | الوصف R6 Requires Knowledge Miss — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — R6 Requires Knowledge Miss — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for r6 requires knowledge miss. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.top_k_max
|
الافتراضي 50 | الوصف Top K Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.top_k_results
|
الافتراضي 5 | الوصف Top K Results — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k results when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.trace_enabled
مشغّل
|
الافتراضي true | الوصف Collect an in-memory retrieval decision trace on each repo-lane structural turn — plan selection, anchor verify, ShipLaw, expand ladder, and response gates. Used for manual UAT debugging; minimal overhead when export is off. |
دليل الاستخدام
When to enable or disableEnable whenManual UAT, debugging insufficient evidence, or validating expand-ladder behaviour on repo-lane turns. Disable whenProduction when you do not read decision traces — saves minimal in-memory collector overhead. Trade-offsPros
Cons
RecommendationLeave enabled for local manual testing; disable on shared servers unless actively debugging. |
||
الإعداد
retrieval.trace_evidence_preview_chars
مشغّل
|
الافتراضي 400 | الوصف Max chars per excerpt preview in collected-evidence trace rows (80–4000). |
دليل الاستخدام
When to enable or disableEnable whenTune trace evidence preview chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.trace_export_dir
مشغّل
|
الافتراضي documentation/evidence | الوصف Folder for retrieval-trace-*.json during manual UAT (default documentation/evidence). Relative to server cwd or absolute. Not hardcoded in product code — always read from this setting. |
دليل الاستخدام
When to enable or disableEnable whenSet to a writable folder for retrieval-trace-*.json (default documentation/evidence). Relative to server cwd or absolute. Disable whenN/A — path string, not a boolean. Trade-offsPros
Cons
RecommendationUse documentation/evidence for local monorepo UAT; point to a team log folder on shared hosts. |
||
الإعداد
retrieval.trace_export_enabled
مشغّل
|
الافتراضي false | الوصف Write retrieval-trace-*.json to the operator-configured export folder at end of turn. Enable during manual UAT or receipt postmortems — off by default in production. |
دليل الاستخدام
When to enable or disableEnable whenManual UAT — write retrieval-trace-{workspace}-{request}-{timestamp}.json under trace_export_dir. Disable whenDefault production — trace stays in memory/receipt only unless debug endpoints are used. Trade-offsPros
Cons
RecommendationEnable only during structured manual UAT; pair with trace_export_dir on a writable folder. |
||
الإعداد
retrieval.trace_include_evidence_detail
مشغّل
|
الافتراضي true | الوصف Record shipped and collected evidence excerpts in trace export — disable to shrink trace JSON size. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Record shipped and collected evidence excerpts in trace export — disable to shrink trace JSON size. Disable whenWhen false — disables or falls back for trace include evidence detail. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.trace_include_llm_io
مشغّل
|
الافتراضي true | الوصف Record raw LLM prompt messages and response text in trace export — disable before sharing logs externally. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Record raw LLM prompt messages and response text in trace export — disable before sharing logs externally. Disable whenWhen false — disables or falls back for trace include llm io. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.trace_include_pipeline_inputs
مشغّل
|
الافتراضي true | الوصف Record stage parameters in pipeline trace rows when trace collection is enabled. |
دليل الاستخدام
When to enable or disableEnable whenDeep pipeline debugging — records stage parameters in pipeline trace rows. Disable whenMinimal trace size when you only need high-level phase decisions. Trade-offsPros
Cons
RecommendationLeave enabled for manual UAT; disable if trace files are too large. |
||
الإعداد
retrieval.trace_include_query
مشغّل
|
الافتراضي true | الوصف Include full query text in exported trace JSON. Keep true for local manual tests; set false before sharing logs externally. |
دليل الاستخدام
When to enable or disableEnable whenLocal manual tests where full prompt text helps reproduce routing decisions. Disable whenShared logs, support bundles, or compliance-sensitive environments — query text is redacted in export. Trade-offsPros
Cons
Recommendationtrue on developer laptops; false before attaching traces to tickets. |
||
الإعداد
retrieval.trace_llm_io_max_chars
مشغّل
|
الافتراضي 8000 | الوصف Max chars per raw LLM prompt/response field in trace export (500–64000). |
دليل الاستخدام
When to enable or disableEnable whenTune trace llm io max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.trace_max_field_chars
مشغّل
|
الافتراضي 500 | الوصف Cap string fields in trace inputs/outputs (100–8000). Prevents large excerpt dumps or secrets from bloating trace files. |
دليل الاستخدام
When to enable or disableEnable whenN/A — numeric cap (100–8000) on trace string fields. Disable whenN/A Trade-offsPros
Cons
RecommendationDefault 500 is balanced; raise briefly when debugging excerpt selection. |
||
الإعداد
retrieval.window_expand_enabled
مشغّل
|
الافتراضي true | الوصف Read file ± N lines around chunk or grep hits — workspace-agnostic expand (ADR-015). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Read file ± N lines around chunk or grep hits — workspace-agnostic expand (ADR-015). Disable whenWhen false — disables or falls back for window expand enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.window_expand_lines_after
|
الافتراضي 60 | الوصف Window Expand Lines After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune window expand lines after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.window_expand_lines_before
|
الافتراضي 40 | الوصف Window Expand Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune window expand lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
retrieval.window_expand_max_candidates
|
الافتراضي 12 | الوصف Window Expand Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune window expand max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Retrieval pipeline budgets
Per-tier stage budgets and degraded-mode caps for the evidence pipeline.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
pipeline.degraded_budget_divisor
|
الافتراضي 2 | الوصف Degraded Budget Divisor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune degraded budget divisor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.degraded_max_stages
|
الافتراضي 3 | الوصف Degraded Max Stages — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune degraded max stages when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.fallback_tier
|
الافتراضي T1 | الوصف Fallback Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fallback tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_budget_ms.T0
|
الافتراضي 800 | الوصف T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_budget_ms.T1
|
الافتراضي 1500 | الوصف T1 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T1 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_budget_ms.T2
|
الافتراضي 3000 | الوصف T2 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T2 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_budget_ms.T3
|
الافتراضي 5000 | الوصف T3 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T3 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_max_stages.T0
|
الافتراضي 3 | الوصف T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_max_stages.T1
|
الافتراضي 6 | الوصف T1 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T1 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_max_stages.T2
|
الافتراضي 9 | الوصف T2 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T2 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
pipeline.tier_max_stages.T3
|
الافتراضي 12 | الوصف T3 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune T3 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Context compression
Regex and rank-gap compression before evidence ships to the LLM.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
compression.context_token_threshold
|
الافتراضي 1000 | الوصف Context Token Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune context token threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.max_chunks
|
الافتراضي 12 | الوصف Max Chunks — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max chunks when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.max_ms
|
الافتراضي 50 | الوصف Max Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.max_tokens_per_chunk
|
الافتراضي 400 | الوصف Max Tokens Per Chunk — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max tokens per chunk when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.prompt_wrapper_compact
|
الافتراضي false | الوصف Prompt Wrapper Compact — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Prompt Wrapper Compact — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for prompt wrapper compact. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.query_filter_max_lines
|
الافتراضي 15 | الوصف Query Filter Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query filter max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.query_filter_min_term_len
|
الافتراضي 2 | الوصف Query Filter Min Term Len — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query filter min term len when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.query_filter_symbol_boost
|
الافتراضي 2 | الوصف Query Filter Symbol Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query filter symbol boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.regex_only_token_cap
|
الافتراضي 300 | الوصف Regex Only Token Cap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune regex only token cap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.t0_ast_mode
|
الافتراضي regex_only | الوصف T0 Ast Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune t0 ast mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.top_k_head_loose_pct
|
الافتراضي 0.35 | الوصف Top K Head Loose Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k head loose pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.top_k_min
|
الافتراضي 5 | الوصف Top K Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
compression.top_k_rank_gap_pct
|
الافتراضي 0.15 | الوصف Top K Rank Gap Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k rank gap pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Query & LLM caches
Semantic query cache, LLM response cache, and generation bump debounce.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
cache.generation_bump_debounce_sec
|
الافتراضي 5 | الوصف Generation Bump Debounce Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune generation bump debounce sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.llm_response_enabled
|
الافتراضي true | الوصف Llm Response Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Llm Response Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for llm response enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.llm_response_ttl_sec
|
الافتراضي 300 | الوصف Llm Response Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm response ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.query_cache_maxsize
|
الافتراضي 200 | الوصف Query Cache Maxsize — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cache maxsize when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.query_cache_ttl_sec
|
الافتراضي 300 | الوصف Query Cache Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query cache ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.semantic_enabled
|
الافتراضي true | الوصف Semantic Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Semantic Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for semantic enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cache.semantic_max_entries
|
الافتراضي 512 | الوصف Semantic Max Entries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune semantic max entries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Embedding & indexing
Embed batch sizes, indexing concurrency, warm restart, literal tokens, and bootstrap role metadata at index time.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
embedding.batch_size
|
الافتراضي 32 | الوصف Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.embed_max_chars
|
الافتراضي 2000 | الوصف Embed Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.embed_max_retries
|
الافتراضي 3 | الوصف Embed Max Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed max retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.embed_phase_vector_weight
|
الافتراضي 0.2 | الوصف Embed Phase Vector Weight — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed phase vector weight when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.index_scan_concurrency
|
الافتراضي 8 | الوصف Index Scan Concurrency — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune index scan concurrency when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.max_chunk_tokens
|
الافتراضي 2048 | الوصف Max Chunk Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max chunk tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.ollama_embed_num_ctx
|
الافتراضي 512 | الوصف Ollama Embed Num Ctx — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama embed num ctx when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.bge-m3.document_prefix
|
الافتراضي "" | الوصف Document Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.bge-m3.query_prefix
|
الافتراضي Represent this sentence for searching relevant passages: | الوصف Query Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.default.document_prefix
|
الافتراضي "" | الوصف Document Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.default.query_prefix
|
الافتراضي "" | الوصف Query Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.nomic-embed-text.document_prefix
|
الافتراضي search_document: | الوصف Document Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune document prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_models.nomic-embed-text.query_prefix
|
الافتراضي search_query: | الوصف Query Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.prep_version
|
الافتراضي v2_prefixes | الوصف Prep Version — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prep version when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.query_embed_timeout_sec
|
الافتراضي 15 | الوصف Query Embed Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query embed timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
embedding.timeout_seconds
|
الافتراضي 180 | الوصف Timeout Seconds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout seconds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.await_deferred_embed
|
الافتراضي true | الوصف Await Deferred Embed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Await Deferred Embed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for await deferred embed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.bootstrap_overview_rerank_boost
|
الافتراضي 0.15 | الوصف Bootstrap Overview Rerank Boost — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune bootstrap overview rerank boost when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.bootstrap_role_enabled
|
الافتراضي true | الوصف Bootstrap Role Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Bootstrap Role Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for bootstrap role enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_detach_embed_drain_sec
|
الافتراضي 5 | الوصف Chroma Detach Embed Drain Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma detach embed drain sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_detach_embed_join_sec
|
الافتراضي 2 | الوصف Chroma Detach Embed Join Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma detach embed join sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_health_interval_sec
|
الافتراضي 0.5 | الوصف Chroma Health Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma health interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_health_path
|
الافتراضي /api/v2/heartbeat | الوصف Chroma Health Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma health path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_health_timeout_sec
|
الافتراضي 2 | الوصف Chroma Health Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma health timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_http_host
|
الافتراضي 127.0.0.1 | الوصف Chroma Http Host — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma http host when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_http_port
|
الافتراضي 8100 | الوصف Chroma Http Port — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma http port when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_http_timeout_sec
|
الافتراضي 30 | الوصف Chroma Http Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma http timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_max_restarts
|
الافتراضي 3 | الوصف Chroma Max Restarts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma max restarts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_mode
|
الافتراضي http | الوصف Chroma Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.chroma_ready_wait_sec
|
الافتراضي 30 | الوصف Chroma Ready Wait Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chroma ready wait sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.code_extensions
|
الافتراضي [10 items] .py, .ts, .js, .tsx… | الوصف Code Extensions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune code extensions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.config_cache_max
|
الافتراضي 200 | الوصف Config Cache Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune config cache max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.config_cache_ttl_sec
|
الافتراضي 60 | الوصف Config Cache Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune config cache ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_all_none_is_failure
|
الافتراضي true | الوصف Embed All None Is Failure — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Embed All None Is Failure — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for embed all none is failure. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_cache_max_db_bytes
|
الافتراضي 524288000 | الوصف Embed Cache Max Db Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed cache max db bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_batch_size
|
الافتراضي 64 | الوصف Embed Worker Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_circuit_cooldown_sec
|
الافتراضي 30 | الوصف Embed Worker Circuit Cooldown Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker circuit cooldown sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_circuit_trip_after
|
الافتراضي 5 | الوصف Embed Worker Circuit Trip After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker circuit trip after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_max_circuit_requeues
|
الافتراضي 20 | الوصف Embed Worker Max Circuit Requeues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker max circuit requeues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_max_retries
|
الافتراضي 3 | الوصف Embed Worker Max Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker max retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.embed_worker_retry_base_sec
|
الافتراضي 1 | الوصف Embed Worker Retry Base Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embed worker retry base sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.file_upsert_max_paths
|
الافتراضي 80 | الوصف File Upsert Max Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune file upsert max paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.file_upsert_pending_compact_threshold
|
الافتراضي 50 | الوصف File Upsert Pending Compact Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune file upsert pending compact threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.gate_file_overview_rerank_penalty
|
الافتراضي 0.18 | الوصف Gate File Overview Rerank Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gate file overview rerank penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.generated_index_skip_globs
|
الافتراضي [".contextmint/registries/**",".contextmint/epa/**",".contextmint/studio/**","**/_site/**","**/pagefind/**"] | الوصف Generated Index Skip Globs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune generated index skip globs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.hash_cache_save_debounce_sec
|
الافتراضي 5 | الوصف Hash Cache Save Debounce Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune hash cache save debounce sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.job_progress_stall_sec
|
الافتراضي 900 | الوصف Job Progress Stall Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune job progress stall sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.job_stale_sec
|
الافتراضي 300 | الوصف Job Stale Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune job stale sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.literal_tokens_enabled
|
الافتراضي true | الوصف Literal Tokens Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Literal Tokens Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for literal tokens enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.literal_tokens_max_per_chunk
|
الافتراضي 32 | الوصف Literal Tokens Max Per Chunk — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune literal tokens max per chunk when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.literal_tokens_min_length
|
الافتراضي 3 | الوصف Literal Tokens Min Length — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune literal tokens min length when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.max_file_size_mb
|
الافتراضي 2 | الوصف Max File Size Mb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max file size mb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.progress_flush_interval_ms
|
الافتراضي 500 | الوصف Progress Flush Interval Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune progress flush interval ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.query_replay_max_rows
|
الافتراضي 5000 | الوصف Query Replay Max Rows — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune query replay max rows when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_apply_error_backoff_sec
|
الافتراضي 300 | الوصف Reconcile Apply Error Backoff Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile apply error backoff sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_audit_includes_chroma_repair
|
الافتراضي true | الوصف Reconcile Audit Includes Chroma Repair — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Reconcile Audit Includes Chroma Repair — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for reconcile audit includes chroma repair. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_audit_interval_sec
|
الافتراضي 3600 | الوصف Reconcile Audit Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile audit interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_cache_disk_mtime_probe
|
الافتراضي true | الوصف Reconcile Cache Disk Mtime Probe — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Reconcile Cache Disk Mtime Probe — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for reconcile cache disk mtime probe. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_cache_disk_mtime_probe_max_files
|
الافتراضي 10000 | الوصف Reconcile Cache Disk Mtime Probe Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile cache disk mtime probe max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_chroma_page_size
|
الافتراضي 1000 | الوصف Reconcile Chroma Page Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile chroma page size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_chroma_repair_interval_sec
|
الافتراضي 86400 | الوصف Reconcile Chroma Repair Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile chroma repair interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_contention_backoff_sec
|
الافتراضي 120 | الوصف Reconcile Contention Backoff Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile contention backoff sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_interval_sec
|
الافتراضي 300 | الوصف Reconcile Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_max_interval_sec
|
الافتراضي 3600 | الوصف Reconcile Max Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile max interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_ready_retry_sec
|
الافتراضي 15 | الوصف Reconcile Ready Retry Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile ready retry sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_throttle_load_ratio
|
الافتراضي 0.8 | الوصف Reconcile Throttle Load Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile throttle load ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_yield_every_active
|
الافتراضي 5 | الوصف Reconcile Yield Every Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile yield every active when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.reconcile_yield_every_idle
|
الافتراضي 50 | الوصف Reconcile Yield Every Idle — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reconcile yield every idle when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.scheduler_governance_every_n_claims
|
الافتراضي 3 | الوصف Scheduler Governance Every N Claims — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune scheduler governance every n claims when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.searchable_ready_while_embedding
|
الافتراضي true | الوصف Searchable Ready While Embedding — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Searchable Ready While Embedding — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for searchable ready while embedding. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.status_chroma_count_timeout_sec
|
الافتراضي 2 | الوصف Status Chroma Count Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune status chroma count timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.status_skip_chroma_count_when_active
|
الافتراضي true | الوصف Status Skip Chroma Count When Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Status Skip Chroma Count When Active — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for status skip chroma count when active. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.warm_restart_catchup_delay_sec
|
الافتراضي 5 | الوصف Warm Restart Catchup Delay Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune warm restart catchup delay sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.warm_restart_enabled
|
الافتراضي true | الوصف Warm Restart Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Warm Restart Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for warm restart enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.warm_restart_skip_missing_scan
|
الافتراضي true | الوصف Warm Restart Skip Missing Scan — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Warm Restart Skip Missing Scan — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for warm restart skip missing scan. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_active_job_cache_ms
|
الافتراضي 500 | الوصف Worker Active Job Cache Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker active job cache ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_enabled
|
الافتراضي true | الوصف Worker Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Worker Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for worker enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_heartbeat_fail_max
|
الافتراضي 5 | الوصف Worker Heartbeat Fail Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker heartbeat fail max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_idle_poll_sec
|
الافتراضي 2 | الوصف Worker Idle Poll Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker idle poll sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_max_restarts
|
الافتراضي 3 | الوصف Worker Max Restarts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker max restarts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_pending_warn_sec
|
الافتراضي 60 | الوصف Worker Pending Warn Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker pending warn sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_progress_flush_interval_ms
|
الافتراضي 500 | الوصف Worker Progress Flush Interval Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker progress flush interval ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_rehydrate_retry_sec
|
الافتراضي 2 | الوصف Worker Rehydrate Retry Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker rehydrate retry sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
indexing.worker_spawn_reserve_sec
|
الافتراضي 60 | الوصف Worker Spawn Reserve Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune worker spawn reserve sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Evidence planes
Index stamping and query-time filtering by evidence plane (developer vs doc_meta vs harness).
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
evidence_planes.default_posture
|
الافتراضي developer | الوصف Default Posture — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default posture when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.doc_meta_path_markers
|
الافتراضي [".contextmint/packs/session/",".contextmint/packs/security/","_patch_",".github/"] | الوصف Doc Meta Path Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune doc meta path markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.enabled
مشغّل
|
الافتراضي true | الوصف Master switch for evidence plane stamping and query-time plane filters. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Master switch for evidence plane stamping and query-time plane filters. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.harness_path_markers
|
الافتراضي ["ci/","tests/golden","/eval/"] | الوصف Harness Path Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune harness path markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.index_stamping_enabled
|
الافتراضي true | الوصف Index Stamping Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Index Stamping Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for index stamping enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.quality_harness_pack_name
|
الافتراضي quality-harness | الوصف Quality Harness Pack Name — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune quality harness pack name when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
evidence_planes.query_filter_enabled
|
الافتراضي true | الوصف Query Filter Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Query Filter Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for query filter enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Repo memory (packs)
Pack sync limits, fingerprint paths, and trust anchor checks for session and core packs.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
packs.fingerprint_external_dir
|
الافتراضي .contextmint/pack-fingerprints | الوصف Fingerprint External Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fingerprint external dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.fingerprint_file
|
الافتراضي .contextmint/pack_fingerprint.txt | الوصف Fingerprint File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fingerprint file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.fingerprint_subdir
|
الافتراضي .contextmint/packs | الوصف Fingerprint Subdir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fingerprint subdir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.max_packs
|
الافتراضي 7 | الوصف Max Packs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max packs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.max_path_chars
|
الافتراضي 260 | الوصف Max Path Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max path chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.max_scan_depth
|
الافتراضي 3 | الوصف Max Scan Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max scan depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.max_source_files
|
الافتراضي 30 | الوصف Max Source Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max source files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_enabled
|
الافتراضي true | الوصف Mechanism Pack Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mechanism Pack Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mechanism pack enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_excerpt_window_lines
|
الافتراضي 30 | الوصف Mechanism Pack Excerpt Window Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack excerpt window lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_fallback_name
|
الافتراضي mechanism-retrieval | الوصف Mechanism Pack Fallback Name — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack fallback name when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_max_symbols
|
الافتراضي 12 | الوصف Mechanism Pack Max Symbols — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack max symbols when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_max_tokens
|
الافتراضي 2500 | الوصف Mechanism Pack Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_path_markers
|
الافتراضي ["search","retrieval","scoring","blend"] | الوصف Mechanism Pack Path Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack path markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_primary_name
|
الافتراضي search | الوصف Mechanism Pack Primary Name — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack primary name when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.mechanism_pack_symbol_keywords
|
الافتراضي [9 items] blend, bm25, vector, scorer… | الوصف Mechanism Pack Symbol Keywords — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mechanism pack symbol keywords when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.sync_stale_trim_pct
|
الافتراضي 30 | الوصف Sync Stale Trim Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sync stale trim pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.trust_content_anchor_check_enabled
|
الافتراضي true | الوصف Trust Content Anchor Check Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Trust Content Anchor Check Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for trust content anchor check enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.trust_max_anchors_to_check
|
الافتراضي 40 | الوصف Trust Max Anchors To Check — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trust max anchors to check when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
packs.trust_missing_path_stale_pct
|
الافتراضي 25 | الوصف Trust Missing Path Stale Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trust missing path stale pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Sandbox (server)
Git worktree sandbox for isolated apply — requires extension sandbox.enabled when used from VS Code.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
sandbox.az_executable
|
الافتراضي "" | الوصف Az Executable — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune az executable when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.az_search_paths
|
الافتراضي [] | الوصف Az Search Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune az search paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.block_dirty_main
|
الافتراضي false | الوصف Block Dirty Main — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Dirty Main — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block dirty main. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.branch_prefix
|
الافتراضي cl-sb- | الوصف Branch Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune branch prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.dependency_mirror_enabled
|
الافتراضي false | الوصف Dependency Mirror Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dependency Mirror Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for dependency mirror enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.enabled
مشغّل
|
الافتراضي false | الوصف Enable git worktree sandbox API — requires extension contextmint.sandbox.enabled. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable git worktree sandbox API — requires extension contextmint.sandbox.enabled. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.exec_timeout_sec
|
الافتراضي 60 | الوصف Exec Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune exec timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.file_checkout_max
|
الافتراضي 10 | الوصف File Checkout Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune file checkout max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.gh_executable
|
الافتراضي "" | الوصف Gh Executable — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gh executable when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.gh_search_paths
|
الافتراضي [] | الوصف Gh Search Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gh search paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.git_executable
|
الافتراضي "" | الوصف Git Executable — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune git executable when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.git_search_paths
|
الافتراضي [] | الوصف Git Search Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune git search paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.heartbeat_interval_sec
|
الافتراضي 30 | الوصف Heartbeat Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune heartbeat interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.max_active
|
الافتراضي 1 | الوصف Max Active — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max active when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.max_age_hours
|
الافتراضي 24 | الوصف Max Age Hours — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max age hours when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
sandbox.min_free_gb
|
الافتراضي 2 | الوصف Min Free Gb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min free gb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Runtime & circuit breaker
RAM pause/resume during indexing, Ollama health probes, model preload before chat, and keep-alive (sovereign server). API circuit breaker thresholds.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
circuit_breaker.failure_threshold
|
الافتراضي 5 | الوصف Failure Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune failure threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
circuit_breaker.recovery_timeout_sec
|
الافتراضي 60 | الوصف Recovery Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recovery timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
circuit_breaker.success_threshold
|
الافتراضي 2 | الوصف Success Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune success threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.gpu_probe_timeout_sec
|
الافتراضي 2 | الوصف Gpu Probe Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gpu probe timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.ollama_ensure_model_loaded
مشغّل
|
الافتراضي true | الوصف When true, probe Ollama /api/ps before chat and preload the model when it is not in VRAM — reduces cold-start stream errors. |
دليل الاستخدام
When to enable or disableEnable whenDefault — checks /api/ps before chat and preloads when the model is cold. UI shows a loading status instead of a silent hang. Disable whenWhen you manage warmup externally or want every request to hit Ollama cold-load inline (not recommended). Trade-offsPros
Cons
RecommendationLeave enabled unless you have a dedicated always-warm inference sidecar. |
||
الإعداد
runtime.ollama_health_timeout_sec
|
الافتراضي 2 | الوصف HTTP timeout (seconds) for Ollama /api/ps health probe. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama health timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.ollama_keep_model_loaded
مشغّل
|
الافتراضي false | الوصف When true, Ollama chat and embed models stay loaded (keep_alive=-1, no eviction). Recommended for sovereign server deployments with dedicated inference RAM. |
دليل الاستخدام
When to enable or disableEnable whenSovereign server or dedicated inference box — keeps chat and embed models resident (keep_alive=-1). No eviction after idle. Disable whenLocal-first dev machines with limited RAM/VRAM — models evict after the session keep_alive window. Trade-offsPros
Cons
RecommendationEnable on sovereign server deployments; leave false on developer laptops unless you have spare VRAM. |
||
الإعداد
runtime.ollama_ps_probe_retries
|
الافتراضي 1 | الوصف Ollama Ps Probe Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama ps probe retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.ram_pause_pct
|
الافتراضي 95 | الوصف Ram Pause Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram pause pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.ram_poll_sec
|
الافتراضي 1 | الوصف Ram Poll Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram poll sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
runtime.ram_resume_pct
|
الافتراضي 90 | الوصف Ram Resume Pct — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram resume pct when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Session summary
Optional rolling session summaries after N turns.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
session_summary.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
session_summary.max_tokens
|
الافتراضي 500 | الوصف Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
session_summary.timeout_sec
|
الافتراضي 25 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
session_summary.trigger_turns
|
الافتراضي 6 | الوصف Trigger Turns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune trigger turns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Semantic enrichment (index)
Optional chunk summaries at index time — off by default.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
semantic_enrichment.batch_size
|
الافتراضي 8 | الوصف Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.fallback_to_structural
|
الافتراضي true | الوصف Fallback To Structural — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fallback To Structural — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fallback to structural. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.max_summary_tokens
|
الافتراضي 80 | الوصف Max Summary Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max summary tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.min_tier
|
الافتراضي T1 | الوصف Min Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.signal_loss_threshold
|
الافتراضي 0.05 | الوصف Signal Loss Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune signal loss threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
semantic_enrichment.summary_embed_enabled
|
الافتراضي false | الوصف Summary Embed Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Summary Embed Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for summary embed enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Quality & governed chat
DRY/structure scan thresholds, governed chat implementation audit, and apply-gate settings.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
quality.apply_gate_enabled
|
الافتراضي true | الوصف Apply Gate Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Apply Gate Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for apply gate enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.code_area_label_rules
|
الافتراضي [] | الوصف Code Area Label Rules — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune code area label rules when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry_progress_update_every_n
|
الافتراضي 50 | الوصف Dry Progress Update Every N — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dry progress update every n when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.clone_min_score
|
الافتراضي 0.9 | الوصف Clone Min Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune clone min score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.jaccard_confirm_min
|
الافتراضي 0.55 | الوصف Jaccard Confirm Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune jaccard confirm min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.max_source_chunks_changed_scope
|
الافتراضي 250 | الوصف Max Source Chunks Changed Scope — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max source chunks changed scope when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.max_source_chunks_per_scan
|
الافتراضي 5000 | الوصف Max Source Chunks Per Scan — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max source chunks per scan when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.near_duplicate_min_score
|
الافتراضي 0.7 | الوصف Near Duplicate Min Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune near duplicate min score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.refactor_candidate_min_embedding
|
الافتراضي 0.45 | الوصف Refactor Candidate Min Embedding — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune refactor candidate min embedding when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.refactor_candidate_min_structure
|
الافتراضي 0.75 | الوصف Refactor Candidate Min Structure — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune refactor candidate min structure when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.refactor_cluster_min_size
|
الافتراضي 3 | الوصف Refactor Cluster Min Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune refactor cluster min size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.same_file_adjacent_skip_lines
|
الافتراضي 5 | الوصف Same File Adjacent Skip Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune same file adjacent skip lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.scan_enabled
|
الافتراضي true | الوصف Scan Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Scan Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for scan enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.dry.top_k_neighbors_per_chunk
|
الافتراضي 20 | الوصف Top K Neighbors Per Chunk — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top k neighbors per chunk when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.enabled
مشغّل
|
الافتراضي true | الوصف Master switch for quality scans (clones, structure, patterns). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Master switch for quality scans (clones, structure, patterns). Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.enqueue_skip_ram_percent
|
الافتراضي 85 | الوصف Enqueue Skip Ram Percent — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune enqueue skip ram percent when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.federated_classify_latency_warn_ms
|
الافتراضي 50 | الوصف Federated Classify Latency Warn Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune federated classify latency warn ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.federated_router_chat_wire_enabled
|
الافتراضي true | الوصف Federated Router Chat Wire Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Federated Router Chat Wire Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for federated router chat wire enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.federated_router_shadow_compare_enabled
|
الافتراضي true | الوصف Federated Router Shadow Compare Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Federated Router Shadow Compare Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for federated router shadow compare enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.federated_routing_overhead_max_fraction
|
الافتراضي 0.05 | الوصف Federated Routing Overhead Max Fraction — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune federated routing overhead max fraction when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.finalize_scan_debounce_sec
|
الافتراضي 1800 | الوصف Finalize Scan Debounce Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune finalize scan debounce sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.finalize_scan_min_files_changed
|
الافتراضي 15 | الوصف Finalize Scan Min Files Changed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune finalize scan min files changed when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.finalize_scan_mode
|
الافتراضي debounce | الوصف Finalize Scan Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune finalize scan mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governance_eval_gate_gf_signoff_path
|
الافتراضي documentation/evidence/GATE-GF-signoff.json | الوصف Governance Eval Gate Gf Signoff Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governance eval gate gf signoff path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governance_eval_max_p95_latency_ms
|
الافتراضي 500 | الوصف Governance Eval Max P95 Latency Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governance eval max p95 latency ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governance_eval_min_hit_rate
|
الافتراضي 0.85 | الوصف Governance Eval Min Hit Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governance eval min hit rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governance_eval_min_lens_accuracy
|
الافتراضي 0.9 | الوصف Governance Eval Min Lens Accuracy — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governance eval min lens accuracy when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governance_eval_output_path
|
الافتراضي documentation/evidence/governance-eval-latest.json | الوصف Governance Eval Output Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governance eval output path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_enabled
مشغّل
|
الافتراضي true | الوصف Pre-send governance notes and implementation audit on store-backed answers. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Pre-send governance notes and implementation audit on store-backed answers. Disable whenWhen false — disables or falls back for governed chat enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_fast_path_enabled
|
الافتراضي true | الوصف Governed Chat Fast Path Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Governed Chat Fast Path Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for governed chat fast path enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_impl_audit_max_paths_per_finding
|
الافتراضي 8 | الوصف Governed Chat Impl Audit Max Paths Per Finding — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat impl audit max paths per finding when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_impl_audit_max_technical
|
الافتراضي 12 | الوصف Governed Chat Impl Audit Max Technical — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat impl audit max technical when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_impl_audit_min_code_ratio
|
الافتراضي 0.2 | الوصف Governed Chat Impl Audit Min Code Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat impl audit min code ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_impl_audit_top_targets
|
الافتراضي 5 | الوصف Governed Chat Impl Audit Top Targets — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat impl audit top targets when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_max_findings
|
الافتراضي 20 | الوصف Governed Chat Max Findings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat max findings when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_min_coverage_ratio
|
الافتراضي 0.5 | الوصف Governed Chat Min Coverage Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat min coverage ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_pack_notes_enabled
|
الافتراضي false | الوصف Governed Chat Pack Notes Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Governed Chat Pack Notes Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for governed chat pack notes enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_pack_notes_max
|
الافتراضي 3 | الوصف Governed Chat Pack Notes Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat pack notes max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_polish_cloud_tiers
|
الافتراضي ["mid","premium"] | الوصف Governed Chat Polish Cloud Tiers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat polish cloud tiers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_polish_enabled
|
الافتراضي false | الوصف Governed Chat Polish Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Governed Chat Polish Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for governed chat polish enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_polish_min_context_tokens
|
الافتراضي 800 | الوصف Governed Chat Polish Min Context Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat polish min context tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_stale_files_warning
|
الافتراضي 5 | الوصف Governed Chat Stale Files Warning — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat stale files warning when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_stale_scan_sec
|
الافتراضي 86400 | الوصف Governed Chat Stale Scan Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune governed chat stale scan sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.governed_chat_trust_metadata_enabled
|
الافتراضي true | الوصف Governed Chat Trust Metadata Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Governed Chat Trust Metadata Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for governed chat trust metadata enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.impl_audit_static_site_markers
|
الافتراضي [] | الوصف Impl Audit Static Site Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune impl audit static site markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.max_concurrent_scans
|
الافتراضي 1 | الوصف Max Concurrent Scans — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max concurrent scans when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.max_neighbor_queries_per_scan
|
الافتراضي 400 | الوصف Max Neighbor Queries Per Scan — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max neighbor queries per scan when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.pattern.max_files_per_scan
|
الافتراضي 10000 | الوصف Max Files Per Scan — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max files per scan when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.pattern.scan_enabled
|
الافتراضي true | الوصف Scan Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Scan Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for scan enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.scan_poll_interval_ms
|
الافتراضي 2000 | الوصف Scan Poll Interval Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune scan poll interval ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.scan_stale_sec
|
الافتراضي 600 | الوصف Scan Stale Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune scan stale sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.structure.god_file_min_loc
|
الافتراضي 800 | الوصف God File Min Loc — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune god file min loc when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.structure.god_file_min_symbols
|
الافتراضي 30 | الوصف God File Min Symbols — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune god file min symbols when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.structure.max_files_per_scan
|
الافتراضي 10000 | الوصف Max Files Per Scan — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max files per scan when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.structure.scan_enabled
|
الافتراضي true | الوصف Scan Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Scan Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for scan enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.yield_every_n_chunks
|
الافتراضي 25 | الوصف Yield Every N Chunks — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune yield every n chunks when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.yield_every_n_files
|
الافتراضي 50 | الوصف Yield Every N Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune yield every n files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
quality.yield_sleep_sec
|
الافتراضي 0.05 | الوصف Yield Sleep Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune yield sleep sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
ARGUS visual audit
VLM-backed visual paste audit — model route, screenshot caps, and report TTL.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
argus.deps_install_timeout_sec
|
الافتراضي 120 | الوصف Deps Install Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune deps install timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.enabled
مشغّل
|
الافتراضي true | الوصف Enable ARGUS visual paste audit (VLM + browser capture). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable ARGUS visual paste audit (VLM + browser capture). Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.finding_meta_capture_patterns
|
الافتراضي ["(?i)\\b(image|screenshot|photo|picture)\\b.*\\b(blur|blurry|pixelat|resolution|out of focus)\\b","(?i)\\bthe\\s+(image|screenshot|photo|picture)\\s+(is|appears|looks)\\b","(?i)\\bcapture\\s+quality\\b"] | الوصف Finding Meta Capture Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune finding meta capture patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.finding_min_description_chars
|
الافتراضي 12 | الوصف Finding Min Description Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune finding min description chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.finding_normalize_enabled
|
الافتراضي true | الوصف Finding Normalize Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Finding Normalize Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for finding normalize enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.max_screenshots
|
الافتراضي 3 | الوصف Max Screenshots — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max screenshots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.max_severity_without_wcag
|
الافتراضي medium | الوصف Max Severity Without Wcag — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max severity without wcag when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.preview_port
|
الافتراضي 8765 | الوصف Preview Port — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune preview port when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.report_ttl_sec
|
الافتراضي 604800 | الوصف Report Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune report ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.reports_dir
|
الافتراضي ~/.contextmint/argus/reports | الوصف Reports Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune reports dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_json_schema_enabled
|
الافتراضي true | الوصف Vlm Json Schema Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Vlm Json Schema Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for vlm json schema enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_max_tokens
|
الافتراضي 1024 | الوصف Vlm Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vlm max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_model
|
الافتراضي qwen2.5vl:3b | الوصف Vlm Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vlm model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_retry_without_json_mode
|
الافتراضي true | الوصف Vlm Retry Without Json Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Vlm Retry Without Json Mode — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for vlm retry without json mode. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_route
|
الافتراضي local | الوصف Vlm Route — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vlm route when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
argus.vlm_temperature
|
الافتراضي 0.1 | الوصف Vlm Temperature — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vlm temperature when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Inline completion (server)
Ghost-text completion endpoint — Wave J1 default-on. Pause policy (pause_mode) controls whether completions yield while embed/reindex is busy.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
inline.allow_cloud
|
الافتراضي false | الوصف Allow Cloud — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Cloud — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow cloud. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.chat_wire_extra_rules
|
الافتراضي
[11 items] When completing a full function body, include brief input validation and error handling — not happy-path-only., Match error-handling style already visible in / |
الوصف Chat Wire Extra Rules — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chat wire extra rules when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.cloud_model
|
الافتراضي "" | الوصف Cloud Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cloud model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.code_languages
|
الافتراضي typescript,javascript,python,go,rust | الوصف Code Languages — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune code languages when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.completion_hard_cap_chars
|
الافتراضي 256 | الوصف Completion Hard Cap Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune completion hard cap chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.debug_log_prompt
|
الافتراضي false | الوصف Debug Log Prompt — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Debug Log Prompt — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for debug log prompt. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.enabled
مشغّل
|
الافتراضي true | الوصف Enable the ghost-text /api/v1/complete endpoint — Wave J1 Parity default-on. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable the ghost-text /api/v1/complete endpoint — Wave J1 Parity default-on. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.export_llm_trace
|
الافتراضي false | الوصف Export Llm Trace — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Export Llm Trace — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for export llm trace. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.keep_alive
|
الافتراضي 5m | الوصف Keep Alive — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune keep alive when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.max_prefix_chars
|
الافتراضي 2000 | الوصف Max Prefix Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max prefix chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.max_suffix_chars
|
الافتراضي 512 | الوصف Max Suffix Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max suffix chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.mode
|
الافتراضي auto | الوصف Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.model
|
الافتراضي contextmint-inline | الوصف Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.model_tags_cache_ttl_sec
|
الافتراضي 30 | الوصف Model Tags Cache Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune model tags cache ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.multiline_hard_cap_chars
|
الافتراضي 1536 | الوصف Multiline Hard Cap Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune multiline hard cap chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.multiline_num_predict
|
الافتراضي 384 | الوصف Multiline Num Predict — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune multiline num predict when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.num_ctx_ceiling
|
الافتراضي 2048 | الوصف Num Ctx Ceiling — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune num ctx ceiling when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.num_predict
|
الافتراضي 64 | الوصف Num Predict — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune num predict when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.pause_mode
مشغّل
|
الافتراضي off | الوصف Pause Mode for inline completion while embed/reindex is busy: off (never), shared_runtime (pause only when chat and embed share one Ollama host), on_embed_busy (always pause when busy). Default off. |
دليل الاستخدام
When to enable or disableEnable whenSet shared_runtime on contested single-host Ollama installs so ghost-text yields while embed/reindex is busy. Use on_embed_busy only for blunt legacy pause on any busy session. Disable whenoff (shipped default) — inline never pauses for indexing; prefer this when chat and embed use split Ollama hosts. Trade-offsPros
Cons
RecommendationLeave off for split-host and most laptops; shared_runtime for shared-runtime team servers under load. |
||
الإعداد
inline.pause_while_indexing
مشغّل
|
الافتراضي false | الوصف DEPRECATED mirror of pause_mode — prefer inline.pause_mode. True alone maps to on_embed_busy; pause_mode wins when both are set. Default false. |
دليل الاستخدام
When to enable or disableEnable whenLegacy only — true alone maps to on_embed_busy. Prefer setting inline.pause_mode explicitly. Disable whenfalse (default) — does not lower a stricter pause_mode already set on the server. Trade-offsPros
Cons
RecommendationDo not set in new overlays; use inline.pause_mode instead. |
||
الإعداد
inline.prose_hard_cap_chars
|
الافتراضي 160 | الوصف Prose Hard Cap Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prose hard cap chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.prose_languages
|
الافتراضي markdown,plaintext,text,latex,restructuredtext | الوصف Prose Languages — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prose languages when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.prose_max_prefix_chars
|
الافتراضي 600 | الوصف Prose Max Prefix Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prose max prefix chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.prose_num_predict
|
الافتراضي 24 | الوصف Prose Num Predict — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prose num predict when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.prose_repeat_penalty
|
الافتراضي 1.1 | الوصف Prose Repeat Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prose repeat penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.rate_limit_per_min
|
الافتراضي 30 | الوصف Rate Limit Per Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune rate limit per min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.slo_client_p100_ms
|
الافتراضي 1500 | الوصف Slo Client P100 Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune slo client p100 ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.slo_server_p99_ms
|
الافتراضي 1200 | الوصف Slo Server P99 Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune slo server p99 ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.slo_warm_p50_ms
|
الافتراضي 300 | الوصف Slo Warm P50 Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune slo warm p50 ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.temperature
|
الافتراضي 0.2 | الوصف Temperature — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune temperature when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.timeout_connect_sec
|
الافتراضي 2 | الوصف Timeout Connect Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout connect sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.timeout_pool_sec
|
الافتراضي 2 | الوصف Timeout Pool Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout pool sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.timeout_read_sec
|
الافتراضي 1.2 | الوصف Timeout Read Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout read sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.timeout_write_sec
|
الافتراضي 2 | الوصف Timeout Write Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout write sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.top_p
|
الافتراضي 0.9 | الوصف Top P — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune top p when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inline.yield_to_chat
|
الافتراضي true | الوصف Yield To Chat — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Yield To Chat — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for yield to chat. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Agent loop & Apply Gate (server)
Governed agent runtime — tool rounds, Apply Gate, ChangeSet, investigation depth, terminal allowlist. Wave J1 default-on; mutations stay preview-first; fill allowed_commands or apply full-parity overlay.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
agent.adr_validate_top_k
|
الافتراضي 8 | الوصف Adr Validate Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune adr validate top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.allow_write_tools
|
الافتراضي true | الوصف Allow Write Tools — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Write Tools — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow write tools. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.allowed_tools
|
الافتراضي [] | الوصف Allowed Tools — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allowed tools when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.apply_gate_medium_warn_limit
|
الافتراضي 100 | الوصف Apply Gate Medium Warn Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune apply gate medium warn limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.apply_gate_required
مشغّل
|
الافتراضي true | الوصف Require Apply Gate decision before governed writes. Keep true in production. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Apply Gate decision before governed writes. Keep true in production. Disable whenWhen false — disables or falls back for apply gate required. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.blast_max_depth
|
الافتراضي 3 | الوصف Blast Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.blast_max_neighbors
|
الافتراضي 50 | الوصف Blast Max Neighbors — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast max neighbors when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_max_files
|
الافتراضي 20 | الوصف Changeset Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune changeset max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_max_total_bytes
|
الافتراضي 1048576 | الوصف Changeset Max Total Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune changeset max total bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_partial_allow
|
الافتراضي true | الوصف Changeset Partial Allow — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Changeset Partial Allow — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for changeset partial allow. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_prefer_unified_diff
|
الافتراضي true | الوصف Changeset Prefer Unified Diff — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Changeset Prefer Unified Diff — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for changeset prefer unified diff. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_require_base_hash
|
الافتراضي true | الوصف Changeset Require Base Hash — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Changeset Require Base Hash — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for changeset require base hash. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.changeset_require_evidence_citation
|
الافتراضي true | الوصف Changeset Require Evidence Citation — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Changeset Require Evidence Citation — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for changeset require evidence citation. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.convergence_cycle_window
|
الافتراضي 4 | الوصف Convergence Cycle Window — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune convergence cycle window when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.convergence_identical_rounds
|
الافتراضي 3 | الوصف Convergence Identical Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune convergence identical rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.enabled
مشغّل
|
الافتراضي true | الوصف Master switch for the governed agent loop (tools + Apply Gate). Wave J1 Parity default-on. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Master switch for the governed agent loop (tools + Apply Gate). Wave J1 Parity default-on. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.expand_window_lines_after
|
الافتراضي 60 | الوصف Expand Window Lines After — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand window lines after when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.expand_window_lines_before
|
الافتراضي 40 | الوصف Expand Window Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand window lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.expand_window_max_lines
|
الافتراضي 500 | الوصف Expand Window Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand window max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.experience_v2.attempt_history_max
|
الافتراضي 8 | الوصف Attempt History Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune attempt history max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.experience_v2.enabled
|
الافتراضي true | الوصف Wave FPX repair_context SSE for in-seat Iterate. Eng default-on; one-seat claim still GATE-FULL-PARITY PO dogfood. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Wave FPX repair_context SSE for in-seat Iterate. Eng default-on; one-seat claim still GATE-FULL-PARITY PO dogfood. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.experience_v2.repair_stderr_chars
|
الافتراضي 1200 | الوصف Repair Stderr Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repair stderr chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.experience_v2.repair_stdout_chars
|
الافتراضي 400 | الوصف Repair Stdout Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repair stdout chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.findings_query_limit
|
الافتراضي 50 | الوصف Findings Query Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune findings query limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.gate_audit_relpath
|
الافتراضي .contextmint/agent/gate-audit.jsonl | الوصف Gate Audit Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gate audit relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.gate_audit_remote_timeout_sec
|
الافتراضي 3 | الوصف Gate Audit Remote Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gate audit remote timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.gate_audit_remote_url
|
الافتراضي "" | الوصف Gate Audit Remote Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gate audit remote url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_candidate_pool_factor
|
الافتراضي 8 | الوصف Grep Candidate Pool Factor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep candidate pool factor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_identifier_variants
|
الافتراضي true | الوصف Grep Identifier Variants — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Grep Identifier Variants — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for grep identifier variants. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_max_files
|
الافتراضي 80 | الوصف Grep Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_max_hits
|
الافتراضي 50 | الوصف Grep Max Hits — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max hits when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_max_matches_per_file
|
الافتراضي 5 | الوصف Grep Max Matches Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep max matches per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_phrase_min_hits
|
الافتراضي 1 | الوصف Grep Phrase Min Hits — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep phrase min hits when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_phrase_require_path_affinity
|
الافتراضي true | الوصف Grep Phrase Require Path Affinity — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Grep Phrase Require Path Affinity — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for grep phrase require path affinity. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_strong_pattern_min_chars
|
الافتراضي 8 | الوصف Grep Strong Pattern Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep strong pattern min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_token_fallback
|
الافتراضي true | الوصف Grep Token Fallback — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Grep Token Fallback — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for grep token fallback. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.grep_token_min_length
|
الافتراضي 3 | الوصف Grep Token Min Length — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grep token min length when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.affinity_citation_min_score
|
الافتراضي 2 | الوصف Affinity Citation Min Score — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune affinity citation min score when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.allowlisted_tools
|
الافتراضي [13 items] read_file, grep_search, vector_search, list_directory… | الوصف Allowlisted Tools — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allowlisted tools when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.caller_claim_complete_max
|
الافتراضي 8 | الوصف Caller Claim Complete Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune caller claim complete max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.caller_probe_cues
|
الافتراضي ["who calls","who call","callers of","caller of"] | الوصف Caller Probe Cues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune caller probe cues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.citation_nudge_max
|
الافتراضي 3 | الوصف Citation Nudge Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune citation nudge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.compliance_reject_partial
|
الافتراضي true | الوصف Compliance Reject Partial — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Compliance Reject Partial — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for compliance reject partial. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.compliance_require_existing_path
|
الافتراضي true | الوصف Compliance Require Existing Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Compliance Require Existing Path — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for compliance require existing path. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.discovery_requires_paths
|
الافتراضي true | الوصف Discovery Requires Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Discovery Requires Paths — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for discovery requires paths. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.discovery_search_tools
|
الافتراضي ["grep_search","vector_search","symbol_index"] | الوصف Discovery Search Tools — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune discovery search tools when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.intent_cues
|
الافتراضي [11 items] find where, where is, who calls, who call… | الوصف Intent Cues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent cues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.intent_negative_cues
|
الافتراضي [6 items] how do i fix, how should i fix, get fixed, suggest a fix… | الوصف Intent Negative Cues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune intent negative cues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.nudge_path_list_max
|
الافتراضي 16 | الوصف Nudge Path List Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune nudge path list max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.path_claim_verify_enabled
|
الافتراضي true | الوصف Path Claim Verify Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Path Claim Verify Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for path claim verify enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_affinity_citation
|
الافتراضي true | الوصف Require Affinity Citation — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Affinity Citation — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require affinity citation. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_caller_claim_complete
|
الافتراضي true | الوصف Require Caller Claim Complete — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Caller Claim Complete — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require caller claim complete. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_caller_claim_support
|
الافتراضي true | الوصف Require Caller Claim Support — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Caller Claim Support — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require caller claim support. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_caller_probe
|
الافتراضي true | الوصف Require Caller Probe — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Caller Probe — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require caller probe. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_discovery_before_final
|
الافتراضي true | الوصف Require Discovery Before Final — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Discovery Before Final — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require discovery before final. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_evidence_read_before_final
|
الافتراضي true | الوصف Require Evidence Read Before Final — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Evidence Read Before Final — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require evidence read before final. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.require_import_follow
|
الافتراضي true | الوصف Require Import Follow — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Import Follow — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require import follow. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.investigation.tool_nudge_max
|
الافتراضي 2 | الوصف Tool Nudge Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune tool nudge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.knowledge_lookup_allowed_kinds
|
الافتراضي [6 items] route, service, document, section… | الوصف Knowledge Lookup Allowed Kinds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune knowledge lookup allowed kinds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.knowledge_lookup_enabled
|
الافتراضي true | الوصف Knowledge Lookup Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Knowledge Lookup Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for knowledge lookup enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.knowledge_lookup_max_matches
|
الافتراضي 50 | الوصف Knowledge Lookup Max Matches — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune knowledge lookup max matches when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.live_trace_enabled
|
الافتراضي true | الوصف Live Trace Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Live Trace Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for live trace enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.live_trace_filename
|
الافتراضي agent-live.jsonl | الوصف Live Trace Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune live trace filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.live_trace_tool_preview_chars
|
الافتراضي 4000 | الوصف Live Trace Tool Preview Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune live trace tool preview chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.llm_connect_timeout_sec
|
الافتراضي 15 | الوصف Llm Connect Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm connect timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.llm_max_tokens
|
الافتراضي 2048 | الوصف Llm Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.llm_propose_warn_sec
|
الافتراضي 45 | الوصف Llm Propose Warn Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm propose warn sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.llm_temperature
|
الافتراضي 0.1 | الوصف Llm Temperature — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm temperature when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.llm_timeout_sec
|
الافتراضي 120 | الوصف Llm Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.lookup_force_preview_only
|
الافتراضي true | الوصف Lookup Force Preview Only — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Lookup Force Preview Only — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for lookup force preview only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.max_tool_result_chars
|
الافتراضي 200000 | الوصف Max Tool Result Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max tool result chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.max_tool_rounds
|
الافتراضي 10 | الوصف Max Tool Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max tool rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.max_write_bytes
|
الافتراضي 1048576 | الوصف Max Write Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max write bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.mutations_enabled
|
الافتراضي false | الوصف Mutations Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Mutations Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for mutations enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.override.chat_ttl_sec
|
الافتراضي 3600 | الوصف Chat Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chat ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.override.max_scope
|
الافتراضي instance | الوصف Max Scope — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max scope when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.override.require_reason_min_chars
|
الافتراضي 24 | الوصف Require Reason Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune require reason min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.override.session_ttl_sec
|
الافتراضي 28800 | الوصف Session Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune session ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.parallel_independent_reads
|
الافتراضي true | الوصف Parallel Independent Reads — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Parallel Independent Reads — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for parallel independent reads. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.path_suggest_enabled
|
الافتراضي true | الوصف Path Suggest Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Path Suggest Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for path suggest enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.path_suggest_max_candidates
|
الافتراضي 3 | الوصف Path Suggest Max Candidates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune path suggest max candidates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.path_suggest_max_scan_files
|
الافتراضي 2000 | الوصف Path Suggest Max Scan Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune path suggest max scan files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.path_suggest_min_ratio
|
الافتراضي 0.72 | الوصف Path Suggest Min Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune path suggest min ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.plan_persist.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.plan_persist.max_body_chars
|
الافتراضي 200000 | الوصف Max Body Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max body chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.plan_persist.plans_relpath
|
الافتراضي .contextmint/plans | الوصف Plans Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plans relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.policy_decision_arg_max_chars
|
الافتراضي 500 | الوصف Policy Decision Arg Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune policy decision arg max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.policy_decision_audit
|
الافتراضي true | الوصف Policy Decision Audit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Policy Decision Audit — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for policy decision audit. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.policy_version
|
الافتراضي gcp-1 | الوصف Policy Version — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune policy version when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.read_max_lines
|
الافتراضي 400 | الوصف Read Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune read max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_evidence_paths_prompt_max
|
الافتراضي 8 | الوصف Recommendation Evidence Paths Prompt Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation evidence paths prompt max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_evidence_read_nudge_max
|
الافتراضي 1 | الوصف Recommendation Evidence Read Nudge Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation evidence read nudge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_findings_catalog_limit
|
الافتراضي 500 | الوصف Recommendation Findings Catalog Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation findings catalog limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_force_preview_only
|
الافتراضي true | الوصف Recommendation Force Preview Only — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Recommendation Force Preview Only — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for recommendation force preview only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_grounded_enabled
|
الافتراضي true | الوصف Recommendation Grounded Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Recommendation Grounded Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for recommendation grounded enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_grounded_excerpt_chars
|
الافتراضي 800 | الوصف Recommendation Grounded Excerpt Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation grounded excerpt chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_grounded_max_excerpts
|
الافتراضي 8 | الوصف Recommendation Grounded Max Excerpts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation grounded max excerpts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_require_evidence_read
|
الافتراضي false | الوصف Recommendation Require Evidence Read — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Recommendation Require Evidence Read — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for recommendation require evidence read. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_require_tools
|
الافتراضي true | الوصف Recommendation Require Tools — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Recommendation Require Tools — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for recommendation require tools. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_tool_nudge_max
|
الافتراضي 2 | الوصف Recommendation Tool Nudge Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation tool nudge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recommendation_unverified_context_max_chars
|
الافتراضي 500 | الوصف Recommendation Unverified Context Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recommendation unverified context max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recover_tool_calls_from_content
|
الافتراضي true | الوصف Recover Tool Calls From Content — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Recover Tool Calls From Content — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for recover tool calls from content. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.recover_tool_calls_max_chars
|
الافتراضي 32768 | الوصف Recover Tool Calls Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recover tool calls max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.stop_on_apply_gate_block
|
الافتراضي true | الوصف Stop On Apply Gate Block — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Stop On Apply Gate Block — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for stop on apply gate block. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.stop_on_changeset_terminal
|
الافتراضي true | الوصف Stop On Changeset Terminal — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Stop On Changeset Terminal — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for stop on changeset terminal. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.stop_on_governed_write_terminal
|
الافتراضي true | الوصف Stop On Governed Write Terminal — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Stop On Governed Write Terminal — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for stop on governed write terminal. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.structured_output_recovery_max
|
الافتراضي 1 | الوصف Structured Output Recovery Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structured output recovery max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.symbol_lookup_max_matches
|
الافتراضي 50 | الوصف Symbol Lookup Max Matches — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune symbol lookup max matches when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.synthesize_nudge_enabled
|
الافتراضي true | الوصف Synthesize Nudge Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Synthesize Nudge Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for synthesize nudge enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.synthesize_nudge_lead_rounds
|
الافتراضي 2 | الوصف Synthesize Nudge Lead Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune synthesize nudge lead rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.synthesize_nudge_max
|
الافتراضي 2 | الوصف Synthesize Nudge Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune synthesize nudge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.system_extra_rules
|
الافتراضي ["Prefer tool-result evidence over document section headings when choosing next work.","If tool evidence marks an item complete / eng shipped / PASS / dogfood PASS, do not propose implementing it; report status and select unfinished (open / PO dogfood / next) items.","On read_file NOT_FOUND with suggestion or data.suggested_paths, retry those paths before broad directory listings.","Prefer grep_search / vector_search for filename discovery over listing large trees.","When the user names product surfaces, map each proposed item to those surfaces using evidence only — do not invent scope for a surface not supported by evidence."] | الوصف System Extra Rules — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune system extra rules when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.allowed_commands
|
الافتراضي [] | الوصف Allowed Commands — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allowed commands when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.audit_relpath
|
الافتراضي .contextmint/agent/terminal-audit.jsonl | الوصف Audit Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.cancel_enabled
|
الافتراضي true | الوصف Cancel Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Cancel Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for cancel enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.deny_patterns
|
الافتراضي [10 items] rm -rf, sudo, curl , wget … | الوصف Deny Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune deny patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.enabled
مشغّل
|
الافتراضي true | الوصف Allowlisted run_terminal tool. Wave J1 default-on; allowed_commands stays empty until operator fills (or dogfood overlay seeds this repo). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allowlisted run_terminal tool. Wave J1 default-on; allowed_commands stays empty until operator fills (or dogfood overlay seeds this repo). Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.max_output_bytes
|
الافتراضي 65536 | الوصف Max Output Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max output bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.max_terminal_retries
|
الافتراضي 3 | الوصف Max Terminal Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max terminal retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.max_tracked_children
|
الافتراضي 32 | الوصف Max Tracked Children — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max tracked children when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.mutating_templates
|
الافتراضي [] | الوصف Mutating Templates — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mutating templates when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.terminal.timeout_sec
|
الافتراضي 120 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.vector_top_k_default
|
الافتراضي 8 | الوصف Vector Top K Default — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vector top k default when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.vector_top_k_max
|
الافتراضي 32 | الوصف Vector Top K Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vector top k max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.waiver_extract_enabled
|
الافتراضي true | الوصف Waiver Extract Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Waiver Extract Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for waiver extract enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.waiver_finding_id_regex
|
الافتراضي (?i)\b[a-z][\w-]*(?::[\w./#+-]+){2,}\b | الوصف Waiver Finding Id Regex — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune waiver finding id regex when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.waiver_reason_forbidden_substrings
|
الافتراضي [6 items] This patch can't be applied yet, Open the quality map to review, Preview only, mutations_enabled… | الوصف Waiver Reason Forbidden Substrings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune waiver reason forbidden substrings when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.waiver_reason_label_regex
|
الافتراضي (?i)waiver[_\s-]*reason\s*[:=]\s* | الوصف Waiver Reason Label Regex — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune waiver reason label regex when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.waiver_reason_min_chars
|
الافتراضي 24 | الوصف Waiver Reason Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune waiver reason min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Agent intel (LSP · packs · git · tree)
GATE-AG-INTEL navigation tools — extension LSP proxy, pack query, git porcelain, tree_view. Nested under agent.intel.*; Full Parity eng default-on; git commit/PR/merge/branch mutate flags remain default-off until GATE-SHIP S6; one-seat claim still requires continuous PO dogfood.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
agent.intel.enabled
مشغّل
|
الافتراضي true | الوصف GATE-AG-INTEL umbrella — LSP / packs / git / tree agent tools. Full Parity eng default-on; claim still PO dogfood. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-AG-INTEL umbrella — LSP / packs / git / tree agent tools. Full Parity eng default-on; claim still PO dogfood. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.branch.create_enabled
|
الافتراضي false | الوصف GATE-SHIP SH-7 — when false, propose_git_branch previews only (default off until PO dogfood). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-7 — when false, propose_git_branch previews only (default off until PO dogfood). Disable whenWhen false — disables or falls back for create enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.branch.name_max_chars
|
الافتراضي 120 | الوصف GATE-SHIP SH-7 — maximum stripped branch name length. |
دليل الاستخدام
When to enable or disableEnable whenTune name max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.branch.require_confirm
|
الافتراضي true | الوصف GATE-SHIP SH-7 — when true, mutate only if propose_git_branch confirm is true. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-7 — when true, mutate only if propose_git_branch confirm is true. Disable whenWhen false — disables or falls back for require confirm. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.commit_enabled
|
الافتراضي false | الوصف GATE-SHIP SH-2 — when false, propose_git_commit previews only (default off until PO dogfood). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-2 — when false, propose_git_commit previews only (default off until PO dogfood). Disable whenWhen false — disables or falls back for commit enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.commit_include_submodules
|
الافتراضي false | الوصف GATE-SHIP SH-2 — when false, skip nested git repos. When true, commit inside a nested repo or stage a clean parent gitlink; never stage a dirty gitlink. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-2 — when false, skip nested git repos. When true, commit inside a nested repo or stage a clean parent gitlink; never stage a dirty gitlink. Disable whenWhen false — disables or falls back for commit include submodules. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.commit_max_paths
|
الافتراضي 200 | الوصف GATE-SHIP SH-2 — cap on workspace-relative paths staged in one propose_git_commit. |
دليل الاستخدام
When to enable or disableEnable whenTune commit max paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.commit_message_min_chars
|
الافتراضي 8 | الوصف GATE-SHIP SH-2 — minimum stripped commit message length. |
دليل الاستخدام
When to enable or disableEnable whenTune commit message min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.commit_require_confirm
|
الافتراضي true | الوصف GATE-SHIP SH-2 — when true, mutate only if propose_git_commit confirm is true. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-2 — when true, mutate only if propose_git_commit confirm is true. Disable whenWhen false — disables or falls back for commit require confirm. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.max_diff_bytes
|
الافتراضي 65536 | الوصف Max Diff Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max diff bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.max_status_lines
|
الافتراضي 500 | الوصف Max Status Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max status lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.merge.readiness_enabled
|
الافتراضي false | الوصف GATE-SHIP SH-4 — when false, get_merge_readiness returns ready=false with that reason. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-4 — when false, get_merge_readiness returns ready=false with that reason. Disable whenWhen false — disables or falls back for readiness enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.base_branch
|
الافتراضي "" | الوصف GATE-SHIP SH-3 — PR base ref. Empty uses origin/HEAD (not a hardcoded main). |
دليل الاستخدام
When to enable or disableEnable whenTune base branch when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.body_max_chars
|
الافتراضي 8000 | الوصف GATE-SHIP SH-3 — cap on PR body characters. |
دليل الاستخدام
When to enable or disableEnable whenTune body max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.body_min_chars
|
الافتراضي 8 | الوصف GATE-SHIP SH-8 — mutate-only minimum stripped PR body length (preview may be shorter). |
دليل الاستخدام
When to enable or disableEnable whenTune body min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.create_enabled
|
الافتراضي false | الوصف GATE-SHIP SH-3 — when false, create_pull_request previews only (default off until PO dogfood). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-3 — when false, create_pull_request previews only (default off until PO dogfood). Disable whenWhen false — disables or falls back for create enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.push_on_create
|
الافتراضي true | الوصف GATE-SHIP SH-3 — git push --set-upstream current branch on mutate; never --force. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-3 — git push --set-upstream current branch on mutate; never --force. Disable whenWhen false — disables or falls back for push on create. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.require_confirm
|
الافتراضي true | الوصف GATE-SHIP SH-3 — when true, mutate only if create_pull_request confirm is true. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-SHIP SH-3 — when true, mutate only if create_pull_request confirm is true. Disable whenWhen false — disables or falls back for require confirm. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.pr.title_min_chars
|
الافتراضي 8 | الوصف GATE-SHIP SH-3 — minimum stripped PR title length. |
دليل الاستخدام
When to enable or disableEnable whenTune title min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.git.timeout_sec
|
الافتراضي 30 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.enabled
مشغّل
|
الافتراضي true | الوصف LSP proxy tools (go_to_definition, find_references, …). Needs extension loopback proxy header. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — LSP proxy tools (go_to_definition, find_references, …). Needs extension loopback proxy header. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.max_locations
|
الافتراضي 50 | الوصف Max Locations — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max locations when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.max_outline_symbols
|
الافتراضي 200 | الوصف Max Outline Symbols — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max outline symbols when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.proxy_base_url
|
الافتراضي "" | الوصف Proxy Base Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune proxy base url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.proxy_timeout_sec
|
الافتراضي 10 | الوصف Proxy Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune proxy timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.lsp.registry_fallback_for_outline
|
الافتراضي true | الوصف Registry Fallback For Outline — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Registry Fallback For Outline — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for registry fallback for outline. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.packs.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.packs.include_draft_only_when_named
|
الافتراضي true | الوصف Include Draft Only When Named — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Include Draft Only When Named — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for include draft only when named. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.packs.max_content_chars
|
الافتراضي 8000 | الوصف Max Content Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max content chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.packs.max_packs
|
الافتراضي 5 | الوصف Max Packs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max packs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.tree_view.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.tree_view.max_depth
|
الافتراضي 3 | الوصف Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.tree_view.max_entries
|
الافتراضي 200 | الوصف Max Entries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max entries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.intel.tree_view.skip_dot_dirs
|
الافتراضي true | الوصف Skip Dot Dirs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Skip Dot Dirs — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for skip dot dirs. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Agent moat · network · Spec tools
Deep blast / ADR context / MCP export (agent.moat.*), policy-gated fetch_url/search_web (agent.network.*), and Spec tools (read_image / insert_text). Defaults off; Sovereign blocks network by policy.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
agent.moat.adr_context_enabled
|
الافتراضي false | الوصف Adr Context Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Adr Context Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for adr context enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.adr_context_top_k
|
الافتراضي 8 | الوصف Adr Context Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune adr context top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.adr_excerpt_chars
|
الافتراضي 800 | الوصف Adr Excerpt Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune adr excerpt chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.deepen_blast
|
الافتراضي true | الوصف Deepen Blast — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Deepen Blast — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for deepen blast. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.enabled
مشغّل
|
الافتراضي false | الوصف Moat tools umbrella — deepen blast, ADR context, MCP export. Off by default. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Moat tools umbrella — deepen blast, ADR context, MCP export. Off by default. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.foi_enabled
|
الافتراضي false | الوصف Foi Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Foi Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for foi enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.max_owner_labels
|
الافتراضي 8 | الوصف Max Owner Labels — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max owner labels when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.mcp_export_enabled
مشغّل
|
الافتراضي false | الوصف Expose list_mcp_export_tools + optional HTTP MCP export. Runtime stays MCP-optional. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Expose list_mcp_export_tools + optional HTTP MCP export. Runtime stays MCP-optional. Disable whenWhen false — disables or falls back for mcp export enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.mcp_http_call_enabled
مشغّل
|
الافتراضي false | الوصف POST /api/v1/mcp/export/call — execute allowlisted export tools only. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — POST /api/v1/mcp/export/call — execute allowlisted export tools only. Disable whenWhen false — disables or falls back for mcp http call enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.mcp_http_export_enabled
مشغّل
|
الافتراضي false | الوصف GET /api/v1/mcp/export/tools when moat MCP export is on. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GET /api/v1/mcp/export/tools when moat MCP export is on. Disable whenWhen false — disables or falls back for mcp http export enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.moat.owners_yaml_relpath
|
الافتراضي .contextmint/owners.yaml | الوصف Owners Yaml Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune owners yaml relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.allowed_hosts
|
الافتراضي [] | الوصف Allowed Hosts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allowed hosts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.audit_relpath
|
الافتراضي .contextmint/agent/network-audit.jsonl | الوصف Audit Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.enabled
مشغّل
|
الافتراضي false | الوصف Allow registering fetch_url / search_web. Sovereign policy may still BLOCK. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow registering fetch_url / search_web. Sovereign policy may still BLOCK. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.fetch_url_enabled
|
الافتراضي false | الوصف Fetch Url Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fetch Url Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fetch url enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.max_redirects
|
الافتراضي 3 | الوصف Max Redirects — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max redirects when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.max_response_bytes
|
الافتراضي 65536 | الوصف Max Response Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max response bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.playwright_enabled
|
الافتراضي false | الوصف Playwright Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Playwright Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for playwright enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.search_endpoint_url
|
الافتراضي "" | الوصف Search Endpoint Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune search endpoint url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.search_max_results
|
الافتراضي 5 | الوصف Search Max Results — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune search max results when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.search_web_enabled
|
الافتراضي false | الوصف Search Web Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Search Web Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for search web enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.network.timeout_sec
|
الافتراضي 15 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.editor_proxy_timeout_sec
|
الافتراضي 10 | الوصف Editor Proxy Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune editor proxy timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.enabled
مشغّل
|
الافتراضي false | الوصف Spec tools (read_image / insert_text_at_cursor). Off by default. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Spec tools (read_image / insert_text_at_cursor). Off by default. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.insert_text_at_cursor_enabled
|
الافتراضي false | الوصف Insert Text At Cursor Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Insert Text At Cursor Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for insert text at cursor enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.max_image_bytes
|
الافتراضي 2000000 | الوصف Max Image Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max image bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.max_image_dimension_px
|
الافتراضي 2048 | الوصف Max Image Dimension Px — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max image dimension px when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.max_insert_chars
|
الافتراضي 8000 | الوصف Max Insert Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max insert chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
agent.spec_tools.read_image_enabled
|
الافتراضي false | الوصف Read Image Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Read Image Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for read image enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Code review (server)
CR-1…CR-4 review programme — file/branch/feature/flow. Wave J1 Parity default-on after GATE-R-FINAL dogfood.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
review.analyzer_max_concurrency
|
الافتراضي 4 | الوصف Analyzer Max Concurrency — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune analyzer max concurrency when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.analyzer_output_max_chars
|
الافتراضي 200000 | الوصف Analyzer Output Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune analyzer output max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.ast_rules
|
الافتراضي [1 items] | الوصف Ast Rules — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ast rules when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.audit_relpath
|
الافتراضي .contextmint/review/audit.jsonl | الوصف Audit Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.audit_suppression_detail_limit
|
الافتراضي 50 | الوصف Audit Suppression Detail Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit suppression detail limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.branch_enabled
|
الافتراضي true | الوصف Branch Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Branch Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for branch enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.branch_enrichment_graph_hops
|
الافتراضي 1 | الوصف Branch Enrichment Graph Hops — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune branch enrichment graph hops when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.branch_llm_enabled
|
الافتراضي true | الوصف Branch Llm Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Branch Llm Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for branch llm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.category_aliases.safety
|
الافتراضي security | الوصف Safety — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune safety when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.contracts_dir
|
الافتراضي .contextmint/contracts | الوصف Contracts Dir — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune contracts dir when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.enabled
مشغّل
|
الافتراضي true | الوصف Master review programme switch. Wave J1 Parity default-on after GATE-R-FINAL. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Master review programme switch. Wave J1 Parity default-on after GATE-R-FINAL. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_confirmation_candidate_limit
|
الافتراضي 5 | الوصف Feature Confirmation Candidate Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature confirmation candidate limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_core_file_limit
|
الافتراضي 5 | الوصف Feature Core File Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature core file limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_enabled
|
الافتراضي true | الوصف Feature Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Feature Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for feature enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_graph_hops
|
الافتراضي 1 | الوصف Feature Graph Hops — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature graph hops when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_graph_max_files
|
الافتراضي 20 | الوصف Feature Graph Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature graph max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_graph_score_decay
|
الافتراضي 0.8 | الوصف Feature Graph Score Decay — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature graph score decay when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_graph_use_blast
|
الافتراضي false | الوصف Feature Graph Use Blast — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Feature Graph Use Blast — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for feature graph use blast. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_hub_fan_in_threshold
|
الافتراضي 20 | الوصف Feature Hub Fan In Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature hub fan in threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_hub_penalty
|
الافتراضي 0.25 | الوصف Feature Hub Penalty — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature hub penalty when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_lint_wall_sec
|
الافتراضي 20 | الوصف Feature Lint Wall Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lint wall sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_llm_enabled
|
الافتراضي true | الوصف Feature Llm Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Feature Llm Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for feature llm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_max_context_tokens
|
الافتراضي 4000 | الوصف Feature Max Context Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature max context tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_max_files
|
الافتراضي 15 | الوصف Feature Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_retrieval_top_k
|
الافتراضي 12 | الوصف Feature Retrieval Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature retrieval top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.feature_scope_scan_max_matches
|
الافتراضي 500 | الوصف Feature Scope Scan Max Matches — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune feature scope scan max matches when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.file_enabled
|
الافتراضي true | الوصف File Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — File Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for file enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.file_llm_enabled
|
الافتراضي true | الوصف File Llm Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — File Llm Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for file llm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_enabled
|
الافتراضي true | الوصف Flow Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Flow Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for flow enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_evidence_max_files
|
الافتراضي 40 | الوصف Flow Evidence Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flow evidence max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_llm_enabled
|
الافتراضي false | الوصف Flow Llm Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Flow Llm Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for flow llm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_needle_max_matches_per_file
|
الافتراضي 5 | الوصف Flow Needle Max Matches Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flow needle max matches per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_needle_min_length
|
الافتراضي 3 | الوصف Flow Needle Min Length — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flow needle min length when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.flow_needle_scan_max_files
|
الافتراضي 40 | الوصف Flow Needle Scan Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flow needle scan max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.grounding_drop_warn_rate
|
الافتراضي 0.05 | الوصف Grounding Drop Warn Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grounding drop warn rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.issued_hashes_max_entries
|
الافتراضي 5000 | الوصف Issued Hashes Max Entries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune issued hashes max entries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.issued_hashes_relpath
|
الافتراضي .contextmint/review/issued_hashes.json | الوصف Issued Hashes Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune issued hashes relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.linter_timeout_sec
|
الافتراضي 30 | الوصف Linter Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune linter timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.llm_max_retries
|
الافتراضي 2 | الوصف Llm Max Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm max retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.llm_timeout_sec
|
الافتراضي 120 | الوصف Llm Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_concurrent_reviews
|
الافتراضي 2 | الوصف Max Concurrent Reviews — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max concurrent reviews when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_context_tokens_t0
|
الافتراضي 1500 | الوصف Max Context Tokens T0 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max context tokens t0 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_diff_lines
|
الافتراضي 50000 | الوصف Max Diff Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max diff lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_file_tokens
|
الافتراضي 500 | الوصف Max File Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max file tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_files
|
الافتراضي 200 | الوصف Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.max_production_file_lines
|
الافتراضي 175 | الوصف Max Production File Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max production file lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.min_free_ram_mb
|
الافتراضي 2048 | الوصف Min Free Ram Mb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min free ram mb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.min_scope_confidence
|
الافتراضي 0.55 | الوصف Min Scope Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min scope confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.owners_teaser_enabled
|
الافتراضي true | الوصف Owners Teaser Enabled — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
review.owners_teaser_max_labels
|
الافتراضي 32 | الوصف Owners Teaser Max Labels — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
review.owners_yaml_relpath
|
الافتراضي .contextmint/owners.yaml | الوصف Owners Yaml Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune owners yaml relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.sandbox_lint_enabled
|
الافتراضي false | الوصف Sandbox Lint Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Sandbox Lint Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for sandbox lint enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.scope_ambiguous_kill_rate
|
الافتراضي 0.6 | الوصف Scope Ambiguous Kill Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune scope ambiguous kill rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.scope_score_gap
|
الافتراضي 0.25 | الوصف Scope Score Gap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune scope score gap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.suppress_after_dismissals
|
الافتراضي 3 | الوصف Suppress After Dismissals — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune suppress after dismissals when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.suppressions_relpath
|
الافتراضي .contextmint/review/suppressions.json | الوصف Suppressions Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune suppressions relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
review.token_char_ratio
|
الافتراضي 4 | الوصف Token Char Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune token char ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Governance control plane
GATE-GOV-POLICY — PolicyDecision, admit plugins, audit sinks, policy push. Shipped switches default off; dogfood via overlay.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
governance.agent_rbac.default_role
|
الافتراضي viewer | الوصف Default Role — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default role when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_categories.admin
|
الافتراضي ["read","write","governance","execution","plan"] | الوصف Admin — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune admin when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_categories.dev
|
الافتراضي ["read","governance","execution","plan"] | الوصف Dev — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dev when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_categories.viewer
|
الافتراضي ["read"] | الوصف Viewer — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune viewer when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_tools.admin
|
الافتراضي [] | الوصف Admin — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune admin when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_tools.dev
|
الافتراضي [] | الوصف Dev — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dev when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_allow_tools.viewer
|
الافتراضي [] | الوصف Viewer — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune viewer when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_deny_tools.admin
|
الافتراضي [] | الوصف Admin — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune admin when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_deny_tools.dev
|
الافتراضي ["governed_write_file","governed_delete_file","governed_apply_change_set"] | الوصف Dev — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dev when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.role_deny_tools.viewer
|
الافتراضي [] | الوصف Viewer — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune viewer when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.unknown_role_fallback
|
الافتراضي viewer | الوصف Unknown Role Fallback — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune unknown role fallback when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.agent_rbac.use_default_role_when_unset
|
الافتراضي false | الوصف Use Default Role When Unset — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Use Default Role When Unset — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for use default role when unset. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.audit_retention.export_enabled
|
الافتراضي true | الوصف Export Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Export Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for export enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.audit_retention.export_max_events
|
الافتراضي 10000 | الوصف Export Max Events — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune export max events when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.audit_retention.prune_enabled
|
الافتراضي false | الوصف Prune Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Prune Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for prune enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.audit_retention.retention_days
|
الافتراضي 90 | الوصف Retention Days — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune retention days when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.execute_ide_command
|
الافتراضي require_approval | الوصف Execute Ide Command — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune execute ide command when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.fetch_url
|
الافتراضي execute | الوصف Fetch Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fetch url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.get_env
|
الافتراضي require_approval | الوصف Get Env — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune get env when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.insert_text_at_cursor
|
الافتراضي execute | الوصف Insert Text At Cursor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune insert text at cursor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.playwright_browser
|
الافتراضي execute | الوصف Playwright Browser — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune playwright browser when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.read_image
|
الافتراضي execute | الوصف Read Image — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune read image when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_local.search_web
|
الافتراضي execute | الوصف Search Web — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune search web when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.execute_ide_command
|
الافتراضي block | الوصف Execute Ide Command — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune execute ide command when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.fetch_url
|
الافتراضي block | الوصف Fetch Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fetch url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.get_env
|
الافتراضي block | الوصف Get Env — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune get env when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.insert_text_at_cursor
|
الافتراضي require_approval | الوصف Insert Text At Cursor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune insert text at cursor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.playwright_browser
|
الافتراضي block | الوصف Playwright Browser — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune playwright browser when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.read_image
|
الافتراضي execute | الوصف Read Image — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune read image when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.candidate_tool_defaults_sovereign.search_web
|
الافتراضي block | الوصف Search Web — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune search web when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.mode
|
الافتراضي auto | الوصف Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.require_terminal_allowlist
|
الافتراضي true | الوصف Require Terminal Allowlist — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Terminal Allowlist — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require terminal allowlist. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.sovereign_block_medium_findings
|
الافتراضي true | الوصف Sovereign Block Medium Findings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Sovereign Block Medium Findings — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for sovereign block medium findings. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.authority.sovereign_disallow_end_user_waiver
|
الافتراضي true | الوصف Sovereign Disallow End User Waiver — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Sovereign Disallow End User Waiver — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for sovereign disallow end user waiver. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.default_ttl_sec
|
الافتراضي 3600 | الوصف Default Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.max_ttl_sec
|
الافتراضي 28800 | الوصف Max Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.require_ticket
|
الافتراضي true | الوصف Require Ticket — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Ticket — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require ticket. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.store_path
|
الافتراضي — | الوصف Store Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune store path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.break_glass.ticket_min_chars
|
الافتراضي 4 | الوصف Ticket Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ticket min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.gate_audit_store_path
|
الافتراضي — | الوصف Gate Audit Store Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune gate audit store path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.ops.allow_unauthenticated
|
الافتراضي false | الوصف Allow Unauthenticated — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Unauthenticated — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow unauthenticated. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.ops.allow_unauthenticated_writes
|
الافتراضي false | الوصف Allow Unauthenticated Writes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Unauthenticated Writes — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow unauthenticated writes. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.ops.fail_closed_on_audit_write
|
الافتراضي true | الوصف Fail Closed On Audit Write — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fail Closed On Audit Write — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fail closed on audit write. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.ops.http_mutate_min_role
|
الافتراضي dev | الوصف Http Mutate Min Role — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune http mutate min role when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.block_write_when_scan_incomplete
|
الافتراضي false | الوصف Block Write When Scan Incomplete — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Write When Scan Incomplete — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block write when scan incomplete. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.default_tenant_tier
|
الافتراضي standard | الوصف Default Tenant Tier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default tenant tier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.inference_tier.min_tier_for_write
|
الافتراضي "" | الوصف Min Tier For Write — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min tier for write when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.inference_tier.restricted_tier_min_tier_for_write
|
الافتراضي T1 | الوصف Restricted Tier Min Tier For Write — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune restricted tier min tier for write when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.max_packs_to_assess
|
الافتراضي 8 | الوصف Max Packs To Assess — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max packs to assess when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.pack_trust.block_write_on_low_confidence
|
الافتراضي true | الوصف Block Write On Low Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Write On Low Confidence — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block write on low confidence. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.pack_trust.block_write_on_stale_packs
|
الافتراضي true | الوصف Block Write On Stale Packs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Write On Stale Packs — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block write on stale packs. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.tier_modifiers.elevated_trust_signals_optional
|
الافتراضي true | الوصف Elevated Trust Signals Optional — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Elevated Trust Signals Optional — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for elevated trust signals optional. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.tier_modifiers.restricted_block_medium_findings
|
الافتراضي true | الوصف Restricted Block Medium Findings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Restricted Block Medium Findings — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for restricted block medium findings. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_inputs.tier_modifiers.restricted_block_terminal
|
الافتراضي true | الوصف Restricted Block Terminal — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Restricted Block Terminal — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for restricted block terminal. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_poll_interval_sec
|
الافتراضي 300 | الوصف Policy Poll Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune policy poll interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.policy_push_enabled
مشغّل
|
الافتراضي false | الوصف Allow central policy rule push to trays (N+ / GOV-POLICY). Off by default. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow central policy rule push to trays (N+ / GOV-POLICY). Off by default. Disable whenWhen false — disables or falls back for policy push enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
governance.rules_store_path
|
الافتراضي — | الوصف Rules Store Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune rules store path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
OIR & knowledge reconciliation (Block RO)
Operational intelligence / reconciliation tunables (oir.* · reconciliation.*). FOI product claims stay gated; defaults off.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
oir.default_evidence_coverage
|
الافتراضي 1 | الوصف Default Evidence Coverage — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default evidence coverage when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.default_freshness
|
الافتراضي 1 | الوصف Default Freshness — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default freshness when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.default_trust
|
الافتراضي 1 | الوصف Default Trust — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default trust when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.expanded_summary_evidence
|
الافتراضي 0.9 | الوصف Expanded Summary Evidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expanded summary evidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.fabric_trust_hydrate_enabled
|
الافتراضي true | الوصف Fabric Trust Hydrate Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fabric Trust Hydrate Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fabric trust hydrate enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.freshness_from_mtime_enabled
|
الافتراضي true | الوصف Freshness From Mtime Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Freshness From Mtime Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for freshness from mtime enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.freshness_from_mtime_requires_trust_map
|
الافتراضي true | الوصف Freshness From Mtime Requires Trust Map — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Freshness From Mtime Requires Trust Map — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for freshness from mtime requires trust map. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.freshness_half_life_days
|
الافتراضي 90 | الوصف Freshness Half Life Days — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune freshness half life days when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.fusion_enabled
|
الافتراضي false | الوصف Fusion Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fusion Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fusion enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.min_multiplier
|
الافتراضي 0.05 | الوصف Min Multiplier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min multiplier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oir.require_reconciliation_enabled
|
الافتراضي true | الوصف Require Reconciliation Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Reconciliation Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require reconciliation enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.adapter_confidence.codeowners
|
الافتراضي 0.9 | الوصف Codeowners — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune codeowners when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.adapter_confidence.git_blame
|
الافتراضي 0.35 | الوصف Git Blame — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune git blame when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.adapter_confidence.readme_heuristic
|
الافتراضي 0.25 | الوصف Readme Heuristic — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune readme heuristic when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.adapter_confidence.repo
|
الافتراضي 0.55 | الوصف Repo — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repo when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.adapter_confidence.workspace_memory_default
|
الافتراضي 0.7 | الوصف Workspace Memory Default — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune workspace memory default when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.confidence_expand_threshold
|
الافتراضي 0.55 | الوصف Confidence Expand Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune confidence expand threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.git_blame_timeout_sec
|
الافتراضي 5 | الوصف Git Blame Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune git blame timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.owners_yaml_relpath
|
الافتراضي .contextmint/owners.yaml | الوصف Owners Yaml Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune owners yaml relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.readme_filenames
|
الافتراضي ["README.md","README.MD","Readme.md","README"] | الوصف Readme Filenames — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune readme filenames when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.readme_max_depth
|
الافتراضي 2 | الوصف Readme Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune readme max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.repo_scan_head_lines
|
الافتراضي 40 | الوصف Repo Scan Head Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repo scan head lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.repo_scan_symbol_window_chars
|
الافتراضي 200 | الوصف Repo Scan Symbol Window Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repo scan symbol window chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.source_authority.codeowners
|
الافتراضي 0.9 | الوصف Codeowners — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune codeowners when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.source_authority.git_blame
|
الافتراضي 0.4 | الوصف Git Blame — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune git blame when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.source_authority.readme_heuristic
|
الافتراضي 0.3 | الوصف Readme Heuristic — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune readme heuristic when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.source_authority.repo
|
الافتراضي 0.55 | الوصف Repo — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune repo when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.source_authority.workspace_memory
|
الافتراضي 0.85 | الوصف Workspace Memory — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune workspace memory when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
reconciliation.summary_first_enabled
|
الافتراضي false | الوصف Summary First Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Summary First Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for summary first enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Sovereign multi-user (SS-MU)
Dual-plane local WIP + sovereign main — post mid-Sept demo programme. ss_mu.enabled false until PO dogfood PASS.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
ss_mu.enabled
مشغّل
|
الافتراضي false | الوصف Sovereign dual-plane multi-user. Off until GATE-SS-MU PO dogfood PASS. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Sovereign dual-plane multi-user. Off until GATE-SS-MU PO dogfood PASS. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.allowed_remote_urls
|
الافتراضي [] | الوصف Allowed Remote Urls — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allowed remote urls when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.default_branch
|
الافتراضي main | الوصف Default Branch — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default branch when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.fetch_timeout_sec
|
الافتراضي 120 | الوصف Fetch Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fetch timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.jobs_tick_sec
|
الافتراضي 5 | الوصف Jobs Tick Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune jobs tick sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.materialization_root
|
الافتراضي "" | الوصف Materialization Root — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune materialization root when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.operator_user_ids
|
الافتراضي [] | الوصف Operator User Ids — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune operator user ids when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.tip_refresh_interval_sec
|
الافتراضي 3600 | الوصف Tip Refresh Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune tip refresh interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.tip_sha_prefix_min
|
الافتراضي 12 | الوصف Tip Sha Prefix Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune tip sha prefix min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.main.webhook_shared_secret
|
الافتراضي "" | الوصف Webhook Shared Secret — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
ss_mu.presence.heartbeat_ttl_sec
|
الافتراضي 90 | الوصف Heartbeat Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune heartbeat ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.presence.max_open_paths
|
الافتراضي 32 | الوصف Max Open Paths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max open paths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.preview.max_active_per_workspace
|
الافتراضي 8 | الوصف Max Active Per Workspace — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max active per workspace when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.preview.ttl_sec
|
الافتراضي 86400 | الوصف Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.quotas.max_previews_per_user
|
الافتراضي 16 | الوصف Max Previews Per User — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max previews per user when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.quotas.max_war_rooms_per_user
|
الافتراضي 4 | الوصف Max War Rooms Per User — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max war rooms per user when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.quotas.presence_retention_sec
|
الافتراضي 86400 | الوصف Presence Retention Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune presence retention sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.quotas.seed_bandwidth_bytes_per_day
|
الافتراضي 2000000000 | الوصف Seed Bandwidth Bytes Per Day — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune seed bandwidth bytes per day when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.quotas.sweep_interval_sec
|
الافتراضي 300 | الوصف Sweep Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sweep interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.seed.max_manifest_files
|
الافتراضي 10000 | الوصف Max Manifest Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max manifest files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.seed.max_package_bytes
|
الافتراضي 512000000 | الوصف Max Package Bytes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max package bytes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.seed.package_root
|
الافتراضي "" | الوصف Package Root — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune package root when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.default_ttl_sec
|
الافتراضي 14400 | الوصف Default Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.grace_sec
|
الافتراضي 600 | الوصف Grace Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune grace sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.max_members
|
الافتراضي 16 | الوصف Max Members — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max members when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.max_ttl_sec
|
الافتراضي 172800 | الوصف Max Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.min_ttl_sec
|
الافتراضي 600 | الوصف Min Ttl Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune min ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ss_mu.war_room.require_main_seed
|
الافتراضي false | الوصف Require Main Seed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Main Seed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require main seed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Knowledge Fabric (Block U thin)
Institutional memory graph spine — defaults off. List/get, shadow dual-write, Memory Tab, learner/decay, thin audit/RBAC, Memory Tab UX, domain filter, graph neighborhood, convention↔file about links, convention kind/q query, parity summary/CI slices 1–4 + F5/scale, Block UA Repository DNA thin, Block UB Feature Registry Lite thin, and Block V Health/Architecture Tab behind fabric.* flags. Not GATE-W1 product / not GATE-AHA / not GATE-FEATURE-LITE product / not GATE-W2 product; read_cutover stays false.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
fabric.accepted_drift_ttl_days
|
الافتراضي 0 | الوصف Accepted Drift Ttl Days — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune accepted drift ttl days when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.architecture_depends_scan_multiplier
|
الافتراضي 8 | الوصف When filtering depends_on edges for a domain file set, scan up to this multiple of the mermaid edge cap before filtering. |
دليل الاستخدام
When to enable or disableEnable whenTune architecture depends scan multiplier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.architecture_mermaid_max_edges
|
الافتراضي 80 | الوصف Cap edges in domain Mermaid export. |
دليل الاستخدام
When to enable or disableEnable whenTune architecture mermaid max edges when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.architecture_tab_enabled
|
الافتراضي false | الوصف Admit architecture projection, domain mermaid, Architecture Tab APIs. Default false — not GATE-W2 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit architecture projection, domain mermaid, Architecture Tab APIs. Default false — not GATE-W2 product. Disable whenWhen false — disables or falls back for architecture tab enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.audit_events_enabled
|
الافتراضي false | الوصف Dual-write immutable audit_events SQLite rows alongside Memory JSONL (Memory Tab audit trail reads this). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dual-write immutable audit_events SQLite rows alongside Memory JSONL (Memory Tab audit trail reads this). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for audit events enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.audit_fail_closed
|
الافتراضي false | الوصف When audit_events_enabled, raise on table insert failure (default soft log-and-continue). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When audit_events_enabled, raise on table insert failure (default soft log-and-continue). Disable whenWhen false — disables or falls back for audit fail closed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_bench_node_cap
|
الافتراضي 2000 | الوصف Blast Bench Node Cap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast bench node cap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_generation_key
|
الافتراضي workspace_generation | الوصف Blast Generation Key — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast generation key when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_max_depth
|
الافتراضي 3 | الوصف Blast Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_max_nodes
|
الافتراضي 500 | الوصف Blast Max Nodes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast max nodes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_max_tested_by
|
الافتراضي 64 | الوصف Blast Max Tested By — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast max tested by when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_radius_enabled
|
الافتراضي false | الوصف Blast Radius Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Blast Radius Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for blast radius enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.blast_test_file_globs
|
الافتراضي ["**/test_*.py","**/*_test.py","**/*.test.ts","**/*.test.js","**/*_test.go"] | الوصف Blast Test File Globs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune blast test file globs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_about_max_edges
|
الافتراضي 8 | الوصف Max about edges written per convention node per shadow pass. |
دليل الاستخدام
When to enable or disableEnable whenTune convention about max edges when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_candidate_max
|
الافتراضي 50 | الوصف Convention Candidate Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune convention candidate max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_hub_fan_in_min
|
الافتراضي 3 | الوصف Convention Hub Fan In Min — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune convention hub fan in min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_naming_example_max
|
الافتراضي 5 | الوصف Convention Naming Example Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune convention naming example max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_query_enabled
|
الافتراضي false | الوصف Admit kind= and q= on GET /fabric/conventions (still requires fabric.enabled + memory_tab_enabled). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit kind= and q= on GET /fabric/conventions (still requires fabric.enabled + memory_tab_enabled). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for convention query enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.convention_query_q_max_len
|
الافتراضي 64 | الوصف Max length of conventions list q= search string. |
دليل الاستخدام
When to enable or disableEnable whenTune convention query q max len when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.db_filename
|
الافتراضي fabric.sqlite | الوصف Db Filename — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune db filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decay_confidence_factor
|
الافتراضي 0.5 | الوصف Decay Confidence Factor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decay confidence factor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decay_enabled
|
الافتراضي false | الوصف Decay/retract stale pending conventions; never deletes approved/dismissed. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Decay/retract stale pending conventions; never deletes approved/dismissed. Default off — not GATE-W1. Disable whenWhen false — disables or falls back for decay enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decay_pending_days
|
الافتراضي 14 | الوصف Decay Pending Days — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decay pending days when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decay_retract_confidence
|
الافتراضي 0.25 | الوصف Decay Retract Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decay retract confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_decisions_md_relpath
|
الافتراضي .contextmint/decisions.md | الوصف Decision Decisions Md Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision decisions md relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_github_handle_map_relpath
|
الافتراضي .contextmint/github_handles.yaml | الوصف Decision Github Handle Map Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision github handle map relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_graph_enabled
|
الافتراضي false | الوصف Decision Graph Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Decision Graph Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for decision graph enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_learner_min_confidence
|
الافتراضي 0.8 | الوصف Decision Learner Min Confidence — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision learner min confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_list_default_limit
|
الافتراضي 50 | الوصف Decision List Default Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision list default limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_max_links_per_decision
|
الافتراضي 32 | الوصف Decision Max Links Per Decision — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision max links per decision when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.decision_max_per_workspace
|
الافتراضي 200 | الوصف Decision Max Per Workspace — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune decision max per workspace when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_aha_max_ms
|
الافتراضي 60000 | الوصف GATE-AHA eng wall-clock budget (ms) for DNA projector path (scaffold only). |
دليل الاستخدام
When to enable or disableEnable whenTune dna aha max ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_aha_min_domains
|
الافتراضي 3 | الوصف GATE-AHA eng floor for domain count (scaffold only; not product exit). |
دليل الاستخدام
When to enable or disableEnable whenTune dna aha min domains when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_aha_min_owners
|
الافتراضي 1 | الوصف GATE-AHA eng floor for owner count (scaffold only). |
دليل الاستخدام
When to enable or disableEnable whenTune dna aha min owners when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_aha_min_risks
|
الافتراضي 1 | الوصف GATE-AHA eng floor for risk hotspot count (scaffold only). |
دليل الاستخدام
When to enable or disableEnable whenTune dna aha min risks when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_enabled
|
الافتراضي false | الوصف Admit DNA finalize write + GET /fabric/dna (still requires fabric.enabled). Default off — not GATE-AHA / not GATE-W1 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit DNA finalize write + GET /fabric/dna (still requires fabric.enabled). Default off — not GATE-AHA / not GATE-W1 product. Disable whenWhen false — disables or falls back for dna enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_fan_in_min
|
الافتراضي 3 | الوصف Min dependents for a file to count as a DNA risk hotspot. |
دليل الاستخدام
When to enable or disableEnable whenTune dna fan in min when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_llm_summary_enabled
|
الافتراضي false | الوصف Optional LLM polish on DNA report text. Default off — never invents paths; not GATE-AHA. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Optional LLM polish on DNA report text. Default off — never invents paths; not GATE-AHA. Disable whenWhen false — disables or falls back for dna llm summary enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_max_conventions
|
الافتراضي 5 | الوصف Max convention candidates in the Repository DNA report. |
دليل الاستخدام
When to enable or disableEnable whenTune dna max conventions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_max_domains
|
الافتراضي 3 | الوصف Max domains listed in the Repository DNA report. |
دليل الاستخدام
When to enable or disableEnable whenTune dna max domains when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_max_owners
|
الافتراضي 8 | الوصف Max distinct owner labels in the Repository DNA report. |
دليل الاستخدام
When to enable or disableEnable whenTune dna max owners when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_max_risks
|
الافتراضي 5 | الوصف Max fan-in risk hotspot modules in the Repository DNA report. |
دليل الاستخدام
When to enable or disableEnable whenTune dna max risks when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_max_surprise
|
الافتراضي 5 | الوصف Max surprise signals listed in the Repository DNA report. |
دليل الاستخدام
When to enable or disableEnable whenTune dna max surprise when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_report_filename_prefix
|
الافتراضي dna | الوصف Filename prefix for DNA reports: {prefix}-{generation}.json. |
دليل الاستخدام
When to enable or disableEnable whenTune dna report filename prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_reports_dirname
|
الافتراضي reports | الوصف Directory name under .contextmint for DNA JSON reports (workspace-relative). |
دليل الاستخدام
When to enable or disableEnable whenTune dna reports dirname when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_summary_preview_n
|
الافتراضي 3 | الوصف How many domain/owner/risk lines previewed in DNA status summary text. |
دليل الاستخدام
When to enable or disableEnable whenTune dna summary preview n when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.dna_surprise_types
|
الافتراضي ["risk_hotspot","convention_candidate","hidden_dependency"] | الوصف Allowed surprise signal kinds for DNA (workspace-agnostic). |
دليل الاستخدام
When to enable or disableEnable whenTune dna surprise types when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.domain_filter_enabled
|
الافتراضي false | الوصف Admit GET /fabric/domains and conventions?domain= (still requires fabric.enabled + memory_tab_enabled for Memory Tab). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit GET /fabric/domains and conventions?domain= (still requires fabric.enabled + memory_tab_enabled for Memory Tab). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for domain filter enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.domain_rules
|
الافتراضي [4 items] | الوصف Ordered workspace-agnostic path glob rules; first match wins as primary domain id. Not golden/repo paths. |
دليل الاستخدام
When to enable or disableEnable whenTune domain rules when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.domain_tagging_enabled
|
الافتراضي false | الوصف When true with shadow write, stamp payload.domain on file/convention nodes from fabric.domain_rules globs. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true with shadow write, stamp payload.domain on file/convention nodes from fabric.domain_rules globs. Default off — not GATE-W1. Disable whenWhen false — disables or falls back for domain tagging enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_accept_codeowners_only
|
الافتراضي false | الوصف Drift Accept Codeowners Only — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Drift Accept Codeowners Only — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for drift accept codeowners only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_convention_min_about
|
الافتراضي 1 | الوصف Drift Convention Min About — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune drift convention min about when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_enabled
|
الافتراضي false | الوصف Drift Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Drift Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for drift enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_idle_max_ms
|
الافتراضي 2500 | الوصف Drift Idle Max Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune drift idle max ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_list_default_limit
|
الافتراضي 50 | الوصف Drift List Default Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune drift list default limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.drift_max_violations_per_pass
|
الافتراضي 200 | الوصف Drift Max Violations Per Pass — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune drift max violations per pass when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.enabled
مشغّل
|
الافتراضي false | الوصف Master switch for Fabric graph APIs (list/get) and delete cascade. Off by default — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Master switch for Fabric graph APIs (list/get) and delete cascade. Off by default — not GATE-W1. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_closure_hops
|
الافتراضي 1 | الوصف Dep-graph hops for import-closure tagging (0 = seeds only). |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite closure hops when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_enabled
|
الافتراضي false | الوصف Admit Feature Lite finalize materialization + GET /fabric/features (still requires fabric.enabled). Default off — not GATE-FEATURE-LITE product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit Feature Lite finalize materialization + GET /fabric/features (still requires fabric.enabled). Default off — not GATE-FEATURE-LITE product. Disable whenWhen false — disables or falls back for feature lite enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_implements_confidence
|
الافتراضي 0.35 | الوصف Default confidence stamped on import-closure implements edges. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite implements confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_max_features
|
الافتراضي 100 | الوصف Max draft feature nodes upserted per finalize pass. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite max features when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_max_files_per_draft_feature
|
الافتراضي 30 | الوصف Auto-generated packs at or below this seed count stay one draft feature; above this, split by top-level directory. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite max files per draft feature when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_max_implements_per_feature
|
الافتراضي 80 | الوصف Max implements edges written per draft feature (seeds + import closure). |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite max implements per feature when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_max_key_len
|
الافتراضي 240 | الوصف Max characters for feature/owner/domain node keys after sanitize. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite max key len when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_owner_edge_max
|
الافتراضي 16 | الوصف Max owns edges (owner→feature) per draft feature. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite owner edge max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_pattern_match_max
|
الافتراضي 200 | الوصف Max pack pattern matches when seeding a draft feature. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite pattern match max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_lite_seed_confidence
|
الافتراضي 0.7 | الوصف Confidence stamped on pack seed implements edges. |
دليل الاستخدام
When to enable or disableEnable whenTune feature lite seed confidence when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.feature_registry_enabled
|
الافتراضي false | الوصف Admit Feature Registry promote/correct/propose + wizard APIs (requires fabric.enabled + feature_lite_enabled). Default false — not GATE-V3 / not Feature Registry product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit Feature Registry promote/correct/propose + wizard APIs (requires fabric.enabled + feature_lite_enabled). Default false — not GATE-V3 / not Feature Registry product. Disable whenWhen false — disables or falls back for feature registry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_churn_window_commits
|
الافتراضي 50 | الوصف How many recent commit nodes to scan for churn scores. |
دليل الاستخدام
When to enable or disableEnable whenTune health churn window commits when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_cycle_scc_member_cap
|
الافتراضي 32 | الوصف Max SCC member paths retained in each cycle risk detail. |
دليل الاستخدام
When to enable or disableEnable whenTune health cycle scc member cap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_enabled
|
الافتراضي false | الوصف Admit health projector + GET /fabric/health (requires fabric.enabled). Default false — not GATE-W2 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit health projector + GET /fabric/health (requires fabric.enabled). Default false — not GATE-W2 product. Disable whenWhen false — disables or falls back for health enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_feature_rollup_enabled
|
الافتراضي true | الوصف When Feature Lite draft features exist, include per-feature risk rollups. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When Feature Lite draft features exist, include per-feature risk rollups. Disable whenWhen false — disables or falls back for health feature rollup enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_feature_rollup_max_rows
|
الافتراضي 200 | الوصف Cap on feature→path implements rows scanned for health rollups. |
دليل الاستخدام
When to enable or disableEnable whenTune health feature rollup max rows when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_scan_max_rows
|
الافتراضي 20000 | الوصف Safety cap on file/edge rows one health or architecture projection reads. |
دليل الاستخدام
When to enable or disableEnable whenTune health scan max rows when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_test_code_globs
|
الافتراضي [16 items] **/*.py, **/*.ts, **/*.tsx, **/*.js… | الوصف Workspace-agnostic globs for production-like source paths (health test-gap). |
دليل الاستخدام
When to enable or disableEnable whenTune health test code globs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_test_file_globs
|
الافتراضي [9 items] **/tests/**, **/test/**, **/__tests__/**, **/test_*.*… | الوصف Workspace-agnostic globs that mark a path as a test file. |
دليل الاستخدام
When to enable or disableEnable whenTune health test file globs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_top_k
|
الافتراضي 25 | الوصف Max risk rows returned by GET /fabric/health. |
دليل الاستخدام
When to enable or disableEnable whenTune health top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_weight_churn
|
الافتراضي 1 | الوصف Risk weight for commit churn signals. |
دليل الاستخدام
When to enable or disableEnable whenTune health weight churn when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_weight_cycle
|
الافتراضي 1 | الوصف Risk weight for cyclic dependency SCCs. |
دليل الاستخدام
When to enable or disableEnable whenTune health weight cycle when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.health_weight_test_gap
|
الافتراضي 1 | الوصف Risk weight for test-gap heuristic. |
دليل الاستخدام
When to enable or disableEnable whenTune health weight test gap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.impact_hub_sample_size
|
الافتراضي 16 | الوصف Impact Hub Sample Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune impact hub sample size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.impact_hub_threshold
|
الافتراضي 50 | الوصف Impact Hub Threshold — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune impact hub threshold when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.learner_audit_read_max
|
الافتراضي 2000 | الوصف Learner Audit Read Max — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune learner audit read max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.learner_enabled
|
الافتراضي false | الوصف Enrich convention payloads from Memory audit JSONL (hints only — never auto-approve). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enrich convention payloads from Memory audit JSONL (hints only — never auto-approve). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for learner enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.learner_min_events
|
الافتراضي 2 | الوصف Learner Min Events — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune learner min events when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.list_default_limit
|
الافتراضي 50 | الوصف List Default Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune list default limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.list_max_limit
|
الافتراضي 200 | الوصف List Max Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune list max limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.memory_tab_enabled
|
الافتراضي false | الوصف Admit Memory Tab convention list/approve/dismiss APIs (still requires fabric.enabled). Extension filter + audit trail when audit_events_enabled. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit Memory Tab convention list/approve/dismiss APIs (still requires fabric.enabled). Extension filter + audit trail when audit_events_enabled. Default off — not GATE-W1. Disable whenWhen false — disables or falls back for memory tab enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.neighborhood_edge_types
|
الافتراضي ["depends_on"] | الوصف Edge types walked in both directions for neighborhood (empty falls back to depends_on). |
دليل الاستخدام
When to enable or disableEnable whenTune neighborhood edge types when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.neighborhood_enabled
|
الافتراضي false | الوصف Admit GET /fabric/neighborhood over fabric_edges (still requires fabric.enabled). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit GET /fabric/neighborhood over fabric_edges (still requires fabric.enabled). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for neighborhood enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.neighborhood_max_hops
|
الافتراضي 1 | الوصف Max BFS hops from the seed node for neighborhood reads (0 = seed only). |
دليل الاستخدام
When to enable or disableEnable whenTune neighborhood max hops when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.neighborhood_max_nodes
|
الافتراضي 50 | الوصف Hard cap on nodes returned by /fabric/neighborhood (including seed). |
دليل الاستخدام
When to enable or disableEnable whenTune neighborhood max nodes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.parity_bench_edge_count
|
الافتراضي 4000 | الوصف Parity Bench Edge Count — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune parity bench edge count when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.parity_bench_max_ms
|
الافتراضي 50 | الوصف Parity Bench Max Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune parity bench max ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.parity_bench_node_count
|
الافتراضي 2000 | الوصف Parity Bench Node Count — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune parity bench node count when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.parity_enabled
|
الافتراضي false | الوصف Admit GET /fabric/parity/summary and parity CI slices 1–3 (still requires fabric.enabled). Default off — not GATE-W1; does not enable read_cutover. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit GET /fabric/parity/summary and parity CI slices 1–3 (still requires fabric.enabled). Default off — not GATE-W1; does not enable read_cutover. Disable whenWhen false — disables or falls back for parity enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.rbac_enabled
|
الافتراضي false | الوصف Deny-by-default Fabric route ACL via workspace roles (still requires fabric.enabled). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Deny-by-default Fabric route ACL via workspace roles (still requires fabric.enabled). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for rbac enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.read_cutover_enabled
|
الافتراضي false | الوصف Reserved read-path cutover from legacy stores. Must stay false until GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Reserved read-path cutover from legacy stores. Must stay false until GATE-W1. Disable whenWhen false — disables or falls back for read cutover enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_ast_snippet_lines
|
الافتراضي 5 | الوصف Registry Ast Snippet Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry ast snippet lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_contracts_glob
|
الافتراضي .contextmint/contracts/*.yaml | الوصف Registry Contracts Glob — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry contracts glob when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_edge_decay_days
|
الافتراضي 90 | الوصف Registry Edge Decay Days — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry edge decay days when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_edge_decay_factor
|
الافتراضي 0.85 | الوصف Registry Edge Decay Factor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry edge decay factor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_edge_weight_floor
|
الافتراضي 0.05 | الوصف Registry Edge Weight Floor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry edge weight floor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_health_min_implements
|
الافتراضي 1 | الوصف Registry Health Min Implements — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry health min implements when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_max_contracts
|
الافتراضي 100 | الوصف Registry Max Contracts — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry max contracts when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.registry_max_propose_pending
|
الافتراضي 50 | الوصف Registry Max Propose Pending — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune registry max propose pending when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.require_auth
|
الافتراضي false | الوصف Require authenticated principal on Fabric list/mutate when auth is on. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require authenticated principal on Fabric list/mutate when auth is on. Default off — not GATE-W1. Disable whenWhen false — disables or falls back for require auth. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_batch_size
|
الافتراضي 500 | الوصف Shadow Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_chunk_max_per_file
|
الافتراضي 10000 | الوصف Shadow Chunk Max Per File — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow chunk max per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_chunk_page_size
|
الافتراضي 500 | الوصف Shadow Chunk Page Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow chunk page size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_edge_batch_size
|
الافتراضي 2000 | الوصف Shadow Edge Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow edge batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_symbol_batch_size
|
الافتراضي 2000 | الوصف Shadow Symbol Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow symbol batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_chunks
|
الافتراضي false | الوصف Shadow Write Chunks — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Shadow Write Chunks — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for shadow write chunks. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_convention_edges
|
الافتراضي false | الوصف When true with shadow conventions, upsert about edges from convention nodes to file nodes (file_key / evidence_files). Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true with shadow conventions, upsert about edges from convention nodes to file nodes (file_key / evidence_files). Default off — not GATE-W1. Disable whenWhen false — disables or falls back for shadow write convention edges. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_conventions
|
الافتراضي false | الوصف When true with shadow write, upsert convention candidate nodes (hubs + naming) for Memory Tab. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true with shadow write, upsert convention candidate nodes (hubs + naming) for Memory Tab. Default off — not GATE-W1. Disable whenWhen false — disables or falls back for shadow write conventions. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_edges
|
الافتراضي true | الوصف Shadow Write Edges — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Shadow Write Edges — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for shadow write edges. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_enabled
|
الافتراضي false | الوصف When true with fabric.enabled, finalize dual-writes file nodes (and optional edges) into Fabric. Default off. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true with fabric.enabled, finalize dual-writes file nodes (and optional edges) into Fabric. Default off. Disable whenWhen false — disables or falls back for shadow write enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_max_retries
|
الافتراضي 3 | الوصف Shadow Write Max Retries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow write max retries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_retry_ms
|
الافتراضي 25 | الوصف Shadow Write Retry Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune shadow write retry ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.shadow_write_symbols
|
الافتراضي false | الوصف Shadow Write Symbols — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Shadow Write Symbols — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for shadow write symbols. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
fabric.traversal_max_depth
|
الافتراضي 3 | الوصف Traversal Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune traversal max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Inference profile & vector store
Sovereign openai_compat / vLLM profile (inference.*) and optional Qdrant path (vector_store.*). Default remain local Ollama + Chroma unless operator changes profile.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
inference.deployment_profile
|
الافتراضي local | الوصف Deployment Profile — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune deployment profile when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.api_key_env
|
الافتراضي INFERENCE_API_KEY | الوصف Api Key Env — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api key env when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.base_url
|
الافتراضي "" | الوصف Base Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune base url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.chat_completions_path
|
الافتراضي /chat/completions | الوصف Chat Completions Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune chat completions path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.default_chat_model
|
الافتراضي "" | الوصف Default Chat Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default chat model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.default_embed_model
|
الافتراضي "" | الوصف Default Embed Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default embed model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.embeddings_path
|
الافتراضي /embeddings | الوصف Embeddings Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune embeddings path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.health_path
|
الافتراضي /models | الوصف Health Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune health path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.stream
|
الافتراضي true | الوصف Stream — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Stream — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for stream. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.openai_compat.timeout_sec
|
الافتراضي 120 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.provider
مشغّل
|
الافتراضي ollama | الوصف Inference provider profile — local Ollama vs openai_compat (sovereign vLLM). |
دليل الاستخدام
When to enable or disableEnable whenTune provider when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.server_profile.disable_model_ladder
|
الافتراضي true | الوصف Disable Model Ladder — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Disable Model Ladder — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for disable model ladder. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.server_profile.disable_runtime_downgrade
|
الافتراضي true | الوصف Disable Runtime Downgrade — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Disable Runtime Downgrade — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for disable runtime downgrade. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.server_profile.fixed_context_budget_tokens
|
الافتراضي 8192 | الوصف Fixed Context Budget Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune fixed context budget tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
inference.server_profile.require_auth_checklist
|
الافتراضي true | الوصف Require Auth Checklist — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Auth Checklist — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require auth checklist. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.backend
مشغّل
|
الافتراضي chroma | الوصف Vector backend — chroma (default) or qdrant (GATE-SS-SCALE). |
دليل الاستخدام
When to enable or disableEnable whenTune backend when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.dual_write_enabled
|
الافتراضي false | الوصف Dual Write Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dual Write Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for dual write enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.dual_write_fail_closed
|
الافتراضي false | الوصف Dual Write Fail Closed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dual Write Fail Closed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for dual write fail closed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.api_key_env
|
الافتراضي QDRANT_API_KEY | الوصف Api Key Env — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune api key env when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.collection_prefix
|
الافتراضي contextmint | الوصف Collection Prefix — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune collection prefix when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.prefer_grpc
|
الافتراضي false | الوصف Prefer Grpc — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Prefer Grpc — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for prefer grpc. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.timeout_sec
|
الافتراضي 30 | الوصف Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.upsert_batch_size
|
الافتراضي 100 | الوصف Upsert Batch Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune upsert batch size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.url
|
الافتراضي "" | الوصف Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
vector_store.qdrant.vector_size
|
الافتراضي 0 | الوصف Vector Size — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune vector size when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Air-gap & CORS
N+ air-gap kill switches (telemetry/update/cloud) and CORS allowlists for remote extension→server.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
airgap.allow_cloud_dispatch
|
الافتراضي true | الوصف Allow Cloud Dispatch — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Cloud Dispatch — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow cloud dispatch. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
airgap.mode
مشغّل
|
الافتراضي false | الوصف When true, force off telemetry / update / cloud dispatch (N+ air-gap kill switches). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true, force off telemetry / update / cloud dispatch (N+ air-gap kill switches). Disable whenWhen false — disables or falls back for mode. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
airgap.outbound_telemetry_enabled
|
الافتراضي true | الوصف Outbound Telemetry Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Outbound Telemetry Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for outbound telemetry enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
airgap.require_client_cert
|
الافتراضي false | الوصف Require Client Cert — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Client Cert — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require client cert. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
airgap.update_check_enabled
|
الافتراضي true | الوصف Update Check Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Update Check Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for update check enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cors.allow_credentials
|
الافتراضي true | الوصف Allow Credentials — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow Credentials — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for allow credentials. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
cors.allow_origin_regex
|
الافتراضي ^(vscode-webview://.+|https?://localhost(:\d+)?|https?://127\.0\.0\.1(:\d+)?|file://.*)$ | الوصف Allow Origin Regex — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune allow origin regex when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Auth & audit
JWT auth mode, workspace ACL, and audit JSONL flush batching.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
audit.flush_batch
|
الافتراضي 200 | الوصف Flush Batch — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flush batch when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
audit.flush_interval_sec
|
الافتراضي 5 | الوصف Flush Interval Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune flush interval sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.enabled
مشغّل
|
الافتراضي false | الوصف Enable JWT auth on API endpoints — off for local-first single-user installs. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable JWT auth on API endpoints — off for local-first single-user installs. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.jwt_algorithm
|
الافتراضي HS256 | الوصف Jwt Algorithm — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune jwt algorithm when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.jwt_expiry_hours
|
الافتراضي 24 | الوصف Jwt Expiry Hours — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune jwt expiry hours when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.mode
|
الافتراضي local | الوصف Mode — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune mode when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.oidc_issuers
|
الافتراضي [] | الوصف Oidc Issuers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune oidc issuers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.require_workspace_acl
|
الافتراضي false | الوصف Require Workspace Acl — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Require Workspace Acl — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for require workspace acl. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.role_aliases.architect
|
الافتراضي admin | الوصف Architect — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune architect when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.role_aliases.compliance
|
الافتراضي viewer | الوصف Compliance — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune compliance when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.role_aliases.developer
|
الافتراضي dev | الوصف Developer — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune developer when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.sso_default_role
|
الافتراضي viewer | الوصف Sso Default Role — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune sso default role when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
auth.token_mint_enabled
|
الافتراضي false | الوصف Token Mint Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Token Mint Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for token mint enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Telemetry sample rates
Operator-tunable sample rates for retrieval latency, cache hits, and graph events.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
telemetry.action_telemetry_sample_rate
|
الافتراضي 1 | الوصف Action Telemetry Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune action telemetry sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.cache_hit_sample_rate
|
الافتراضي 0.01 | الوصف Cache Hit Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cache hit sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.default_sample_rate
|
الافتراضي 0.1 | الوصف Default Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.diff_acceptance_sample_rate
|
الافتراضي 1 | الوصف Diff Acceptance Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune diff acceptance sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.event_rates.cold_graph_load
|
الافتراضي 0.5 | الوصف Cold Graph Load — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cold graph load when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.event_rates.graph_traversal_latency
|
الافتراضي 0.05 | الوصف Graph Traversal Latency — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune graph traversal latency when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.event_rates.hot_graph_eviction
|
الافتراضي 0.1 | الوصف Hot Graph Eviction — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune hot graph eviction when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.retrieval_latency_sample_rate
|
الافتراضي 0.1 | الوصف Retrieval Latency Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune retrieval latency sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
telemetry.structural_query_sample_rate
|
الافتراضي 0.1 | الوصف Structural Query Sample Rate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune structural query sample rate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Engine supervisor (server-side)
Tunables read by ContextMint Engine desktop for lock file, log tail, knowledge tab limits, and model guidance tiers. Prefer Engine → Settings for routine changes.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
engine.audit_tail_default_lines
|
الافتراضي 500 | الوصف Audit Tail Default Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit tail default lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.audit_tail_default_since_minutes
|
الافتراضي 60 | الوصف Audit Tail Default Since Minutes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit tail default since minutes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.audit_tail_max_lines
|
الافتراضي 2000 | الوصف Audit Tail Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit tail max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.audit_tail_max_since_minutes
|
الافتراضي 1440 | الوصف Audit Tail Max Since Minutes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune audit tail max since minutes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.dev_allow_extension_spawn
|
الافتراضي false | الوصف Dev Allow Extension Spawn — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dev Allow Extension Spawn — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for dev allow extension spawn. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.graceful_stop_sec
|
الافتراضي 10 | الوصف Graceful Stop Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune graceful stop sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.health_poll_interval_ms
|
الافتراضي 1000 | الوصف Health Poll Interval Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune health poll interval ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.indexing_stats_max_extensions
|
الافتراضي 8 | الوصف Indexing Stats Max Extensions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune indexing stats max extensions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.knowledge_graph_max_depth
|
الافتراضي 3 | الوصف Knowledge Graph Max Depth — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune knowledge graph max depth when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.knowledge_list_default_limit
|
الافتراضي 50 | الوصف Knowledge List Default Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune knowledge list default limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.knowledge_list_max_limit
|
الافتراضي 200 | الوصف Knowledge List Max Limit — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune knowledge list max limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.lock_path
|
الافتراضي "" | الوصف Lock Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune lock path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.lock_stale_sec
|
الافتراضي 30 | الوصف Lock Stale Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune lock stale sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_path
|
الافتراضي "" | الوصف Log Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_retention_hours
|
الافتراضي 24 | الوصف Log Retention Hours — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log retention hours when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_rotate_interval_hours
|
الافتراضي 1 | الوصف Log Rotate Interval Hours — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log rotate interval hours when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_rotate_suffix_format
|
الافتراضي %Y-%m-%d_%H | الوصف Log Rotate Suffix Format — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log rotate suffix format when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_tail_default_lines
|
الافتراضي 1000 | الوصف Log Tail Default Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log tail default lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_tail_default_since_minutes
|
الافتراضي 60 | الوصف Log Tail Default Since Minutes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log tail default since minutes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_tail_max_lines
|
الافتراضي 5000 | الوصف Log Tail Max Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log tail max lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.log_tail_max_since_minutes
|
الافتراضي 1440 | الوصف Log Tail Max Since Minutes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune log tail max since minutes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.default_embed_ram_gb_estimate
|
الافتراضي 1 | الوصف Default Embed Ram Gb Estimate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default embed ram gb estimate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.default_vision_ram_gb_estimate
|
الافتراضي 2 | الوصف Default Vision Ram Gb Estimate — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default vision ram gb estimate when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.guidance_tiers
|
الافتراضي [4 items] | الوصف Guidance Tiers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune guidance tiers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.hf_api_timeout_sec
|
الافتراضي 15 | الوصف Hf Api Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune hf api timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.known_chat_models
|
الافتراضي [5 items] | الوصف Known Chat Models — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune known chat models when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.known_vision_models
|
الافتراضي [3 items] | الوصف Known Vision Models — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune known vision models when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.ollama_tags_timeout_sec
|
الافتراضي 5 | الوصف Ollama Tags Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama tags timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.pull_timeout_sec
|
الافتراضي 1800 | الوصف Pull Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune pull timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.ram_estimate_multiplier
|
الافتراضي 1.3 | الوصف Ram Estimate Multiplier — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram estimate multiplier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.ram_gb_per_param_b_q4
|
الافتراضي 0.55 | الوصف Ram Gb Per Param B Q4 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram gb per param b q4 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.ram_headroom_gb
|
الافتراضي 2 | الوصف Ram Headroom Gb — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram headroom gb when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.ram_warn_utilization_ratio
|
الافتراضي 0.55 | الوصف Ram Warn Utilization Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ram warn utilization ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.think_default_enabled_when_supported
|
الافتراضي false | الوصف Think Default Enabled When Supported — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Think Default Enabled When Supported — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for think default enabled when supported. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.think_probe_prompt
|
الافتراضي hi | الوصف Think Probe Prompt — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune think probe prompt when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.models.think_probe_timeout_sec
|
الافتراضي 30 | الوصف Think Probe Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune think probe timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_busy_probe_grace_sec
|
الافتراضي 8 | الوصف Ollama Busy Probe Grace Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama busy probe grace sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_managed
|
الافتراضي true | الوصف Ollama Managed — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Ollama Managed — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for ollama managed. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_probe_connect_timeout_sec
|
الافتراضي 2 | الوصف Ollama Probe Connect Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama probe connect timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_pull_on_first_run
|
الافتراضي false | الوصف Ollama Pull On First Run — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Ollama Pull On First Run — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for ollama pull on first run. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_start_timeout_sec
|
الافتراضي 60 | الوصف Ollama Start Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune ollama start timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.ollama_url
|
الافتراضي http://localhost:11434 | الوصف Engine status/supervisor Ollama URL — keep aligned with server.ollama_url (chat host). |
دليل الاستخدام
When to enable or disableEnable whenTune ollama url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.server_port
|
الافتراضي 8000 | الوصف API port Engine expects when managing the Python server (default 8000). |
دليل الاستخدام
When to enable or disableEnable whenTune server port when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.supervisor_ipc_timeout_sec
|
الافتراضي 120 | الوصف Supervisor Ipc Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune supervisor ipc timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.updater.apply_timeout_sec
|
الافتراضي 900 | الوصف Apply Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune apply timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.updater.check_timeout_sec
|
الافتراضي 15 | الوصف Check Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune check timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.updater.download_timeout_sec
|
الافتراضي 600 | الوصف Download Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune download timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.updater.github_repo
|
الافتراضي contextmint/contextmint | الوصف Github Repo — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune github repo when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
engine.updater.releases_base_url
|
الافتراضي https://github.com/contextmint/contextmint/releases/download | الوصف Releases Base Url — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune releases base url when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
UI catalog (visual regression)
Viewport and diff thresholds for UI catalog visual regression — internal tooling.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
ui_catalog.visual_regression.channel_tolerance
|
الافتراضي 12 | الوصف Channel Tolerance — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune channel tolerance when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.device_scale_factor
|
الافتراضي 1 | الوصف Device Scale Factor — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune device scale factor when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.max_diff_pixel_ratio
|
الافتراضي 0.02 | الوصف Max Diff Pixel Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max diff pixel ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.panel_capture_height_px
|
الافتراضي 680 | الوصف Panel Capture Height Px — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune panel capture height px when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.settle_ms
|
الافتراضي 300 | الوصف Settle Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune settle ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.viewport_height
|
الافتراضي 900 | الوصف Viewport Height — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune viewport height when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
ui_catalog.visual_regression.viewport_width
|
الافتراضي 440 | الوصف Viewport Width — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune viewport width when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Planning (PAEP + Plan Studio + EPA)
PAEP persist contract, optional Plan Studio (verify/sanitize/freeze proposals), and optional Engineering Plan Arbitration (EPA). Studio and EPA default off; freeze ≠ EPA decision; persist remains PAEP Save.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chat.paep.authority_lock_enabled
|
الافتراضي true | الوصف Authority Lock Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Authority Lock Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for authority lock enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.authority_max_files
|
الافتراضي 4 | الوصف Authority Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune authority max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.block_save_on_false_existing
|
الافتراضي true | الوصف Block Save On False Existing — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Save On False Existing — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block save on false existing. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.completion_markers
|
الافتراضي ["☑ **PASS**","☑ PASS","PASS —","completed"] | الوصف Completion Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune completion markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.contract_must_lines
|
الافتراضي ["Plan only the supplied authoritative work_id.","Use supplied authority; distinguish EXISTING vs PROPOSED vs UNKNOWN.","Identify missing evidence before inventing paths; emit PlanIR first.","User-pasted text may be used to compare this turn; EXISTING repo claims still require ContextMint-hydrated paths."] | الوصف Contract Must Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune contract must lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.contract_must_not_lines
|
الافتراضي ["Select another PENDING item or replace the authoritative work_id.","Treat implementation evidence as authority.","Invent EXISTING repository paths without evidence.","Reinterpret CONFLICT/DEFERRED as CONFIRMED."] | الوصف Contract Must Not Lines — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune contract must not lines when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.critic_enabled
|
الافتراضي false | الوصف Critic Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Critic Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for critic enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.critic_llm_enabled
|
الافتراضي false | الوصف Critic Llm Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Critic Llm Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for critic llm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.critic_required_for_save
|
الافتراضي false | الوصف Critic Required For Save — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Critic Required For Save — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for critic required for save. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.critic_revise_enabled
|
الافتراضي false | الوصف Critic Revise Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Critic Revise Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for critic revise enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.critic_venue
|
الافتراضي "" | الوصف Critic Venue — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune critic venue when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.decision_filter_enabled
|
الافتراضي true | الوصف Decision Filter Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Decision Filter Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for decision filter enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.done_glyphs
|
الافتراضي ["☑"] | الوصف Done Glyphs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune done glyphs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.dual_writer_enabled
|
الافتراضي false | الوصف Dual Writer Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Dual Writer Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for dual writer enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.dual_writer_venues
|
الافتراضي [] | الوصف Dual Writer Venues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune dual writer venues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.envelope_max_tokens
|
الافتراضي 1800 | الوصف Envelope Max Tokens — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune envelope max tokens when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.evidence_excerpt_max_chars
|
الافتراضي 4000 | الوصف Evidence Excerpt Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune evidence excerpt max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.evidence_max_files
|
الافتراضي 6 | الوصف Evidence Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune evidence max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.fail_closed_on_verify_unreachable
|
الافتراضي true | الوصف Fail Closed On Verify Unreachable — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fail Closed On Verify Unreachable — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fail closed on verify unreachable. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.forbidden_assumptions
|
الافتراضي [] | الوصف Forbidden Assumptions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune forbidden assumptions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.leave_point_markers
|
الافتراضي ["Next eng leave-point","next eng leave-point","Next eng"] | الوصف Leave Point Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune leave point markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.max_required_evidence_rounds
|
الافتراضي 1 | الوصف Max Required Evidence Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max required evidence rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.max_revise_rounds
|
الافتراضي 1 | الوصف Max Revise Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max revise rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.open_glyphs
|
الافتراضي ["🔧","☐"] | الوصف Open Glyphs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune open glyphs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.open_task_markers
|
الافتراضي ["PO dogfood open"] | الوصف Open Task Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune open task markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.plan_ir_required
|
الافتراضي true | الوصف Plan Ir Required — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Plan Ir Required — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for plan ir required. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.primary_writer
|
الافتراضي primary | الوصف Primary Writer — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune primary writer when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.proposed_path_markers
|
الافتراضي ["proposed:","new file:","(proposed)","claim_class: proposed"] | الوصف Proposed Path Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune proposed path markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.queue_document_relpaths
|
الافتراضي ["documentation/PENDING-WORK.md"] | الوصف Queue Document Relpaths — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune queue document relpaths when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.queue_index_relpath
|
الافتراضي documentation/pending-work.index.yaml | الوصف Queue Index Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune queue index relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.required_evidence_max_files
|
الافتراضي 8 | الوصف Required Evidence Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune required evidence max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.required_evidence_retrieval_enabled
|
الافتراضي true | الوصف Required Evidence Retrieval Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Required Evidence Retrieval Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for required evidence retrieval enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.soft_class_b_decisions
|
الافتراضي ["CONFIRMED","EVIDENCE_ONLY"] | الوصف Soft Class B Decisions — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune soft class b decisions when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.suppress_full_queue_in_authority_pack
|
الافتراضي true | الوصف Suppress Full Queue In Authority Pack — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suppress Full Queue In Authority Pack — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for suppress full queue in authority pack. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policies.architecture
|
الافتراضي warn | الوصف Architecture — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune architecture when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policies.configuration
|
الافتراضي retrieve | الوصف Configuration — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune configuration when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policies.default
|
الافتراضي warn | الوصف Default — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policies.existing_path
|
الافتراضي block | الوصف Existing Path — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune existing path when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policies.implementation_symbol
|
الافتراضي retrieve | الوصف Implementation Symbol — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune implementation symbol when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.unknown_claim_policy
|
الافتراضي warn | الوصف Unknown Claim Policy — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune unknown claim policy when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.user_prompt_excerpt_max_chars
|
الافتراضي 8000 | الوصف User Prompt Excerpt Max Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune user prompt excerpt max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.user_prompt_excerpt_min_chars
|
الافتراضي 1200 | الوصف User Prompt Excerpt Min Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune user prompt excerpt min chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.validator_enabled
|
الافتراضي true | الوصف Validator Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Validator Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for validator enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.volatile_query_markers
|
الافتراضي ["next","priority","wave","what should","leave-point"] | الوصف Volatile Query Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune volatile query markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.paep.work_id_query_patterns
|
الافتراضي ["\\b(\\d+(?:\\.\\d+)?[a-z]?)\\b","\\b([A-Z]{2,}-\\d+)\\b"] | الوصف Work Id Query Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune work id query patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.auto_advance_resolved
|
الافتراضي false | الوصف Auto Advance Resolved — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Auto Advance Resolved — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for auto advance resolved. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.fail_closed_on_writer_error
|
الافتراضي true | الوصف Fail Closed On Writer Error — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Fail Closed On Writer Error — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for fail closed on writer error. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.human_venue_id
|
الافتراضي human | الوصف Human Venue Id — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune human venue id when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.irreversible_how_markers
|
الافتراضي ["git push","git merge","secrets","prod"] | الوصف Irreversible How Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune irreversible how markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.job_ttl_seconds
|
الافتراضي 3600 | الوصف Job Ttl Seconds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune job ttl seconds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.live_fanout
|
الافتراضي false | الوصف Live Fanout — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Live Fanout — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for live fanout. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.low_risk_how_classes
|
الافتراضي ["config","docs","tests","chrome"] | الوصف Low Risk How Classes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune low risk how classes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.max_jobs
|
الافتراضي 32 | الوصف Max Jobs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max jobs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.max_rounds
|
الافتراضي 0 | الوصف Max Rounds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max rounds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.max_writers
|
الافتراضي 3 | الوصف Max Writers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max writers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.presets.deep
|
الافتراضي [] | الوصف Deep — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune deep when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.presets.quick
|
الافتراضي [] | الوصف Quick — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune quick when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.presets.standard
|
الافتراضي [] | الوصف Standard — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune standard when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.resolution_venue
|
الافتراضي "" | الوصف Resolution Venue — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune resolution venue when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.venues
|
الافتراضي [] | الوصف Venues — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune venues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_arbitration.writer_timeout_ms
|
الافتراضي 120000 | الوصف Writer Timeout Ms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune writer timeout ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.claim_id_stable
|
الافتراضي false | الوصف GATE-PLAN-STUDIO — when true, claim_id participates in sticky claim_key; when false, subject-level identity only. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — when true, claim_id participates in sticky claim_key; when false, subject-level identity only. Disable whenWhen false — disables or falls back for claim id stable. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.critic_venues
|
الافتراضي [] | الوصف GATE-PLAN-STUDIO — critic venue ids (presentation routing only). Empty = no auto critics. |
دليل الاستخدام
When to enable or disableEnable whenTune critic venues when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.enabled
مشغّل
|
الافتراضي false | الوصف GATE-PLAN-STUDIO — when false, /plan/studio/* returns enabled=false (default off until PO dogfood). Verify/sanitize/freeze only; not EPA; not PAEP Save. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — when false, /plan/studio/* returns enabled=false (default off until PO dogfood). Verify/sanitize/freeze only; not EPA; not PAEP Save. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.exit_forbid_rank_only
|
الافتراضي true | الوصف GATE-PLAN-STUDIO — reject rank-only exit as FREEZE_ALLOWED. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — reject rank-only exit as FREEZE_ALLOWED. Disable whenWhen false — disables or falls back for exit forbid rank only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.exit_max_open_fact_failures
|
الافتراضي 0 | الوصف GATE-PLAN-STUDIO — max EXISTING+INCORRECT failures still asserted after sanitize (default 0). |
دليل الاستخدام
When to enable or disableEnable whenTune exit max open fact failures when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.exit_require_authority_scope
|
الافتراضي true | الوصف GATE-PLAN-STUDIO — every freeze candidate must match the immutable Studio lock (work_id + objective). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — every freeze candidate must match the immutable Studio lock (work_id + objective). Disable whenWhen false — disables or falls back for exit require authority scope. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.exit_require_freeze_request
|
الافتراضي true | الوصف GATE-PLAN-STUDIO — FREEZE_ALLOWED requires an explicit freeze request (studio_freeze). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — FREEZE_ALLOWED requires an explicit freeze request (studio_freeze). Disable whenWhen false — disables or falls back for exit require freeze request. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.export_relpath
مشغّل
|
الافتراضي .contextmint/studio | الوصف GATE-PLAN-STUDIO — workspace-relative tray for frozen PlanIR JSON (.contextmint/studio). Not Save Plan / PAEP. |
دليل الاستخدام
When to enable or disableEnable whenTune export relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.job_ttl_seconds
|
الافتراضي 3600 | الوصف Job Ttl Seconds — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune job ttl seconds when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.live_emit
|
الافتراضي false | الوصف GATE-PLAN-STUDIO — when true, allow live model emit for critic/synthesis. Default false. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-STUDIO — when true, allow live model emit for critic/synthesis. Default false. Disable whenWhen false — disables or falls back for live emit. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.max_jobs
|
الافتراضي 32 | الوصف Max Jobs — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max jobs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.max_turns
مشغّل
|
الافتراضي 0 | الوصف GATE-PLAN-STUDIO — turn budget (0 = Wave 1 / no auto turn loop). Reaching max_turns exits the run; it does not grant FREEZE_ALLOWED. |
دليل الاستخدام
When to enable or disableEnable whenTune max turns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_studio.synthesis_venue
|
الافتراضي "" | الوصف GATE-PLAN-STUDIO — proposal-producing venue id for synthesis. Empty = no auto synthesis (host ingest only). |
دليل الاستخدام
When to enable or disableEnable whenTune synthesis venue when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Resource scheduler
Embed/chat slot scheduling on shared hosts.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
resource_scheduler.embed_slots
مشغّل
|
الافتراضي 1 | الوصف Concurrent embed slots. On Mode B (split hosts) prefer ≥2 so chat and embed can run in parallel. |
دليل الاستخدام
When to enable or disableEnable whenTune embed slots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
resource_scheduler.io_slots
|
الافتراضي 4 | الوصف Io Slots — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune io slots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
resource_scheduler.llm_slots
|
الافتراضي 1 | الوصف Llm Slots — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune llm slots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Other server defaults
Additional keys from contextmint.defaults.yaml not yet grouped — file an issue if a section is missing.
| المفتاح | الافتراضي | الوصف |
|---|---|---|
الإعداد
chains.enabled
|
الافتراضي false | الوصف Admit /chains APIs (Recipe A critic, Recipe C text plan). Default false — not GATE-W3 / not GATE-W4 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit /chains APIs (Recipe A critic, Recipe C text plan). Default false — not GATE-W3 / not GATE-W4 product. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.idle_health_summary_enabled
|
الافتراضي true | الوصف When chains.enabled, allow deterministic idle health summary. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When chains.enabled, allow deterministic idle health summary. Disable whenWhen false — disables or falls back for idle health summary enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_a_html_max_chars
|
الافتراضي 200000 | الوصف Max HTML characters accepted by Recipe A generator. |
دليل الاستخدام
When to enable or disableEnable whenTune recipe a html max chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_a_long_line_chars
|
الافتراضي 120 | الوصف Recipe A Long Line Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recipe a long line chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_a_max_findings
|
الافتراضي 20 | الوصف Recipe A Max Findings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recipe a max findings when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_a_preview_filename
|
الافتراضي argus-preview.html | الوصف Relative filename written under worktree when Recipe A generates HTML. |
دليل الاستخدام
When to enable or disableEnable whenTune recipe a preview filename when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_a_vlm_enabled
|
الافتراضي false | الوصف When chains.enabled + argus.enabled, Recipe A uses Generator→VLM critic via ARGUS. Default false — not GATE-W4 product; report-only. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When chains.enabled + argus.enabled, Recipe A uses Generator→VLM critic via ARGUS. Default false — not GATE-W4 product; report-only. Disable whenWhen false — disables or falls back for recipe a vlm enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chains.recipe_c_max_steps
|
الافتراضي 12 | الوصف Recipe C Max Steps — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune recipe c max steps when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.default_cloud_vision_model
|
الافتراضي gpt-4o | الوصف Default Cloud Vision Model — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune default cloud vision model when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.live_evidence_relpath
|
الافتراضي .contextmint/evidence/live | الوصف Live Evidence Relpath — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune live evidence relpath when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.live_evidence_to_workspace
|
الافتراضي false | الوصف Live Evidence To Workspace — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Live Evidence To Workspace — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for live evidence to workspace. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.block_save_on_class_a
|
الافتراضي true | الوصف Block Save On Class A — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Save On Class A — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block save on class a. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.block_save_on_class_b
|
الافتراضي true | الوصف Block Save On Class B — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block Save On Class B — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for block save on class b. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.claim_verify_enabled
|
الافتراضي true | الوصف Claim Verify Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Claim Verify Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for claim verify enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.deny_negation_prefixes
|
الافتراضي [7 items] do not invent, don't invent, do not add, must not… | الوصف Deny Negation Prefixes — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune deny negation prefixes when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.enabled
|
الافتراضي true | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.expand_ladder_qc_scan_chars
|
الافتراضي 20000 | الوصف Expand Ladder Qc Scan Chars — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune expand ladder qc scan chars when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.max_extra_patterns
|
الافتراضي 24 | الوصف Max Extra Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max extra patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.parallel_invent_deny_patterns
|
الافتراضي ["(?i)\\bapp/services/ship(?:/|\\b)","(?i)\\bShipService\\b","(?i)\\bpr_bridge\\.py\\b","(?i)\\bMergeReadinessGate\\b"] | الوصف Parallel Invent Deny Patterns — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune parallel invent deny patterns when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_authority_preamble_enabled
|
الافتراضي true | الوصف Plan Authority Preamble Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Plan Authority Preamble Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for plan authority preamble enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_authority_preamble_lines_before
|
الافتراضي 80 | الوصف Plan Authority Preamble Lines Before — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan authority preamble lines before when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_authority_preamble_max_files
|
الافتراضي 5 | الوصف Plan Authority Preamble Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan authority preamble max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_authority_preamble_reserve_ratio
|
الافتراضي 0.2 | الوصف Plan Authority Preamble Reserve Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan authority preamble reserve ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_authority_preamble_substrate_slots
|
الافتراضي 2 | الوصف Plan Authority Preamble Substrate Slots — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan authority preamble substrate slots when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.plan_substrate_max_files
|
الافتراضي 3 | الوصف Plan Substrate Max Files — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune plan substrate max files when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.prefer_center_terms
|
الافتراضي [8 items] merge readiness, partial accept, commit · PR, commit / PR… | الوصف Prefer Center Terms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prefer center terms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.priority_promote_pack_names
|
الافتراضي ["engineering-promote"] | الوصف Priority Promote Pack Names — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune priority promote pack names when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.priority_promote_pack_reserve_ratio
|
الافتراضي 0.1 | الوصف Priority Promote Pack Reserve Ratio — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune priority promote pack reserve ratio when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.seed_grep_terms
|
الافتراضي [17 items] Active queue, PENDING, schema_version, migrations… | الوصف Seed Grep Terms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune seed grep terms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.substrate_grep_terms
|
الافتراضي [12 items] get_git_status, get_git_diff, propose_git_commit, propose_git_branch… | الوصف Substrate Grep Terms — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune substrate grep terms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.thin_authority_nudge
|
الافتراضي true | الوصف Thin Authority Nudge — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Thin Authority Nudge — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for thin authority nudge. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chat.plan_grounding.volatile_query_markers
|
الافتراضي ["next","priority","wave","migration","schema"] | الوصف Volatile Query Markers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune volatile query markers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.bisect_command_timeout_sec
|
الافتراضي 120 | الوصف Per-run timeout for bisect test command. |
دليل الاستخدام
When to enable or disableEnable whenTune bisect command timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.bisect_max_steps
|
الافتراضي 64 | الوصف Hard cap on git bisect mark steps before giving up. |
دليل الاستخدام
When to enable or disableEnable whenTune bisect max steps when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.bisect_min_agree_runs
|
الافتراضي 4 | الوصف Runs per bisect step (forced even). Tie or timeout → git bisect skip. |
دليل الاستخدام
When to enable or disableEnable whenTune bisect min agree runs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.bisect_wall_step_slack_sec
|
الافتراضي 15 | الوصف Reserved seconds beyond one majority vote for drain + git bisect mark before refusing another step. |
دليل الاستخدام
When to enable or disableEnable whenTune bisect wall step slack sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.bisect_wall_timeout_sec
|
الافتراضي 1680 | الوصف Wall-clock cap for one bisect job (keep under extension chronos.bisectTimeoutMs). |
دليل الاستخدام
When to enable or disableEnable whenTune bisect wall timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.checkpoint_refs
|
الافتراضي ["HEAD","HEAD~10","HEAD~50"] | الوصف Git refs resolved into checkpoints (workspace-agnostic). |
دليل الاستخدام
When to enable or disableEnable whenTune checkpoint refs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.commit_title_max_len
|
الافتراضي 200 | الوصف Max characters stored on commit node titles. |
دليل الاستخدام
When to enable or disableEnable whenTune commit title max len when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.enabled
|
الافتراضي false | الوصف Admit CHRONOS indexer + /chronos APIs + sandbox bisect. Default false — not GATE-W2 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit CHRONOS indexer + /chronos APIs + sandbox bisect. Default false — not GATE-W2 product. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.git_timeout_sec
|
الافتراضي 30 | الوصف Timeout for CHRONOS git metadata commands. |
دليل الاستخدام
When to enable or disableEnable whenTune git timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.idle_only
|
الافتراضي true | الوصف Skip index when heavy indexing is ACTIVE. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Skip index when heavy indexing is ACTIVE. Disable whenWhen false — disables or falls back for idle only. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.idle_quiet_period_ms
|
الافتراضي 5000 | الوصف Require this quiet window after embed activity before index. |
دليل الاستخدام
When to enable or disableEnable whenTune idle quiet period ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.idle_retry_max
|
الافتراضي 4 | الوصف Max quiet-period retry fires after idle/parallel/index skip. 0 disables deferred retries; after this many fires sticky retries continue. |
دليل الاستخدام
When to enable or disableEnable whenTune idle retry max when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.idle_retry_min_delay_ms
|
الافتراضي 250 | الوصف Floor for deferred retry delay when idle_quiet_period_ms is 0 (prevents Timer(0) tight loops). |
دليل الاستخدام
When to enable or disableEnable whenTune idle retry min delay ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.idle_retry_sticky_multiplier
|
الافتراضي 2 | الوصف Delay multiplier after idle_retry_max fires so a long busy stretch cannot leave CHRONOS permanently dark. |
دليل الاستخدام
When to enable or disableEnable whenTune idle retry sticky multiplier when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.include_merge_commits
|
الافتراضي true | الوصف Also index recent merge commits as checkpoint candidates. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Also index recent merge commits as checkpoint candidates. Disable whenWhen false — disables or falls back for include merge commits. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.include_tags
|
الافتراضي true | الوصف Also index recent tags as checkpoints. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Also index recent tags as checkpoints. Disable whenWhen false — disables or falls back for include tags. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.list_default_limit
|
الافتراضي 50 | الوصف Default page size for GET /chronos/checkpoints. |
دليل الاستخدام
When to enable or disableEnable whenTune list default limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.list_max_limit
|
الافتراضي 200 | الوصف Hard cap on CHRONOS list page size. |
دليل الاستخدام
When to enable or disableEnable whenTune list max limit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.max_files_per_commit
|
الافتراضي 200 | الوصف Max paths written as modified_by edges per commit. |
دليل الاستخدام
When to enable or disableEnable whenTune max files per commit when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.max_merge_refs
|
الافتراضي 20 | الوصف Cap on merge commits indexed. |
دليل الاستخدام
When to enable or disableEnable whenTune max merge refs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.max_parallel_checkpoints
|
الافتراضي 1 | الوصف Semaphore cap for concurrent index passes. |
دليل الاستخدام
When to enable or disableEnable whenTune max parallel checkpoints when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
chronos.max_tag_refs
|
الافتراضي 20 | الوصف Cap on tag refs indexed. |
دليل الاستخدام
When to enable or disableEnable whenTune max tag refs when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.cache_max_entries
|
الافتراضي 256 | الوصف Cache Max Entries — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune cache max entries when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.cache_ttl_sec
|
الافتراضي 120 | الوصف TTL for ORACLE prefetch cache entries. |
دليل الاستخدام
When to enable or disableEnable whenTune cache ttl sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.enabled
|
الافتراضي false | الوصف Admit ORACLE prefetch APIs + assemble cache-hit + Extension dwell. Default false — not GATE-W3 product; not graph-enhanced ORACLE. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Admit ORACLE prefetch APIs + assemble cache-hit + Extension dwell. Default false — not GATE-W3 product; not graph-enhanced ORACLE. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.intent_query_templates.callers
|
الافتراضي Who calls into {file} | الوصف Callers — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune callers when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.intent_query_templates.explain
|
الافتراضي Explain {file} | الوصف Explain — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune explain when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.intent_query_templates.related
|
الافتراضي Related code for {file} | الوصف Related — server tunable from contextmint.defaults.yaml. |
| دليل الاستخدام | ||
الإعداد
oracle.intent_query_templates.tests
|
الافتراضي Tests for {file} | الوصف Tests — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune tests when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.max_inflight_prefetch_per_file
|
الافتراضي 1 | الوصف Coalesce cap for in-flight prefetches per workspace+file. |
دليل الاستخدام
When to enable or disableEnable whenTune max inflight prefetch per file when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.prefetch_intents
|
الافتراضي ["explain","callers","tests","related"] | الوصف Prefetch Intents — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prefetch intents when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.prefetch_timeout_sec
|
الافتراضي 30 | الوصف Prefetch Timeout Sec — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prefetch timeout sec when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.prefetch_top_k
|
الافتراضي 8 | الوصف Prefetch Top K — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune prefetch top k when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
oracle.ttft_p95_budget_ms
|
الافتراضي 100 | الوصف Bench gate budget for cache-hit assembly p95 (milliseconds). |
دليل الاستخدام
When to enable or disableEnable whenTune ttft p95 budget ms when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.enabled
|
الافتراضي false | الوصف Enabled — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enabled — server tunable from contextmint.defaults.yaml. Disable whenWhen false — disables or falls back for enabled. Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.export_max_rows
|
الافتراضي 5000 | الوصف Export Max Rows — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune export max rows when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.insights_section_cap
|
الافتراضي 12 | الوصف Insights Section Cap — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune insights section cap when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.max_teams
|
الافتراضي 50 | الوصف Max Teams — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune max teams when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.metric_metadata
|
الافتراضي [4 items] | الوصف Metric Metadata — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune metric metadata when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.review_release_max_findings
|
الافتراضي 50 | الوصف Review Release Max Findings — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune review release max findings when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.window_days_30
|
الافتراضي 30 | الوصف Window Days 30 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune window days 30 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
الإعداد
scorecards.window_days_90
|
الافتراضي 90 | الوصف Window Days 90 — server tunable from contextmint.defaults.yaml. |
دليل الاستخدام
When to enable or disableEnable whenTune window days 90 when receipts, latency, or UAT evidence show the shipped default is wrong for your tier. Disable whenN/A — numeric, string, or structured value (not a boolean toggle). Trade-offsPros
Cons
RecommendationKeep the shipped default unless you are actively tuning with Context Receipt or operator metrics. |
||
Retrieval & context assembly (extension)
These VS Code settings control what the extension adds before the API assembles evidence. They complement — but do not replace — server-side evidence assembly below. The server routes structural questions to index-time knowledge when available, then hybrid search, window expansion, workspace grep, and dependency-graph neighbours. Local client grep can add noise if left wide open after indexing finishes.
نصائح
- For “how does this repo work?” questions, keep client grep reasonable and let indexing finish first.
- For “how is this route registered?” questions, server knowledge lookup matters more than extension grep.
- If answers cite the wrong files, lower clientGrepMaxSnippets or enable clientGrepIndexingOnly.
- Context Lens shows shipped provenance — what you preview is what the model receives.
Operator essentials (start here)
With ContextMint Engine installed, change these in VS Code only. Server lifecycle, Ollama, models, and indexing are managed in Engine → Settings.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.engine.dashboardUrl
مشغّل
|
الافتراضي http://localhost:8765 | الوصف Local ContextMint Engine dashboard URL (tray / operator console). |
دليل الاستخدام
When to enable or disableEnable whenAdjust engine.dashboardUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.engine.devAllowExtensionSpawn
مشغّل
|
الافتراضي false | الوصف Git-clone dev mode only: allow extension-managed server spawn when Engine is absent. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Git-clone dev mode only: allow extension-managed server spawn when Engine is absent. Disable whenWhen false — Git-clone dev mode only: allow extension-managed server spawn when Engine is absent. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.logLevel
مشغّل
|
الافتراضي info | الوصف Controls how much ContextMint logs to the 'ContextMint Trace' Output Channel. Set to 'trace' to also write a log file (Output → ContextMint Trace). |
دليل الاستخدام
When to enable or disableEnable whenAdjust logLevel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.serverUrl
مشغّل
|
الافتراضي http://127.0.0.1:8000 | الوصف ContextMint engine URL |
دليل الاستخدام
When to enable or disableEnable whenAdjust serverUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Server & connectivity
How the extension reaches the API. For remote/team servers set serverUrl to your on-prem host and see BYOK & enterprise.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.chains.recipeAVlmEnabled
|
الافتراضي false | الوصف Enable Recipe A VLM chain command (Generator→ARGUS critic). Requires chains.enabled + chains.recipe_a_vlm_enabled + argus.enabled on the server. Default off — not GATE-W4 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable Recipe A VLM chain command (Generator→ARGUS critic). Requires chains.enabled + chains.recipe_a_vlm_enabled + argus.enabled on the server. Default off — not GATE-W4 product. Disable whenWhen false — enable Recipe A VLM chain command (Generator→ARGUS critic). Requires chains.enabled + chains.recipe_a_vlm_enabled + argus.enabled on the server. Default off — not GATE-W4 product. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chronos.bisectTimeoutMs
|
الافتراضي 1800000 | الوصف Client wait for POST /chronos/bisect (ms). Keep above server chronos.bisect_wall_timeout_sec (default ~28 min / 1680s). |
دليل الاستخدام
When to enable or disableEnable whenAdjust chronos.bisectTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chronos.diffSampleMax
|
الافتراضي 12 | الوصف Max paths shown in the CHRONOS panel diff summary line. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chronos.diffSampleMax in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chronos.enabled
|
الافتراضي false | الوصف Show CHRONOS panel (checkpoints + bisect). Requires chronos.enabled on the server. Default off — not GATE-W2. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show CHRONOS panel (checkpoints + bisect). Requires chronos.enabled on the server. Default off — not GATE-W2. Disable whenWhen false — show CHRONOS panel (checkpoints + bisect). Requires chronos.enabled on the server. Default off — not GATE-W2. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.commandCenter.enabled
|
الافتراضي false | الوصف Show Chat/Insights/Actions Command Center tabs. Requires scorecards.enabled on the server. Default off — not GATE-SCORECARD product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Chat/Insights/Actions Command Center tabs. Requires scorecards.enabled on the server. Default off — not GATE-SCORECARD product. Disable whenWhen false — show Chat/Insights/Actions Command Center tabs. Requires scorecards.enabled on the server. Default off — not GATE-SCORECARD product. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.debugUi.enabled
|
الافتراضي false | الوصف Show testing/debug chrome in the chat webview (e.g. EPA run telemetry). Default off for normal users. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show testing/debug chrome in the chat webview (e.g. EPA run telemetry). Default off for normal users. Disable whenWhen false — show testing/debug chrome in the chat webview (e.g. EPA run telemetry). Default off for normal users. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.architectureTabEnabled
|
الافتراضي false | الوصف Show Architecture Tab. Requires fabric.enabled + fabric.architecture_tab_enabled (health_enabled for risks). Default off — not GATE-W2. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Architecture Tab. Requires fabric.enabled + fabric.architecture_tab_enabled (health_enabled for risks). Default off — not GATE-W2. Disable whenWhen false — show Architecture Tab. Requires fabric.enabled + fabric.architecture_tab_enabled (health_enabled for risks). Default off — not GATE-W2. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.blastRadiusEnabled
|
الافتراضي false | الوصف Show Impact sidebar. Requires fabric.enabled + fabric.blast_radius_enabled on the server. Default off — not GATE-IMPACT / not GATE-EXPLAIN product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Impact sidebar. Requires fabric.enabled + fabric.blast_radius_enabled on the server. Default off — not GATE-IMPACT / not GATE-EXPLAIN product. Disable whenWhen false — show Impact sidebar. Requires fabric.enabled + fabric.blast_radius_enabled on the server. Default off — not GATE-IMPACT / not GATE-EXPLAIN product. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.decisionGraphEnabled
|
الافتراضي false | الوصف Show Decision View panel. Requires fabric.enabled + fabric.decision_graph_enabled on the server. Default off — not Decision Graph product / not GATE-EVIDENCE. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Decision View panel. Requires fabric.enabled + fabric.decision_graph_enabled on the server. Default off — not Decision Graph product / not GATE-EVIDENCE. Disable whenWhen false — show Decision View panel. Requires fabric.enabled + fabric.decision_graph_enabled on the server. Default off — not Decision Graph product / not GATE-EVIDENCE. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.dnaEnabled
|
الافتراضي false | الوصف Show Repository DNA panel/toast. Requires fabric.enabled + fabric.dna_enabled on the server. Default off — not GATE-AHA. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Repository DNA panel/toast. Requires fabric.enabled + fabric.dna_enabled on the server. Default off — not GATE-AHA. Disable whenWhen false — show Repository DNA panel/toast. Requires fabric.enabled + fabric.dna_enabled on the server. Default off — not GATE-AHA. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.dnaToastAttempts
|
الافتراضي 5 | الوصف Minimum delayed DNA toast polls after index/embed settle (also raised by dnaToastBudgetMs). |
دليل الاستخدام
When to enable or disableEnable whenAdjust fabric.dnaToastAttempts in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.dnaToastBudgetMs
|
الافتراضي 90000 | الوصف Wall-clock budget (ms) for DNA toast polls after index/embed settle — covers finalize after embed clears. |
دليل الاستخدام
When to enable or disableEnable whenAdjust fabric.dnaToastBudgetMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.dnaToastIntervalMs
|
الافتراضي 2000 | الوصف Milliseconds between DNA toast poll attempts after index/embed settle. |
دليل الاستخدام
When to enable or disableEnable whenAdjust fabric.dnaToastIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.driftEnabled
|
الافتراضي false | الوصف Show Drift panel. Requires fabric.enabled + fabric.drift_enabled on the server. Default off — not GATE-DRIFT product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Drift panel. Requires fabric.enabled + fabric.drift_enabled on the server. Default off — not GATE-DRIFT product. Disable whenWhen false — show Drift panel. Requires fabric.enabled + fabric.drift_enabled on the server. Default off — not GATE-DRIFT product. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.featureLiteEnabled
|
الافتراضي false | الوصف Show Features (draft) panel. Requires fabric.enabled + fabric.feature_lite_enabled on the server. Default off — not GATE-FEATURE-LITE. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Features (draft) panel. Requires fabric.enabled + fabric.feature_lite_enabled on the server. Default off — not GATE-FEATURE-LITE. Disable whenWhen false — show Features (draft) panel. Requires fabric.enabled + fabric.feature_lite_enabled on the server. Default off — not GATE-FEATURE-LITE. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.featureRegistryEnabled
|
الافتراضي false | الوصف Enable Feature Registry onboarding wizard (confirm/dismiss). Requires featureLiteEnabled + fabric.feature_registry_enabled. Default off — not GATE-V3 / not product Feature Registry. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable Feature Registry onboarding wizard (confirm/dismiss). Requires featureLiteEnabled + fabric.feature_registry_enabled. Default off — not GATE-V3 / not product Feature Registry. Disable whenWhen false — enable Feature Registry onboarding wizard (confirm/dismiss). Requires featureLiteEnabled + fabric.feature_registry_enabled. Default off — not GATE-V3 / not product Feature Registry. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fabric.memoryTabEnabled
|
الافتراضي false | الوصف Show Fabric Memory Tab convention commands (list/approve/dismiss). Requires fabric.enabled + fabric.memory_tab_enabled on the server. Default off — not GATE-W1. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show Fabric Memory Tab convention commands (list/approve/dismiss). Requires fabric.enabled + fabric.memory_tab_enabled on the server. Default off — not GATE-W1. Disable whenWhen false — show Fabric Memory Tab convention commands (list/approve/dismiss). Requires fabric.enabled + fabric.memory_tab_enabled on the server. Default off — not GATE-W1. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fullParity.agentExperienceAttemptHistoryMax
|
الافتراضي 8 | الوصف Max ChangeSet attempt titles shown in Agent Experience history strip. |
دليل الاستخدام
When to enable or disableEnable whenAdjust fullParity.agentExperienceAttemptHistoryMax in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fullParity.agentExperienceEnabled
|
الافتراضي true | الوصف Wave FPX Agent Mode Experience (repair-first · attempt history · alternative approach). Eng default-on with experience_v2; not a one-seat claim by itself. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Wave FPX Agent Mode Experience (repair-first · attempt history · alternative approach). Eng default-on with experience_v2; not a one-seat claim by itself. Disable whenWhen false — Wave FPX Agent Mode Experience (repair-first · attempt history · alternative approach). Eng default-on with experience_v2; not a one-seat claim by itself. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fullParity.codeActionsEnabled
|
الافتراضي true | الوصف Full Parity Habit-8 code actions (Explain / Fix / Suggest tests on selection). Eng default-on; one-seat marketing claim still requires continuous PO dogfood (GATE-FULL-PARITY). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Full Parity Habit-8 code actions (Explain / Fix / Suggest tests on selection). Eng default-on; one-seat marketing claim still requires continuous PO dogfood (GATE-FULL-PARITY). Disable whenWhen false — Full Parity Habit-8 code actions (Explain / Fix / Suggest tests on selection). Eng default-on; one-seat marketing claim still requires continuous PO dogfood (GATE-FULL-PARITY). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.fullParity.shipChromeEnabled
|
الافتراضي true | الوصف Full Parity Ship chrome (git status / diff / branch / commit / ChangeSet / PR / merge-readiness). Requires agent.intel.git on server. Claim still PO. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Full Parity Ship chrome (git status / diff / branch / commit / ChangeSet / PR / merge-readiness). Requires agent.intel.git on server. Claim still PO. Disable whenWhen false — Full Parity Ship chrome (git status / diff / branch / commit / ChangeSet / PR / merge-readiness). Requires agent.intel.git on server. Claim still PO. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.localFallbackUrl
|
الافتراضي http://127.0.0.1:8000 | الوصف Fallback engine URL used when the enterprise server (serverUrl) is unreachable. Only applies when enterpriseMode is enabled. |
دليل الاستخدام
When to enable or disableEnable whenAdjust localFallbackUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.mcpExport.operatorUiEnabled
|
الافتراضي false | الوصف Show MCP export operator commands (list/call tools). Requires agent.moat.mcp_* on the server. Default off. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show MCP export operator commands (list/call tools). Requires agent.moat.mcp_* on the server. Default off. Disable whenWhen false — show MCP export operator commands (list/call tools). Requires agent.moat.mcp_* on the server. Default off. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.oracle.dwellMs
|
الافتراضي 800 | الوصف Idle dwell before POST /oracle/prefetch (ms). Typing or tab switch aborts in-flight prefetch. |
دليل الاستخدام
When to enable or disableEnable whenAdjust oracle.dwellMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.oracle.enabled
|
الافتراضي false | الوصف Enable ORACLE dwell prefetch + context-ready indicator. Requires oracle.enabled on the server. Default off — not GATE-W3 product. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable ORACLE dwell prefetch + context-ready indicator. Requires oracle.enabled on the server. Default off — not GATE-W3 product. Disable whenWhen false — enable ORACLE dwell prefetch + context-ready indicator. Requires oracle.enabled on the server. Default off — not GATE-W3 product. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planArbitration.enabled
|
الافتراضي false | الوصف GATE-EPA — show Engineering Plan Arbitration review (default off). Persist remains Save Plan / PAEP. |
دليل الاستخدام
When to enable or disableEnable whenDogfood EPA review — multi-writer PlanIR compare with workspace FACT observation. Disable whenDefault — EPA review chrome hidden; Save Plan remains the persist path. Trade-offsPros
Cons
RecommendationKeep off until GATE-EPA dogfood; never treat Accept as Save. |
||
الإعداد
contextmint.planArbitration.exportRelpath
|
الافتراضي .contextmint/epa | الوصف Workspace-relative folder for Export PlanIR JSON (EPA inject tray). Not Save Plan / PAEP persist. |
دليل الاستخدام
When to enable or disableEnable whenAdjust planArbitration.exportRelpath in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planPersist.enabled
|
الافتراضي false | الوصف GATE-PLAN-ARTIFACTS — show Save Plan in Plan mode and allow Open Plans (default off until dogfood). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — GATE-PLAN-ARTIFACTS — show Save Plan in Plan mode and allow Open Plans (default off until dogfood). Disable whenWhen false — GATE-PLAN-ARTIFACTS — show Save Plan in Plan mode and allow Open Plans (default off until dogfood). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planPersist.maxBodyChars
|
الافتراضي 200000 | الوصف Max characters of Plan body written into a saved plan file. |
دليل الاستخدام
When to enable or disableEnable whenAdjust planPersist.maxBodyChars in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planPersist.plansRelpath
|
الافتراضي .contextmint/plans | الوصف Workspace-relative directory for saved Plan markdown files. |
دليل الاستخدام
When to enable or disableEnable whenAdjust planPersist.plansRelpath in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planPersist.warnMissingPaths
|
الافتراضي true | الوصف Warn when Plan checklist file paths are not found in the workspace (does not block Save). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Warn when Plan checklist file paths are not found in the workspace (does not block Save). Disable whenWhen false — Warn when Plan checklist file paths are not found in the workspace (does not block Save). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.planStudio.enabled
|
الافتراضي false | الوصف GATE-PLAN-STUDIO — show Plan Studio verify/freeze pane (default off). Does not persist; EPA re-observes; Save remains PAEP. |
دليل الاستخدام
When to enable or disableEnable whenDogfood Plan Studio — verify EXISTING claims, sanitize unsupported assertions, freeze PlanIR under .contextmint/studio/. Disable whenDefault — Studio pane hidden; Plan mode and Save Plan / EPA flows unchanged. Trade-offsPros
Cons
RecommendationKeep off until GATE-PLAN-STUDIO dogfood; enable with the server overlay together. |
||
الإعداد
contextmint.planStudio.exportRelpath
|
الافتراضي .contextmint/studio | الوصف Workspace-relative folder for frozen PlanIR JSON from Plan Studio (not Save Plan / PAEP). |
دليل الاستخدام
When to enable or disableEnable whenN/A — workspace-relative tray for frozen Studio PlanIR JSON. Disable whenN/A Trade-offsPros
Cons
RecommendationLeave default .contextmint/studio unless your ops policy relocates trays. |
||
الإعداد
contextmint.review.contractsDir
|
الافتراضي .contextmint/contracts | الوصف Workspace-relative directory of flow-contract JSON/YAML files for CR-4. |
دليل الاستخدام
When to enable or disableEnable whenAdjust review.contractsDir in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.review.diffContextLines
|
الافتراضي 3 | الوصف Context lines requested from Git for branch review diffs. |
دليل الاستخدام
When to enable or disableEnable whenAdjust review.diffContextLines in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.review.fixPreviewLlmTimeoutMs
|
الافتراضي 300000 | الوصف Max wait in ms for Generate Fix LLM preview when the deterministic shell=True path does not apply. CPU Ollama with large context often needs several minutes. |
دليل الاستخدام
When to enable or disableEnable whenAdjust review.fixPreviewLlmTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.review.gitMaxBufferBytes
|
الافتراضي 10485760 | الوصف Maximum bytes captured from the local Git diff for branch review. |
دليل الاستخدام
When to enable or disableEnable whenAdjust review.gitMaxBufferBytes in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.review.gitTimeoutMs
|
الافتراضي 30000 | الوصف Timeout for the local argument-vector Git diff used by branch review. |
دليل الاستخدام
When to enable or disableEnable whenAdjust review.gitTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.serverTimeoutMs
يديره Engine
|
الافتراضي 8000 | الوصف Timeout in ms for server health and index-status check requests. Increase on slow networks. |
دليل الاستخدام
When to enable or disableEnable whenAdjust serverTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.ssMu.operatorUiEnabled
|
الافتراضي false | الوصف Show SS-MU operator palette commands (status/presence). Requires ss_mu.enabled on the server. Default off. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show SS-MU operator palette commands (status/presence). Requires ss_mu.enabled on the server. Default off. Disable whenWhen false — show SS-MU operator palette commands (status/presence). Requires ss_mu.enabled on the server. Default off. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Chat, sessions & lanes
Compose placement, history limits, context lanes (Repo / Work / Hybrid), client grep, trivial-query fast path, and answer formatting.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.chat.answerDualLayerEnabled
|
الافتراضي true | الوصف Show a plain-language answer first; hide developer detail behind “More technical detail”. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show a plain-language answer first; hide developer detail behind “More technical detail”. Disable whenWhen false — show a plain-language answer first; hide developer detail behind “More technical detail”. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.answerTechnicalExpandLabel
|
الافتراضي More technical detail | الوصف Label for the expandable technical section under assistant replies. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.answerTechnicalExpandLabel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.canonicalOverviewGrepExcludePatterns
|
الافتراضي [5 items] .contextmint/packs/session/, .contextmint/packs/security/, .contextmint/eval-fixtures/… | الوصف Relative path prefixes excluded from architecture/overview entry-point grep. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.canonicalOverviewGrepExcludePatterns in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.canonicalOverviewGrepHeadLines
|
الافتراضي 10 | الوصف File head lines used when entry-point grep has no keyword match. |
دليل الاستخدام
When to enable or disableEnable whenEntry files lack keyword overlap — need more head lines from application entry or bootstrap files. Disable whenGrep snippets are too large for tight token budgets. Trade-offsPros
Cons
RecommendationTune together with canonicalOverviewGrepMaxSnippets. |
||
الإعداد
contextmint.chat.canonicalOverviewGrepMaxSnippets
|
الافتراضي 4 | الوصف Max entry-point grep snippets on architecture and overview questions. |
دليل الاستخدام
When to enable or disableEnable whenArchitecture or “how does this repo work?” prompts need more entry-point file snippets from client grep. Disable whenOverview answers already cite the right entry files — reduce client grep competition with server expand. Trade-offsPros
Cons
RecommendationLeave default unless entry files are missing from overview answers. |
||
الإعداد
contextmint.chat.canonicalOverviewGrepSkipWhenPackActive
|
الافتراضي true | الوصف Skip architecture/overview entry-point grep when a pack is already active. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Skip architecture/overview entry-point grep when a pack is already active. Disable whenWhen false — Skip architecture/overview entry-point grep when a pack is already active. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.clientGrepEnabled
|
الافتراضي true | الوصف Grep the local workspace before chat and send hits to the server (demo / indexing handoff). |
دليل الاستخدام
When to enable or disableEnable whenDemo visibility, indexing handoff, or symbol-heavy prompts where local workspace search helps before server retrieval. Disable whenNoisy local paths polluting architecture or overview answers; reduce client-side work on large monorepos. Trade-offsPros
Cons
RecommendationKeep enabled for development; tighten grep limits if overview answers feel noisy. |
||
الإعداد
contextmint.chat.clientGrepIndexingOnly
|
الافتراضي false | الوصف When true, client grep runs only while the workspace index is building. |
دليل الاستخدام
When to enable or disableEnable whenLimit grep noise after the index is ready — search locally only while indexing is in progress. Disable whenYou rely on client grep for every chat turn (demos, offline symbol lookup). Trade-offsPros
Cons
RecommendationConsider enabling on laptops with limited RAM after the index is ready. |
||
الإعداد
contextmint.chat.clientGrepKeepPanelOpen
|
الافتراضي true | الوصف Keep the Reasoning panel expanded after chat when local grep found files (demo visibility). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Keep the Reasoning panel expanded after chat when local grep found files (demo visibility). Disable whenWhen false — Keep the Reasoning panel expanded after chat when local grep found files (demo visibility). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.clientGrepKeywordMinLength
|
الافتراضي 3 | الوصف Minimum keyword length for client-side workspace grep. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.clientGrepKeywordMinLength in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.clientGrepMaxFiles
|
الافتراضي 120 | الوصف Max workspace files scanned per client grep pass. |
دليل الاستخدام
When to enable or disableEnable whenLarge workspaces where keyword search needs a wider scan (slower). Disable whenPerformance issues or excessive grep time before send. Trade-offsPros
Cons
RecommendationLower on laptops if compose feels sluggish. |
||
الإعداد
contextmint.chat.clientGrepMaxSnippets
|
الافتراضي 8 | الوصف Max grep snippets sent with each chat request. |
دليل الاستخدام
When to enable or disableEnable whenRaise briefly for dense symbol-navigation demos. Disable whenLower (e.g. 4–6) when sources feel noisy or the token budget is tight. Trade-offsPros
Cons
RecommendationDefault 8 is balanced; lower if sources look cluttered. |
||
الإعداد
contextmint.chat.cloudThinkingBudgetMinTokens
|
الافتراضي 1024 | الوصف Minimum thinking budget required before enabling Claude extended thinking. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.cloudThinkingBudgetMinTokens in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.cloudThinkingBudgetTokens
|
الافتراضي 10000 | الوصف Token budget for Claude extended thinking when using your own Anthropic API key. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.cloudThinkingBudgetTokens in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.cloudThinkingEmptyReplyText
|
الافتراضي The model returned thinking only (no answer text). Retry with Thinking off, or raise the generation token limit. | الوصف Assistant message when a BYOK cloud stream yields thinking but no answer content. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.cloudThinkingEmptyReplyText in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.cloudThinkingEnabled
|
الافتراضي true | الوصف Request and stream model-level thinking from BYOC/BYOK cloud providers (Claude extended thinking, OpenAI reasoning models). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Request and stream model-level thinking from BYOC/BYOK cloud providers (Claude extended thinking, OpenAI reasoning models). Disable whenWhen false — Request and stream model-level thinking from BYOC/BYOK cloud providers (Claude extended thinking, OpenAI reasoning models). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.cloudVisionOptInHint
|
الافتراضي Or use your own cloud API key (optional) | الوصف Secondary hint for optional cloud vision with your own API key. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.cloudVisionOptInHint in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.contextLanesEnabled
|
الافتراضي true | الوصف Enable Repo / Work / Hybrid context lanes in chat compose. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable Repo / Work / Hybrid context lanes in chat compose. Disable whenWhen false — enable Repo / Work / Hybrid context lanes in chat compose. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.defaultContextLane
|
الافتراضي repo | الوصف Default context lane for new chat sessions. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.defaultContextLane in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.defaultLocalVisionModel
|
الافتراضي qwen2.5vl:3b | الوصف Default local Ollama vision model for screenshot chat when Engine active vision is unavailable. Server runtime value: chat.default_local_vision_model. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.defaultLocalVisionModel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.governanceTrustChipEnabled
|
الافتراضي true | الوصف Show HIGH/MEDIUM/LOW trust chip under store-backed quality answers. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show HIGH/MEDIUM/LOW trust chip under store-backed quality answers. Disable whenWhen false — show HIGH/MEDIUM/LOW trust chip under store-backed quality answers. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.hybridLanePlaceholder
|
الافتراضي Ask how repo evidence informs your decision… | الوصف Compose placeholder when Hybrid lane is selected. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.hybridLanePlaceholder in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageAttachmentsEnabled
|
الافتراضي true | الوصف Enable paste, drop, and file-picker image attachments in chat compose. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable paste, drop, and file-picker image attachments in chat compose. Disable whenWhen false — enable paste, drop, and file-picker image attachments in chat compose. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageEvidenceGateEnabled
|
الافتراضي true | الوصف U-071a: when images are attached, open Image Evidence Gate before chat streams (Send | Run visual audit | Cancel). Independent of lensPreviewFirstNSends. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — U-071a: when images are attached, open Image Evidence Gate before chat streams (Send | Run visual audit | Cancel). Independent of lensPreviewFirstNSends. Disable whenWhen false — U-071a: when images are attached, open Image Evidence Gate before chat streams (Send | Run visual audit | Cancel). Independent of lensPreviewFirstNSends. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageMaxBytes
|
الافتراضي 5242880 | الوصف Maximum bytes per image before ingest rejects the file. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.imageMaxBytes in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageMaxCountPerMessage
|
الافتراضي 3 | الوصف Maximum images per outgoing chat message. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.imageMaxCountPerMessage in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageSensitivityNotice
|
الافتراضي Screenshots may contain sensitive information. | الوصف First-time Context Lens notice when attaching images. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.imageSensitivityNotice in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.imageTempTtlSec
|
الافتراضي 3600 | الوصف Temporary image blob lifetime (seconds) under ~/.contextmint/images/. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.imageTempTtlSec in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.laneSuggestEnabled
|
الافتراضي true | الوصف Suggest the Work lane when repository retrieval looks weak. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Suggest the Work lane when repository retrieval looks weak. Disable whenWhen false — suggest the Work lane when repository retrieval looks weak. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.laneSuggestPrompt
|
الافتراضي Little repo context matched — retry in Work lane? | الوصف Banner text when Work lane is suggested. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.laneSuggestPrompt in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.laneSuggestWorkButtonLabel
|
الافتراضي Use Work lane | الوصف Button label for accepting Work lane suggestion. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.laneSuggestWorkButtonLabel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxHistorySend
|
الافتراضي 13 | الوصف Max prior turns sent to the server per chat request. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxHistorySend in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxHistoryStored
|
الافتراضي 200 | الوصف Max chat messages stored per session in extension state. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxHistoryStored in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxMessagesDisplay
|
الافتراضي 200 | الوصف Max messages rendered in the chat webview (DOM cap). |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxMessagesDisplay in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxOpenEditorTabs
|
الافتراضي 8 | الوصف Max ContextMint chat tabs open in the sidebar Chat view at once. Opening New Chat never closes existing tabs. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxOpenEditorTabs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxSessionsStored
|
الافتراضي 30 | الوصف Max chat sessions kept in extension storage. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxSessionsStored in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxTabStreamBufferEvents
|
الافتراضي 500 | الوصف Max buffered stream events kept for a background sidebar chat tab so reasoning can resume when you switch back. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxTabStreamBufferEvents in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.maxTraceDisplay
|
الافتراضي 50 | الوصف Max trace/reasoning lines shown in the transparency panel. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.maxTraceDisplay in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.packTrustChipEnabled
|
الافتراضي true | الوصف Show active-pack trust chip under assistant answers when a pack is applied. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show active-pack trust chip under assistant answers when a pack is applied. Disable whenWhen false — show active-pack trust chip under assistant answers when a pack is applied. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.placement
|
الافتراضي auto | الوصف Where chat opens: auto (sidebar, then editor tab fallback), sidePanel (Activity Bar only), or editor (tab beside code). |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.placement in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.pullVisionModelPrompt
|
الافتراضي Pull a vision model… (free, local) | الوصف Primary call-to-action when no local vision model is installed. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.pullVisionModelPrompt in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.reasoningCollapseOnAnswer
|
الافتراضي true | الوصف Collapse the Reasoning panel automatically when the assistant answer finishes. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Collapse the Reasoning panel automatically when the assistant answer finishes. Disable whenWhen false — Collapse the Reasoning panel automatically when the assistant answer finishes. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.reasoningThinkingMaxHeightPx
|
الافتراضي 64 | الوصف Max height (px) of the live Thinking stream (~3–4 lines at default). |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.reasoningThinkingMaxHeightPx in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.repoLanePlaceholder
|
الافتراضي Ask about your code… | الوصف Compose placeholder when Repo lane is selected. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.repoLanePlaceholder in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.retrievalPosture
|
الافتراضي developer | الوصف Retrieval posture hint for chat evidence framing (default developer). |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.retrievalPosture in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.selectionMaxChars
|
الافتراضي 4096 | الوصف Max characters of editor selection sent with chat (focus pointer). Longer highlights are truncated; attach the file for full-document context. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.selectionMaxChars in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.trivialQueryFastPathEnabled
|
الافتراضي true | الوصف Skip client grep and retrieval UI for short greetings (hi, hello, etc.). |
دليل الاستخدام
When to enable or disableEnable whenRecommended — skips full retrieval for short greetings like hi or hello. Disable whenTesting that even trivial prompts route through the full pipeline. Trade-offsPros
Cons
RecommendationKeep enabled. |
||
الإعداد
contextmint.chat.trivialQueryGreetingRegex
|
الافتراضي ^(?:hi|hello|hey|thanks|thank you|ok|okay|yo)(?:[!?.]|$|\s) | الوصف Regex; matching queries are trivial even above trivialQueryMaxWords. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.trivialQueryGreetingRegex in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.trivialQueryMaxWords
|
الافتراضي 3 | الوصف Queries with at most this many tokens are treated as trivial greetings. |
دليل الاستخدام
When to enable or disableEnable whenN/A — max word count for the greeting shortcut. Disable whenN/A Trade-offsPros
Cons
RecommendationDefault 3 works for most teams; change only with pattern review. |
||
الإعداد
contextmint.chat.viewRevealMaxAttempts
|
الافتراضي 30 | الوصف Max poll attempts when opening chat in the activity-bar sidebar. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.viewRevealMaxAttempts in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.viewRevealPollIntervalMs
|
الافتراضي 100 | الوصف Poll interval (ms) while waiting for the sidebar chat webview to resolve. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.viewRevealPollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.chat.workLanePlaceholder
|
الافتراضي Ask about planning, comms, or concepts… | الوصف Compose placeholder when Work lane is selected. |
دليل الاستخدام
When to enable or disableEnable whenAdjust chat.workLanePlaceholder in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.defaultModel
|
الافتراضي auto | الوصف Default model mode shown in the chat header dropdown. |
دليل الاستخدام
When to enable or disableEnable whenAdjust defaultModel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.maxAttachedFiles
|
الافتراضي 10 | الوصف Maximum number of files that can be attached as context for a single chat message. |
دليل الاستخدام
When to enable or disableEnable whenAdjust maxAttachedFiles in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.maxSessionsInList
|
الافتراضي 6 | الوصف Maximum number of past chat sessions to show in the sessions list. |
دليل الاستخدام
When to enable or disableEnable whenAdjust maxSessionsInList in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Context Lens, trust gate & cloud
Pre-send Context Lens preview, optional trust gate, cloud routing toggle, and enterprise auth fields.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.cloudEnabled
|
الافتراضي false | الوصف Enable cloud LLM provider routing (opt-in) |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable cloud LLM provider routing (opt-in) Disable whenWhen false — enable cloud LLM provider routing (opt-in) Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.enterpriseMode
|
الافتراضي false | الوصف Connect to a shared enterprise ContextMint server. When enabled, VS Code's built-in OIDC authentication forwards a Bearer token with every request. Falls back to the local engine (localFallbackUrl) if the enterprise server is unreachable. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Connect to a shared enterprise ContextMint server. When enabled, VS Code's built-in OIDC authentication forwards a Bearer token with every request. Falls back to the local engine (localFallbackUrl) if the enterprise server is unreachable. Disable whenWhen false — Connect to a shared enterprise ContextMint server. When enabled, VS Code's built-in OIDC authentication forwards a Bearer token with every request. Falls back to the local engine (localFallbackUrl) if the enterprise server is unreachable. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.lensPreviewEnabled
|
الافتراضي true | الوصف Show Context Lens preview before send (first N sends per workspace). |
دليل الاستخدام
When to enable or disableEnable whenFirst few sends per workspace — good for new users learning Context Lens. Disable whenExperienced users who already validated retrieval quality. Trade-offsPros
Cons
RecommendationKeep enabled for new workspaces; lower firstNSends after sign-off. |
||
الإعداد
contextmint.lensPreviewFirstNSends
|
الافتراضي 3 | الوصف Number of sends per workspace that show Context Lens preview by default. |
دليل الاستخدام
When to enable or disableEnable whenAdjust lensPreviewFirstNSends in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.localJwtSecret
|
الافتراضي | الوصف Optional HS256 secret for auto-signed localhost JWTs. When empty, ContextMint reads AUTH__JWT_SECRET from the workspace .env file. |
دليل الاستخدام
When to enable or disableEnable whenAdjust localJwtSecret in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.oidcProviderId
|
الافتراضي | الوصف VS Code authentication provider ID for enterprise SSO (e.g. 'microsoft', 'github', or a custom provider). Only used when enterpriseMode is enabled. |
دليل الاستخدام
When to enable or disableEnable whenAdjust oidcProviderId in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.trustGateEnabled
|
الافتراضي false | الوصف Preview retrieved context chunks and routing before each send. Allows removing chunks before the request is dispatched. |
دليل الاستخدام
When to enable or disableEnable whenOperators who want to exclude specific chunks in Context Lens before every send. Disable whenDefault faster send flow; use lens preview for occasional checks instead. Trade-offsPros
Cons
RecommendationOff for demos; on for cautious pilot testers. |
||
الإعداد
contextmint.xaiDevMode
|
الافتراضي false | الوصف Show developer XAI features per response: raw prompt viewer, routing detail. Requires DEBUG_MODE=true on the server. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show developer XAI features per response: raw prompt viewer, routing detail. Requires DEBUG_MODE=true on the server. Disable whenWhen false — show developer XAI features per response: raw prompt viewer, routing detail. Requires DEBUG_MODE=true on the server. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Governance & quality map
Quality scan UI, pre-send governance notes in Context Lens, and assisted-apply gate for duplication findings.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.governance.applyGateEnabled
|
الافتراضي true | الوصف Block assisted apply when a patch touches high-severity clone or near-duplicate findings. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Block assisted apply when a patch touches high-severity clone or near-duplicate findings. Disable whenWhen false — Block assisted apply when a patch touches high-severity clone or near-duplicate findings. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.drawerMaxFindings
|
الافتراضي 50 | الوصف Maximum governance findings loaded into the readiness drawer. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.drawerMaxFindings in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.operatorUiAuditMaxEvents
|
الافتراضي 50 | الوصف Max audit events requested/shown in governance operator audit export QuickPick. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.operatorUiAuditMaxEvents in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.operatorUiEnabled
|
الافتراضي false | الوصف Show governance operator palette commands (authority/audit export). Requires governance APIs + admin ACL. Default off. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show governance operator palette commands (authority/audit export). Requires governance APIs + admin ACL. Default off. Disable whenWhen false — show governance operator palette commands (authority/audit export). Requires governance APIs + admin ACL. Default off. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.previewEnabled
|
الافتراضي true | الوصف Show governance note count on the Context Lens strip before Send. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show governance note count on the Context Lens strip before Send. Disable whenWhen false — show governance note count on the Context Lens strip before Send. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.previewExcludeKinds
|
الافتراضي [] | الوصف Finding kinds hidden from Context Lens pre-send preview. Empty by default so DRY/clone notes align with the Quality map drawer (D3). Full list always remains in the drawer. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.previewExcludeKinds in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.previewMaxFindings
|
الافتراضي 5 | الوصف Maximum governance findings listed in the Context Lens pre-send preview. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.previewMaxFindings in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.qualityScanKickoffTimeoutMs
|
الافتراضي 60000 | الوصف Max wait in ms for POST /workspace/quality/scan to accept (202). Separate from health serverTimeoutMs and from the full scan poll budget. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.qualityScanKickoffTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.qualityScanPollIntervalMs
|
الافتراضي 2000 | الوصف Poll interval in ms for GET /workspace/quality/status while a scan runs. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.qualityScanPollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.qualityScanTimeoutMs
|
الافتراضي 900000 | الوصف Max wait in ms while polling a background quality scan (readiness card / command palette). Default 15 min — increase for very large repos. |
دليل الاستخدام
When to enable or disableEnable whenAdjust governance.qualityScanTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.governance.readinessRowEnabled
|
الافتراضي true | الوصف Show the Quality map row on the readiness card when the repo index is ready. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show the Quality map row on the readiness card when the repo index is ready. Disable whenWhen false — show the Quality map row on the readiness card when the repo index is ready. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Repo memory (packs)
Auto-sync draft packs when repo files change.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.packs.autoSync
|
الافتراضي true | الوصف Automatically sync context pack source_files when repo files change (Phase 13). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Automatically sync context pack source_files when repo files change (Phase 13). Disable whenWhen false — Automatically sync context pack source_files when repo files change (Phase 13). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.packs.syncDebounceMs
|
الافتراضي 1500 | الوصف Debounce (ms) before applying pack sync after file changes. |
دليل الاستخدام
When to enable or disableEnable whenAdjust packs.syncDebounceMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Image evidence & ARGUS
Screenshot attachments, vision routing hints, and the Run visual audit action. See Image evidence & ARGUS for the full workflow.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.argus.auditButtonLabel
|
الافتراضي Run visual audit | الوصف Context Lens / message action label for visual paste audit. |
دليل الاستخدام
When to enable or disableEnable whenAdjust argus.auditButtonLabel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.argus.auditTimeoutMs
|
الافتراضي 300000 | الوصف Timeout for visual audit requests (vision model + browser capture). |
دليل الاستخدام
When to enable or disableEnable whenAdjust argus.auditTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.argus.showAuditInImageGate
|
الافتراضي true | الوصف U-071a: show Run visual audit in Image Evidence Gate when screenshots are attached. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — U-071a: show Run visual audit in Image Evidence Gate when screenshots are attached. Disable whenWhen false — U-071a: show Run visual audit in Image Evidence Gate when screenshots are attached. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Sandbox (beta)
Isolated git worktrees for assisted patch preview. Requires server sandbox.enabled and extension sandbox.enabled.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.sandbox.enabled
|
الافتراضي false | الوصف Enable git worktree sandbox for isolated test and apply. Requires sandbox enabled on the server. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable git worktree sandbox for isolated test and apply. Requires sandbox enabled on the server. Disable whenWhen false — enable git worktree sandbox for isolated test and apply. Requires sandbox enabled on the server. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.sandbox.heartbeatIntervalMs
|
الافتراضي 30000 | الوصف Interval (ms) for sandbox heartbeat PATCH while a sandbox is active. |
دليل الاستخدام
When to enable or disableEnable whenAdjust sandbox.heartbeatIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Inline completion (optional)
Ghost-text completions in the editor. Off by default.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.inline.allowCloud
|
الافتراضي false | الوصف Opt-in client gate for inline BYOK (server inline.allow_cloud must also be true). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Opt-in client gate for inline BYOK (server inline.allow_cloud must also be true). Disable whenWhen false — Opt-in client gate for inline BYOK (server inline.allow_cloud must also be true). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.chainAfterAccept
|
الافتراضي true | الوصف After Tab-accept, automatically request the next inline ghost at the new caret (Copilot-style ladder). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — After Tab-accept, automatically request the next inline ghost at the new caret (Copilot-style ladder). Disable whenWhen false — After Tab-accept, automatically request the next inline ghost at the new caret (Copilot-style ladder). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.chainMaxSteps
|
الافتراضي 8 | الوصف Maximum automatic chain steps after consecutive Tab accepts; resets when you type. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.chainMaxSteps in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.clientTimeoutMs
|
الافتراضي 1500 | الوصف Abort inline completion request after this many milliseconds. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.clientTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.cloudModel
|
الافتراضي | الوصف Cloud model id for inline BYOK (e.g. gpt-4o-mini). Required when prefer_cloud. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.cloudModel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.debounceMs
|
الافتراضي 300 | الوصف Debounce before requesting inline completion. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.debounceMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.docstringExplicitOnly
|
الافتراضي true | الوصف When true, automatic Tab is suppressed inside open triple-quoted strings (docstrings). Use Command Palette “ContextMint: Trigger Inline Completion” or Alt+\\ to invoke explicitly. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true, automatic Tab is suppressed inside open triple-quoted strings (docstrings). Use Command Palette “ContextMint: Trigger Inline Completion” or Alt+\\ to invoke explicitly. Disable whenWhen false — When true, automatic Tab is suppressed inside open triple-quoted strings (docstrings). Use Command Palette “ContextMint: Trigger Inline Completion” or Alt+\\ to invoke explicitly. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.enabled
|
الافتراضي true | الوصف Enable local inline ghost-text completion — code FIM and prose/sentence (requires inline backend). Wave J1 Parity default-on after GATE-IC-RT / G7. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Enable local inline ghost-text completion — code FIM and prose/sentence (requires inline backend). Wave J1 Parity default-on after GATE-IC-RT / G7. Disable whenWhen false — enable local inline ghost-text completion — code FIM and prose/sentence (requires inline backend). Wave J1 Parity default-on after GATE-IC-RT / G7. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.languages
|
الافتراضي typescript,javascript,python,go,rust | الوصف Comma-separated language IDs eligible for code FIM inline completion. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.languages in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.maxPrefixChars
|
الافتراضي 2000 | الوصف Max prefix characters sent to the inline completion endpoint. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.maxPrefixChars in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.maxSuffixChars
|
الافتراضي 512 | الوصف Max suffix characters sent to the inline completion endpoint. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.maxSuffixChars in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.mode
|
الافتراضي auto | الوصف Completion strategy: auto (from language), code (FIM), or prose (sentence continuation). Both modes required for GATE-G7. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.mode in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.multiline
|
الافتراضي false | الوصف Allow multi-line inline completions (opt-in; uses larger server budgets). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Allow multi-line inline completions (opt-in; uses larger server budgets). Disable whenWhen false — Allow multi-line inline completions (opt-in; uses larger server budgets). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.pauseWhileIndexing
|
الافتراضي false | الوصف Tighten pause while embed/index is busy (maps to on_embed_busy). Cannot weaken a stricter server pause_mode. |
دليل الاستخدام
When to enable or disableEnable whenTighten this IDE to on_embed_busy while embed/index is busy — cannot weaken a stricter server inline.pause_mode. Disable whenfalse (default) — follow the server pause_mode only (usually off or shared_runtime). Trade-offsPros
Cons
RecommendationLeave false; ask operators to set server inline.pause_mode=shared_runtime on contested shared hosts. |
||
الإعداد
contextmint.inline.postAcceptCooldownMs
|
الافتراضي 2500 | الوصف After Tab-accept, wait this many ms before the next automatic inline request (Copilot-style chain gap). |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.postAcceptCooldownMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.preferCloud
|
الافتراضي false | الوصف When routingPreference=auto, prefer BYOK inline_dispatch if cloud is allowed. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When routingPreference=auto, prefer BYOK inline_dispatch if cloud is allowed. Disable whenWhen false — When routingPreference=auto, prefer BYOK inline_dispatch if cloud is allowed. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.proseLanguages
|
الافتراضي markdown,plaintext,text,latex,restructuredtext | الوصف Comma-separated language IDs eligible for prose/sentence continuation. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.proseLanguages in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.routingPreference
|
الافتراضي auto | الوصف Inline venue preference (independent of chat). cloud requires trust.cloudEnabled + inline.allowCloud. |
دليل الاستخدام
When to enable or disableEnable whenAdjust inline.routingPreference in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.inline.yieldToChat
|
الافتراضي true | الوصف Additionally yield while chat is active. Can only tighten server policy. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Additionally yield while chat is active. Can only tighten server policy. Disable whenWhen false — Additionally yield while chat is active. Can only tighten server policy. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Design tokens (advanced)
Webview spacing, motion, and Context Lens drawer caps. Rarely changed.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.design.accentColor
|
الافتراضي #10b981 | الوصف Brand accent color for status dots, links, and success states. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.accentColor in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.attachChipMaxWidthPx
|
الافتراضي 140 | الوصف Maximum pixel width of compose attachment filename chips. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.attachChipMaxWidthPx in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.chatDockScrollPaddingPx
|
الافتراضي 120 | الوصف Scroll padding under the message list so focus is not obscured by the compose dock (WCAG 2.4.11). |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.chatDockScrollPaddingPx in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.contextLensDrawerMaxHeightPx
|
الافتراضي 320 | الوصف Context Lens drawer absolute max height (px). Combined with vh cap via min(). |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.contextLensDrawerMaxHeightPx in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.contextLensDrawerMaxHeightVh
|
الافتراضي 42 | الوصف Context Lens drawer max height as a viewport-height percentage. Chunk list scrolls inside; Send/Cancel stay pinned. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.contextLensDrawerMaxHeightVh in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.drawerDurationMs
|
الافتراضي 200 | الوصف Drawer and slide-up panel open/close animation duration (ms). |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.drawerDurationMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.maxContextLensFiles
|
الافتراضي 12 | الوصف Maximum file cards shown in the Context Lens drawer. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.maxContextLensFiles in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.minHitTargetPx
|
الافتراضي 24 | الوصف Minimum CSS hit-target size for interactive controls (WCAG 2.5.8). |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.minHitTargetPx in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.motionDurationMs
|
الافتراضي 200 | الوصف Default UI motion duration (ms) for unspecified transitions. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.motionDurationMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.radiusLg
|
الافتراضي 8 | الوصف Large border radius (px) for drawers and modals. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.radiusLg in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.radiusMd
|
الافتراضي 4 | الوصف Medium border radius (px) for inputs and cards. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.radiusMd in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.radiusSm
|
الافتراضي 2 | الوصف Small border radius (px) for chips and badges. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.radiusSm in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.readinessPulseDurationMs
|
الافتراضي 1200 | الوصف Readiness status dot pulse animation duration (ms) while indexing. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.readinessPulseDurationMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.spacingLg
|
الافتراضي 16 | الوصف Large spacing scale step (px) for panel gutters. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.spacingLg in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.spacingMd
|
الافتراضي 12 | الوصف Medium spacing scale step (px) for card and section padding. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.spacingMd in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.spacingSm
|
الافتراضي 8 | الوصف Small spacing scale step (px) for inline padding and chip gaps. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.spacingSm in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.spacingXl
|
الافتراضي 24 | الوصف Extra-large spacing scale step (px) for section breaks. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.spacingXl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.spacingXs
|
الافتراضي 4 | الوصف Extra-small spacing scale step (px) for compact UI gaps. |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.spacingXs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.design.timelineStepDurationMs
|
الافتراضي 150 | الوصف Reasoning timeline step completion animation duration (ms). |
دليل الاستخدام
When to enable or disableEnable whenAdjust design.timelineStepDurationMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Engine detection
Lock file, poll intervals, and status bar — dev/operator plumbing.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.engine.lockPath
يديره Engine
|
الافتراضي ~/.ContextMint/engine/session.json | الوصف Path to ContextMint Engine session lock (session.json). |
دليل الاستخدام
When to enable or disableEnable whenAdjust engine.lockPath in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.engine.lockStaleSec
يديره Engine
|
الافتراضي 30 | الوصف Treat engine session.json as stale after this many seconds. |
دليل الاستخدام
When to enable or disableEnable whenAdjust engine.lockStaleSec in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.engine.pollIntervalMs
يديره Engine
|
الافتراضي 60000 | الوصف Reserved interval (ms) for optional Engine status refresh. The engine status bar primarily updates from SystemState polls (contextmint.server.systemStatePollIntervalMs). |
دليل الاستخدام
When to enable or disableEnable whenAdjust engine.pollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.engine.showStatusBarItem
يديره Engine
|
الافتراضي true | الوصف Show optional ContextMint Engine status bar item (E-004). Click opens the Engine dashboard. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Show optional ContextMint Engine status bar item (E-004). Click opens the Engine dashboard. Disable whenWhen false — show optional ContextMint Engine status bar item (E-004). Click opens the Engine dashboard. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.engine.statusTimeoutMs
يديره Engine
|
الافتراضي 2000 | الوصف HTTP timeout (ms) for GET /api/engine/status. |
دليل الاستخدام
When to enable or disableEnable whenAdjust engine.statusTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Model catalogs (Engine-managed)
Curated embed/chat/vision model lists and RAM heuristics. Managed by Engine in normal installs; extension reads models from the API.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.models.hfApiTimeoutMs
يديره Engine
|
الافتراضي 15000 | الوصف Hugging Face model metadata fetch timeout. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.hfApiTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.installedListPollMs
يديره Engine
|
الافتراضي 10000 | الوصف Refresh installed Ollama models while the Models tab is open. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.installedListPollMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.knownChatModels
يديره Engine
|
الافتراضي [5 presets] llama3.1, qwen2.5-coder:1.5b, qwen2.5-coder:3b-instruct, qwen2.5-coder:7b… | الوصف Quick-pick aliases for chat models, including RAM warning tiers. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.knownChatModels in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.knownEmbedModels
يديره Engine
|
الافتراضي [3 presets] bge-m3, bge-large, nomic-embed-text | الوصف Quick-pick aliases for embedding models. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.knownEmbedModels in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.knownVisionModels
يديره Engine
|
الافتراضي [6 presets] qwen2.5vl:3b, moondream, llava, qwen2-vl… | الوصف Curated local-first vision models plus optional cloud entries. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.knownVisionModels in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.pullProgressPollMs
يديره Engine
|
الافتراضي 2000 | الوصف Ollama pull progress poll interval. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.pullProgressPollMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.ramEstimateMultiplier
يديره Engine
|
الافتراضي 1.3 | الوصف Multiply GGUF size to estimate KV cache RAM overhead. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.ramEstimateMultiplier in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.ramHeadroomGb
يديره Engine
|
الافتراضي 2 | الوصف Gigabytes reserved for OS, IDE, and index when blocking a model download. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.ramHeadroomGb in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.ramWarnUtilizationRatio
يديره Engine
|
الافتراضي 0.55 | الوصف Warn when estimated model RAM exceeds this fraction of available RAM. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.ramWarnUtilizationRatio in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.models.recommendedPresets
يديره Engine
|
الافتراضي — | الوصف Hugging Face GGUF import presets when a model is not yet installed. |
دليل الاستخدام
When to enable or disableEnable whenAdjust models.recommendedPresets in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaAutoStart
يديره Engine
|
الافتراضي false | الوصف Deprecated — extension no longer starts Ollama. Use ContextMint Engine to manage ollama serve. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Deprecated — extension no longer starts Ollama. Use ContextMint Engine to manage ollama serve. Disable whenWhen false — Deprecated — extension no longer starts Ollama. Use ContextMint Engine to manage ollama serve. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaChatModel
يديره Engine
|
الافتراضي | الوصف Ollama chat model for local inference (mirrors backend ollama_chat_model). Empty uses server default. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaChatModel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaEmbedModel
يديره Engine
|
الافتراضي bge-m3 | الوصف Ollama embedding model for repo index / search (mirrors backend ollama_model). |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaEmbedModel in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaInstallUrl
يديره Engine
|
الافتراضي https://ollama.ai | الوصف Ollama install page opened from the missing-daemon prompt. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaInstallUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaProbeTimeoutMs
يديره Engine
|
الافتراضي 2000 | الوصف Timeout (ms) for each Ollama GET /api/tags probe. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaProbeTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaProbeTimeoutMsDuringIndexing
يديره Engine
|
الافتراضي 6000 | الوصف Ollama probe timeout (ms) while indexing is active. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaProbeTimeoutMsDuringIndexing in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.ollamaUrl
يديره Engine
|
الافتراضي http://localhost:11434 | الوصف Ollama base URL probed during local ServerManager startup (GET /api/tags). |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.ollamaUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
Engine-managed (deprecated in extension UI)
Still defined for git-clone dev workflows. In packaged Engine mode these are hidden or deprecated — configure the equivalent in ContextMint Engine instead.
| الإعداد | الافتراضي | الوصف |
|---|---|---|
الإعداد
contextmint.autoStart
يديره Engine
|
الافتراضي false | الوصف Deprecated — extension no longer starts the server. Use ContextMint Engine. When true, legacy path may still attempt dev spawn (not recommended). |
دليل الاستخدام
When to enable or disableEnable whenWhen true — Deprecated — extension no longer starts the server. Use ContextMint Engine. When true, legacy path may still attempt dev spawn (not recommended). Disable whenWhen false — Deprecated — extension no longer starts the server. Use ContextMint Engine. When true, legacy path may still attempt dev spawn (not recommended). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.backendPath
يديره Engine
|
الافتراضي | الوصف Absolute path to the folder containing main.py (the ContextMint server root). |
دليل الاستخدام
When to enable or disableEnable whenAdjust backendPath in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.pythonPath
يديره Engine
|
الافتراضي python | الوصف Python executable used to start the server (e.g. '/path/to/.venv/bin/python' or 'python3'). |
دليل الاستخدام
When to enable or disableEnable whenAdjust pythonPath in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.binaryVersion
يديره Engine
|
الافتراضي 1.0.0 | الوصف |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.binaryVersion in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthCheckTimeoutMs
يديره Engine
|
الافتراضي 5000 | الوصف Timeout (ms) for each GET /api/health probe. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.healthCheckTimeoutMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthFailureThreshold
يديره Engine
|
الافتراضي 2 | الوصف Consecutive failed health polls (with no index-status response) before marking the server offline when idle. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.healthFailureThreshold in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthFailureThresholdDuringIndexing
يديره Engine
|
الافتراضي 3 | الوصف Consecutive hard-unreachable health polls before Offline while indexing. Soft timeouts never count when soft-timeout preserve is enabled. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.healthFailureThresholdDuringIndexing in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthPollIntervalMs
يديره Engine
|
الافتراضي 500 | الوصف Interval (ms) between health polls while waiting for the server binary to start. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.healthPollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthPollMaxAttempts
يديره Engine
|
الافتراضي 30 | الوصف Max health poll attempts after spawning the server binary. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.healthPollMaxAttempts in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.healthSoftTimeoutPreserveLiveness
يديره Engine
|
الافتراضي true | الوصف When true, health poll timeouts while the server was recently healthy (or indexing) do not mark Offline — chat stays available under index load. |
دليل الاستخدام
When to enable or disableEnable whenWhen true — When true, health poll timeouts while the server was recently healthy (or indexing) do not mark Offline — chat stays available under index load. Disable whenWhen false — When true, health poll timeouts while the server was recently healthy (or indexing) do not mark Offline — chat stays available under index load. Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.releasesBaseUrl
يديره Engine
|
الافتراضي https://github.com/contextmint/contextmint/releases/download | الوصف |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.releasesBaseUrl in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.systemStateIndexPollIntervalMs
يديره Engine
|
الافتراضي 8000 | الوصف Interval (ms) between system-state polls while indexing. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.systemStateIndexPollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||
الإعداد
contextmint.server.systemStatePollIntervalMs
يديره Engine
|
الافتراضي 30000 | الوصف Interval (ms) between system-state polls when the repo is idle. |
دليل الاستخدام
When to enable or disableEnable whenAdjust server.systemStatePollIntervalMs in VS Code Settings when the default does not match your workflow. Disable whenN/A — value setting (not a boolean toggle). Trade-offsPros
Cons
RecommendationLeave default unless troubleshooting a specific UX or latency issue. |
||