Files
proxmox/docs/archive/00-meta-pruned/SCRIPT_PRUNING_ANALYSIS.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

67 lines
1.7 KiB
Markdown

# Script Pruning Analysis
**Date:** $(date +%Y-%m-%d)
**Purpose:** Identify scripts for pruning, archiving, or deletion
---
## Summary
## Statistics
- **Total Scripts:** 455
- **Small Scripts (< 10 lines):** 2
- **Deprecated Naming:** 7
- **Old Scripts (180+ days):** 0
0
- **Marked for Removal:** 1
---
## 1. Small Scripts (< 10 lines)
These scripts are likely incomplete stubs or test scripts:
- `/home/intlc/projects/proxmox/scripts/monitoring/npmplus-backup-cron.sh` (8 lines)
- `/home/intlc/projects/proxmox/scripts/approve-builds.sh` (9 lines)
---
## 2. Deprecated Naming
Scripts with 'old', 'backup', 'deprecated', 'temp', 'test' in name:
- `/home/intlc/projects/proxmox/scripts/verify/backup-npmplus.sh`
- `/home/intlc/projects/proxmox/scripts/create-integration-test-summary.sh`
- `/home/intlc/projects/proxmox/scripts/monitoring/npmplus-backup-cron.sh`
- `/home/intlc/projects/proxmox/scripts/test-suite.sh`
- `/home/intlc/projects/proxmox/scripts/test-all-explorer-links.sh`
- `/home/intlc/projects/proxmox/scripts/test-bridge-with-fresh-nonce.sh`
- `/home/intlc/projects/proxmox/scripts/nginx-proxy-manager/test-npm-create-proxy-api.sh`
---
## 3. Old Scripts (180+ days since modification)
Scripts not modified recently (may be obsolete):
- `` (last modified: 1969-12-31)
---
## 4. Scripts Marked for Removal
- `/home/intlc/projects/proxmox/scripts/analyze-scripts-for-pruning.sh`
---
## Recommendations
1. **Archive small scripts** (< 10 lines) unless they're critical
2. **Review deprecated-named scripts** - likely candidates for removal
3. **Audit old scripts** - verify if still needed
4. **Remove scripts marked for deletion**
**Estimated Reduction:** ~200-300 scripts (25-37%)