provide-foundation
2025-09-02
Add crypto, file operations, and error handling subsystems
58 files · 9,758+ · 1,172-
Cryptographic utilities
5 files changed
__init__.pyCrypto package initializationalgorithms.pyAlgorithm selection and managementchecksums.pyChecksum computation utilitieshashing.pyHashing functionalityutils.pyCrypto utility helpers
- Built out crypto subsystem with hashing, checksums, and algorithm support
instantiate
architectural
1 file
__init__.py
File management system
5 files changed
__init__.pyFile package initializationatomic.pyAtomic file write operationsdirectory.pyDirectory operationslock.pyFile locking mechanismformats.pyFile format detection and handling
- Added file operations subsystem with atomic writes, directory management, locking, and format handling
instantiate
architectural
1 file
__init__.py
CLI and configuration refinements
3 files changed
decorators.pyCLI decorator enhancementscontext.pyContext management updatesexceptions.pyExpanded exception hierarchy