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

59 lines
1.5 KiB
Markdown

# Script Inventory Plan
**Last Updated:** 2026-01-31
**Document Version:** 1.0
**Status:** Active Documentation
---
**Date:** 2026-01-22
**Status:** 🟢 Planning
**Purpose:** Create comprehensive inventory of 797 scripts
---
## Summary
- **Total Scripts:** 797
- **Categories:** Deployment, Monitoring, Configuration, Network, Besu, Verification, etc.
- **Status:** Need to categorize and document all scripts
---
## Categorization Plan
### Categories
1. **Deployment Scripts** - Deploy services, containers, configurations
2. **Monitoring Scripts** - Health checks, status monitoring, alerts
3. **Configuration Scripts** - Setup, configuration, updates
4. **Network Scripts** - Network configuration, routing, firewall
5. **Besu Scripts** - Blockchain node management
6. **Verification Scripts** - Validation, testing, verification
7. **Maintenance Scripts** - Cleanup, migration, fixes
8. **Utility Scripts** - Helper scripts, one-liners, references
---
## Implementation Plan
### Phase 1: Generate Inventory
1. Scan all scripts in `scripts/` directory
2. Extract metadata (purpose, dependencies, usage)
3. Categorize by function
### Phase 2: Document Scripts
1. Create inventory document
2. Document script purposes
3. Document dependencies
4. Document usage examples
### Phase 3: Organize
1. Create script organization structure
2. Move scripts to appropriate categories if needed
3. Update references
---
**Last Updated:** 2026-01-22
**Status:** Planning complete, ready for implementation