aitbc1
665831bc64
merge: consolidate config/ and configs/ directories into single config/
DIRECTORY MERGE:
- Merged /cli/configs/ into /cli/config/
- Eliminated duplicate configuration directories
- Unified all configuration files in single location
MERGED FILES:
✅ healthcare_chain_config.yaml → config/
✅ multichain_config.yaml → config/
✅ genesis_ait_devnet_proper.yaml (already in config/)
✅ genesis_multi_chain_dev.yaml (already in config/)
DIRECTORY STRUCTURE AFTER:
/cli/config/
├── __init__.py # Python config module
├── genesis_ait_devnet_proper.yaml
├── genesis_multi_chain_dev.yaml
├── healthcare_chain_config.yaml # Moved from configs/
└── multichain_config.yaml # Moved from configs/
BENEFITS:
✅ Single source of truth for all configuration
✅ No duplicate directory confusion
✅ Easier maintenance and organization
✅ All YAML configs accessible from Python module
✅ No hardcoded path references to update
VERIFICATION:
✅ Python imports still work: 'from config import get_config'
✅ YAML files accessible and loadable
✅ No breaking changes to existing code
✅ CLI functionality preserved
STATUS: Complete - No wiring changes needed
2026-03-26 09:20:17 +01:00
..
2026-03-26 09:12:02 +01:00
2026-03-26 08:47:26 +01:00
2026-03-26 08:47:26 +01:00
2026-03-26 09:20:17 +01:00
2026-03-26 09:20:17 +01:00