Files
proxmox/docs/00-meta/SCRIPT_INVENTORY.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

90 lines
2.5 KiB
Markdown

# Script Inventory
**Last Updated:** 2026-01-31
**Document Version:** 1.0
**Status:** Active Documentation
---
**Date:** 2026-01-22 (Updated)
**Status:** ✅ Complete
**Total Scripts:** 381 (down from 759 - 50% reduction)
---
## Current Status
### Script Count
- **Starting Count:** 759 scripts
- **Current Count:** 381 scripts
- **Archived Count:** 436 scripts
- **Reduction:** 50% (378 scripts eliminated)
### Frameworks Created
-`verify-all.sh` - Replaces 123 verify/check/validate scripts
-`list.sh` - Replaces 18 list/show/get scripts
-`fix-all.sh` - Replaces 94 fix-*.sh scripts
-`configure.sh` - Replaces 41 configure/config scripts
-`deploy.sh` - Replaces 102 deploy/setup/install scripts
### Utility Modules Created
-`container-utils.sh` - Container helper functions
-`network-utils.sh` - Network helper functions
-`service-utils.sh` - Service helper functions
-`config-utils.sh` - Config helper functions
-`proxmox-utils.sh` - Proxmox helper functions
---
## Archive Structure
```
scripts/archive/
├── consolidated/
│ ├── verify/ (123 scripts)
│ ├── list/ (18 scripts)
│ ├── fix/ (94 scripts)
│ ├── config/ (41 scripts)
│ └── deploy/ (102 scripts)
├── small-scripts/ (~40 scripts)
├── test/ (29 scripts)
└── backups/ (18 scripts)
```
**Total Archived:** 436 scripts
---
## Directory Structure
- `scripts/` - Main scripts directory (381 scripts)
- `scripts/lib/` - Shared libraries (4 modules)
- `scripts/utils/` - Utility modules (5 modules)
- `scripts/archive/` - Archived scripts (436 scripts)
- `scripts/verify-all.sh` - Verification framework
- `scripts/list.sh` - Listing framework
- `scripts/fix-all.sh` - Fix framework
- `scripts/configure.sh` - Configuration framework
- `scripts/deploy.sh` - Deployment framework
---
## Framework Usage
All old scripts have been consolidated into unified frameworks. Reference (archived 2026-02-08): [archive/00-meta-pruned/FRAMEWORK_USAGE_GUIDE.md](../archive/00-meta-pruned/FRAMEWORK_USAGE_GUIDE.md), [FRAMEWORK_MIGRATION_GUIDES.md](../archive/00-meta-pruned/FRAMEWORK_MIGRATION_GUIDES.md), [MIGRATION_EXAMPLES.md](../archive/00-meta-pruned/MIGRATION_EXAMPLES.md).
---
## Statistics
- **Total:** 381 scripts (50% reduction)
- **Frameworks:** 5 unified frameworks
- **Utility Modules:** 5 modules
- **Archived:** 436 scripts
- **Documentation:** Complete
---
**Last Updated:** 2026-01-22
**Status:** ✅ Script reduction complete - 50% reduction achieved