Commit Graph

2 Commits

Author SHA1 Message Date
Ho Ngoc Hai
0138fc75f9 docs(note): Add new Agent Skills proposals for GoodGo Platform
- Expanded the note.md file to include a comprehensive list of proposed new skills for the GoodGo Platform, detailing descriptions and reasons for each skill.
- Organized skills into priority levels to guide implementation focus, enhancing clarity on core development patterns and infrastructure needs.
- This update aims to improve documentation and facilitate better planning for future skill development.
2026-01-14 11:28:53 +07:00
Ho Ngoc Hai
9fb4379f3d feat(storage): Enhance object key generation with access level prefix
- Updated the GenerateObjectKey method to include a prefix based on the file access level (public, private, shared).
- Improved documentation for the method to clarify the path structure and its implications for file accessibility.
- Adjusted the UploadFileCommandHandler to utilize the new object key generation logic, ensuring proper file organization in storage.
2026-01-14 01:01:29 +07:00