Skip to content

Session log — 2026-03-22 — Engine root cleanup

Session log — 2026-03-22 — Engine root cleanup

Section titled “Session log — 2026-03-22 — Engine root cleanup”

code

dev

Cleaned the engine root directory by removing all stale v0.9.0 files, then copied the current v0.10.0 engine files from projects/scaffolder to the root. Reinstalled dependencies and re-linked the CLI.

  1. Removed stale files from engine root: .claude, src, templates, dist, node_modules, package.json, package-lock.json, tsconfig.json, versions.json, .env.example, .gitignore, CHANGELOG.md, README.md, LICENSE, CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md
  2. Copied current engine files from projects/scaffolder to root: src, templates, dist, package.json, package-lock.json, tsconfig.json, versions.json
  3. Ran npm install && npm link at engine root
  4. Verified sc --version returns 0.10.0
  5. Removed templates/engine-root directory
  • Engine root is clean with only operator docs and current v0.10.0 engine code
  • CLI remains functional and globally linked
  • No code changes — this was a file hygiene operation