Skip to content

Date: 2026-06-23

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.

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.

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.md deploy commands
  • sites/sdc/src/data/sdc-focus.ts and sites/mbr/src/data/mbr-focus.ts comments

KB (0438329):

  • SDC/_WorkingOn/Focus.md build+deploy instruction
  • Core/Misc/KB_Structure/Folder_Structure-Ubuntu-24.04_home_ta.md
  • Core/_WorkingOn/Tasks/Standalone-HTML-Artifact-Skill.md (pattern reference)
  • Task file + _active.md

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.