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
Branch
Section titled “Branch”dev
Summary
Section titled “Summary”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.
Actions taken
Section titled “Actions taken”- 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
- Copied current engine files from projects/scaffolder to root: src, templates, dist, package.json, package-lock.json, tsconfig.json, versions.json
- Ran
npm install && npm linkat engine root - Verified
sc --versionreturns 0.10.0 - Removed templates/engine-root directory
Outcome
Section titled “Outcome”- 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