Executable scripts live in this directory. This file is the entry index for script usage and script-specific documentation.
- Product/API behavior (transport, protocol contracts, extension semantics):
- Operator-facing deploy SOP:
- Security boundary and disclosure guidance:
- Script operational details (how to run and operate each script):
- kept in this
scripts/directory as*_readme.md
- kept in this
init_release_system_readme.md: release-based host bootstrap for formal deployments (script:init_release_system.sh)init_system_readme.md: source-based host bootstrap for contributor/internal debugging (script:init_system.sh)deploy_release_readme.md: release-based multi-instance systemd deployment (script:deploy_release.sh)deploy_readme.md: source-based multi-instance systemd deployment for contributor/internal debugging (script:deploy.sh)uninstall_readme.md: preview-first instance removal (script:uninstall.sh)
doctor.sh: local environment consistency checksdependency_health.sh: dependency health checkslint.sh: lint helper
deploy/contains helper scripts orchestrated bydeploy.shanddeploy_release.sh.- Keep script behavior details in
scripts/*_readme.mdto avoid drift.