* Restore Redis Sentinel auth configuration
* Support multiple sentinel addresses in redis-lock configuration
Split CONDUCTOR_REDIS_LOCK_SERVER_ADDRESS on semicolons so that
multiple sentinel endpoints can be provided, matching how the cluster
mode already splits on commas. This improves sentinel HA by allowing
the lock client to discover the master even if one sentinel is down.
Example: redis://sentinel-0:26379;redis://sentinel-1:26379
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Document semicolon-separated sentinel addresses for redis-lock
Add a note to the deployment guide explaining that multiple sentinel
endpoints can be provided using semicolons when serverType is SENTINEL,
improving high availability for the lock client.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fixes failing int test
* reverts test-harness fixes
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* Overhaul documentation site with modern design and new content
- Redesign homepage with hero section, scrolling logo wall, value strip, feature cards, architecture section, FAQ, and CTA
- Add new architecture pages: Durable Execution, Agents & AI, JSON + Code Native
- Add Quickstart guide with polyglot worker examples (Java, Python, JS, Go, C#, Ruby, Rust)
- Modern CSS theme: Instrument Serif + DM Sans + IBM Plex Mono, solarized code blocks, dark mode support
- Replace curl examples with Conductor CLI commands across all pages
- Add SEO meta descriptions to 30+ pages targeting durable code execution, workflow engine, saga pattern keywords
- Restructure mkdocs.yml navigation with tabs, search, and content features
- Add MkDocs Material theme overrides and serve-docs.sh helper script