README.mdβ’1.03 kB
# Workflow Architecture
> Updated on 2025-07-21 by @KemingHe
Modular automation for weekly Python dependency manager documentation updates.
## ποΈ Current System
```mermaid
graph LR
CRON_TRIGGER["β° Tuesday 6pm ET<br/>Cron Trigger"]
ORCHESTRATOR["π― Orchestrator<br/>auto-update.yml"]
UPDATE_DOCS["π Documentation Sync<br/>auto-update-docs.yml"]
UPDATE_INDEX["π Search Index<br/>auto-update-index.yml"]
PUBLISH["π³ Publish Image<br/>auto-update-publish.yml"]
CRON_TRIGGER --> ORCHESTRATOR
ORCHESTRATOR --> UPDATE_DOCS
UPDATE_DOCS --> UPDATE_INDEX
UPDATE_INDEX --> PUBLISH
```
**Security**: Pinned 3rd-party actions, signed commits, modular execution, [CodeQL analysis](README-codeql.md)
## π Planned Extensions
- **Managers**: pipenv, pdm, pixi
- **Features**: Conditional updates, performance monitoring
## π§ Operations
- **Testing**: `workflow_dispatch` on `update-docs`, `update-index`, and `publish`
- **Monitoring**: Check Tuesday runs for upstream changes