Personal_AI_Infrastructure icon indicating copy to clipboard operation
Personal_AI_Infrastructure copied to clipboard

chore: Removed legacy single file packs

Open sti0 opened this issue 2 months ago • 4 comments

Removed legacy single file packs which led to confusing during the install process. Changed path references to folder structure packs.

sti0 avatar Jan 03 '26 22:01 sti0

With the recent chages of browser skill I think the .md files should remain. But are outdated. E.g. hook and history try do create files instead of copying them.

sti0 avatar Jan 03 '26 23:01 sti0

Great cleanup work, @sti0! Removing the legacy single-file packs will reduce confusion significantly.

This has some merge conflicts with main now (likely from recent merges). Could you rebase against main when you get a chance?

git fetch origin
git rebase origin/main
git push --force-with-lease

Once conflicts are resolved, we'll merge. Thanks for all your contributions! 🎯

danielmiessler avatar Jan 04 '26 21:01 danielmiessler

Hi @danielmiessler, as these files are updated yesterday. Are you sure that we should delete them? In my understanding the pack root md's are the description of the skill which has additional information within the subdirectory. But some of these skills like hooks are trying to install some packs instead of using the SRC files.

Could you please clarify?

sti0 avatar Jan 04 '26 23:01 sti0

rebased in case the deletion is the right way.

sti0 avatar Jan 05 '26 01:01 sti0

Thank you @sti0 for tackling the legacy pack cleanup! 🙏

PAI v2.1 completed this work - all single-file kai-*.md packs are gone, replaced with directory-based pai-* packs. Your PR was ahead of its time and helped drive the direction!

See the release: https://github.com/danielmiessler/PAI/releases/tag/v2.1.0

danielmiessler avatar Jan 08 '26 12:01 danielmiessler