chore: final open-source cleanup — binary, stale paths, private refs

- Remove compiled workspace-server/server binary from git
- Fix .gitignore, .gitattributes, .githooks/pre-commit for renamed dirs
- Fix CI workflow path filters (workspace-template → workspace)
- Replace real EC2 IP and personal slug in test_saas_tenant.sh
- Scrub molecule-controlplane references in docs
- Fix stale workspace-template/ paths in provisioner, handlers, tests
- Clean tracked Python cache files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang
2026-04-18 00:38:55 -07:00
parent 08beabccd4
commit 92c60c313c
26 changed files with 48 additions and 47 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
# Shell scripts must stay LF so they execute inside Linux containers
# when cloned on Windows with core.autocrlf=true.
*.sh text eol=lf
workspace-template/entrypoint.sh text eol=lf
workspace/entrypoint.sh text eol=lf
# Python hook files are invoked by .sh hooks with path substitution;
# CRLF in either the .sh OR the .py file breaks the hook dispatch.
# See Molecule-AI/molecule-core#507 — SessionStart hook failed silently,
# See #507 — SessionStart hook failed silently,
# agents returned "(no response generated)" on every A2A call.
*.py text eol=lf