focus-deploy folder rename
Section titled “focus-deploy folder rename”Date: 2026-06-23
Problem
Section titled “Problem”web-deploy/sdc-mission-deploy/ held focus page FTP scripts (deploy_sdc_focus.py, deploy_mbr_focus.py) but was named after the SmartDebt Mission project — which had been deleted months ago. The folder also contained 5 dead files from that project. The misname caused confusion and spread stale path references across 10+ files in 3 repos.
Investigation
Section titled “Investigation”Both SDC and MBR focus pages already sourced correctly from KB Focus.md files (load-focus-content.ts KB_PATH was correct for both). No functional bug — purely an org/naming issue.
deploy_smartdebt_mission.py and upload_smartdebt_mission.py were dead code: source project at /home/ta/projects/sdc-mission/ was gone. SDC/_WorkingOn/Focus.md already had all mission content — nothing to migrate.
What changed
Section titled “What changed”web-deploy repo (4315574):
git mv sdc-mission-deploy/ focus-deploy/- Deleted:
deploy_smartdebt_mission.py,upload_smartdebt_mission.py,SECURITY.md,Mission.code-workspace,deployment-log.md - Rewrote
focus-deploy/README.md(describes actual purpose) - Updated
config.yaml,README.md,CLAUDE.md
monorepo (4e5f993):
README.mddeploy commandssites/sdc/src/data/sdc-focus.tsandsites/mbr/src/data/mbr-focus.tscomments
KB (0438329):
SDC/_WorkingOn/Focus.mdbuild+deploy instructionCore/Misc/KB_Structure/Folder_Structure-Ubuntu-24.04_home_ta.mdCore/_WorkingOn/Tasks/Standalone-HTML-Artifact-Skill.md(pattern reference)- Task file + _active.md
Warning
Section titled “Warning”kb-business/src/content/docs/ contains synced copies of KB files that still reference the old path — these will self-correct on next kb-business deploy. Don’t manually update them.