aboutsummaryrefslogtreecommitdiff
path: root/system/libraries/io
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby7-225/+0
2026-02-20feat: Refactor path handling to use location utilities and update related ↵Bobby5-19/+19
structures - Replaced path references with location in various modules for consistency. - Updated attachment management to use location instead of path. - Enhanced I/O operations to handle location parameters. - Removed deprecated path utilities and integrated location utilities. - Adjusted limits and parameters for kata and attachment management.
2026-02-15refactor: Simplify dependency declarations in format, io, and kata librariesBobby1-3/+3
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, ↵Bobby7-0/+225
and memory utilities