Skip to content

Commit 8089ac3

Browse files
committed
Update installed mirror path to python-project-workflow
what: - Update DEFAULT_INSTALLED path in validate.py from python-best-practices to python-project-workflow why: The skill was renamed. The local Hermes mirror path should match the new skill name. Also pull latest commits after remote URL update and git clean to remove 18MB of stale untracked files.
1 parent 83159cf commit 8089ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ROOT = Path(os.environ.get("PBP_SKILL_ROOT", DEFAULT_ROOT)).resolve()
2727
SKILL = ROOT / "skill" / "SKILL.md"
2828
REF_DIR = ROOT / "skill" / "references"
29-
DEFAULT_INSTALLED = Path.home() / ".hermes" / "skills" / "software-development" / "python-best-practices"
29+
DEFAULT_INSTALLED = Path.home() / ".hermes" / "skills" / "software-development" / "python-project-workflow"
3030
INSTALLED = Path(os.environ.get("PBP_SKILL_INSTALLED", DEFAULT_INSTALLED)).resolve()
3131
REQUIRED_REFS = {
3232
"project-orientation.md",

0 commit comments

Comments
 (0)