refactor: Reorganize kai-history-system pack to match v2.0 standard structure#297
Closed
pot-ai-to wants to merge 1 commit into
Closed
Conversation
…structure - Move hook files from src/ to src/hooks/ directory - Move config from root config/ to src/config/ directory - Move lib files to src/hooks/lib/ for proper organization - Update README.md file paths to reflect new structure - Update INSTALL.md copy commands for new file locations - Maintain all import paths and functionality - Ensure compatibility with kai-hook-system pack This reorganization aligns kai-history-system with the PAI Pack Template v2.0 specification which requires all source code in src/ subdirectories. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Owner
|
Thanks for this cleanup work, @pot-ai-to! The v2.0 structure alignment is exactly what we need. This PR has some merge conflicts with main now. Could you rebase against main and push? Once the conflicts are resolved, we'll merge this right away. git fetch origin
git rebase origin/main
git push --force-with-leaseAppreciate your contribution! 🙏 |
Owner
|
Thank you @pot-ai-to for the history system reorganization! 🙏 PAI v2.1 includes exactly this - the history system now follows v2.0 structure with proper MEMORY/ organization. Your PR helped validate this was the right direction! See the release: https://github.com/danielmiessler/PAI/releases/tag/v2.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check as I'm an amateur at all this!
Summary
src/tosrc/hooks/directoryconfig/tosrc/config/directoryFiles Changed
src/hooks/subdirectorysrc/hooks/lib/for proper organizationsrc/config/following standard structureTest Plan
Compatibility
✅ No breaking changes - maintains all functionality
✅ Compatible with existing kai-hook-system installation
✅ Follows PAI Pack Template v2.0 specification exactly
🤖 Generated with Claude Code