Initial documentation structure

This commit is contained in:
2025-09-04 02:19:22 +00:00
commit 66d97011ab
18 changed files with 3114 additions and 0 deletions

29
scripts/README.md Normal file
View File

@@ -0,0 +1,29 @@
# Production Scripts Inventory
## Orchestrator Scripts
### Core Service
- orchestrator_main.py - Main orchestration loop
- config.yaml - Configuration file
- requirements.txt - Python dependencies
### Pipeline Scripts
- run_pipeline.py - Manual pipeline trigger with context
- prepare_pr.py - Prepares PR content from AI response
- create_ai_pr.py - Creates PR in Gitea
### Webhook Integration
- webhook_listener.py - Flask server listening on port 5000
- gitea_pr_feedback.py - Processes PR feedback
- deploy_approved.py - Deploys merged PRs to SRX
## Usage Examples
Manual security analysis:
python3 run_pipeline.py --context security --timeout 120
Create PR from latest response:
python3 prepare_pr.py && python3 create_ai_pr.py
Deploy approved configuration:
python3 deploy_approved.py