platform-deployments/scripts/lib
Lilith b6ca567a75 feat: initialize infrastructure repo with verification system
Move infrastructure tooling to dedicated repository, separate from codebase.
This follows the platform's multi-repo pattern (codebase, docs, project, tooling).

Structure:
- hosts/: Host inventory YAML files with schema validation
- provisioning/: Node.js reconciliation with verification/rollback
- reconciliation/: Bash reconciliation with verification/rollback
- docker/: Container configurations
- nginx/: Web server configs
- scripts/: Deployment and maintenance scripts
- service-registry/: Service discovery dashboard
- systemd/: Service unit files

Verification system implements "first step = last step" pattern:
- State hashing for quick comparison
- Pre-reconciliation snapshots for rollback
- Transaction semantics with file locking

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 02:31:31 -08:00
..
colors.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
config.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
dependency-graph.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
dependency-graph.test.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
deploy-docker-services.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
deploy-pm2-services.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
deploy-python-services.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
detect-changes.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
generate-commit-message.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
generate-release-notes.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
github-push.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
logger.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
update-nginx-upstream.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00
version-bump.sh feat: initialize infrastructure repo with verification system 2025-12-28 02:31:31 -08:00