[codex] docs: add Arabic SOP documentation#67
Conversation
…rchitecture - Replace OpenAI client with OpenRouter across all endpoints - Implement enhance_prompt_with_openrouter shared function for DRY architecture - Add advanced CoT-based system message for enhanced prompt engineering - Change default mode from 'enhance' to 'migrate' in frontend - Add experimental badge to enhance option in UI - Fix sliding indicator positioning with CSS Grid layout - Consolidate fallback migration to use same enhancement logic - Update API key handling for OPENROUTER_API_KEY throughout system
…rchitecture - Replace OpenAI client with OpenRouter across all endpoints - Implement enhance_prompt_with_openrouter shared function for DRY architecture - Add advanced CoT-based system message for enhanced prompt engineering - Change default mode from 'enhance' to 'migrate' in frontend - Add experimental badge to enhance option in UI - Fix sliding indicator positioning with CSS Grid layout - Consolidate fallback migration to use same enhancement logic - Update API key handling for OPENROUTER_API_KEY throughout system
…y changes in frontend + backend integration
…y changes in frontend + backend integration
…prompt optimization workflow
…stency and user experience
… visual consistency
…ng, remote diff logic
… visual alignment and spacing
…and frontend components for improved user experience
…rporate useDefaultKey flag for API key handling, improving configuration management and validation logic.
…nents by adding ARIA attributes and updating text color for better visibility
…instructions; change backend port to 8001 for consistency.
Add Web Frontend for prompt-ops
Remove execution outputs from all cells in PDO web of lies evaluation notebook and update kernel metadata to reflect Python 3.14.4 environment.
- Add docs/ar/ with full Arabic translations of all guides: - docs/ar/README.md (Getting Started / البدء السريع) - docs/ar/basic/readme.md (Quick Start / دليل البدء السريع) - docs/ar/intermediate/readme.md (YAML Config / تهيئة YAML) - docs/ar/advanced/readme.md (Custom Adapters / المحوّلات المخصصة) - Add language switcher in docs/README.md linking to Arabic docs - All Arabic files use RTL dir attribute and Arabic frontmatter Co-Authored-By: Oz <oz-agent@warp.dev>
|
Hi @8bnns! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
- Add Arabic translations of remaining guides: - docs/ar/dataset_adapter_selection_guide.md - docs/ar/metric_selection_guide.md - docs/ar/inference_providers.md - Fix internal links in docs/ar/ to point to Arabic versions instead of English counterparts Co-Authored-By: Oz <oz-agent@warp.dev>
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Summary
This PR adds comprehensive Arabic (العربية) Standard Operating Procedure (SOP) documentation to prompt-ops, mirroring the full existing English docs structure under a new
docs/ar/directory.What's Added
A new
docs/ar/directory containing Arabic translations of all four documentation guides:docs/ar/README.md— البدء السريع (Getting Started): overview of adapters, metrics, supported formats, and inference providersdocs/ar/basic/readme.md— دليل البدء السريع (Quick Start Guide): step-by-step 5-minute walkthrough for the Facility Support Analyzer use casedocs/ar/intermediate/readme.md— دليل تهيئة YAML (YAML Configuration Guide): deep dive into all YAML config sections (model, dataset, prompt, metric, optimization)docs/ar/advanced/readme.md— المحوّلات والمقاييس المخصصة (Custom Adapters & Metrics): how to build custom dataset adapters and evaluation metrics with a full customer-service classification exampleChanges to Existing Files
docs/README.md: Added a "Documentation Languages / لغات التوثيق" section with a language switcher linking to the Arabic docsImplementation Details
<div dir="rtl">wrappers for proper right-to-left renderingCo-Authored-By: Oz oz-agent@warp.dev