aboutsummaryrefslogtreecommitdiff
path: root/system/libraries/kata
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby2-59/+0
2026-02-24commit for arch changeBobby1-0/+5
2026-02-20feat: Refactor path handling to use location utilities and update related ↵Bobby1-4/+4
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-2/+2
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, ↵Bobby2-0/+54
and memory utilities