fix(scripts): קישור "מקור" שבר על SCRIPTS.md בנתיב #285
Reference in New Issue
Block a user
Delete Branch "worktree-fix-scripts-source-link"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
הבאג
ב-/scripts, לחיצה על "מקור" הובילה ל-
…/scripts/SCRIPTS.md/<name>(404). הסיבה:gitea_urlמצביע על קובץscripts/SCRIPTS.md, אבל הקוד הוסיף אחריו את שם-הסקריפט כאילו זו תיקייה.התיקון
מסירים את שם-הקובץ האחרון מהבסיס (
replace(/\/[^/]+$/, "")) לפני הוספת שם-הסקריפט →…/scripts/<name>. תיקון-לוגי בלבד (ללא שינוי ויזואלי).בדיקה
tsc✓ ·eslint✓ · smoke:…/scripts/SCRIPTS.md→…/scripts/leak_guard.py✓.🤖 Generated with Claude Code