chore: clean absolute paths, curasoft refs, secrets from history

- bin/chats/: env-based paths, no /mnt/ /home/ hardcodes
- bin/edelweiss-pilot: remove curasoft, use DOCS_BASE env var
- bin/facts/crm: use KNOWLEDGE_MESH_SEED env var
- compose.edelweiss.yml: remove curasoft volumes, use DOCS_BASE
- docs/chat-import-plan.md: link to Gitea issue, no secrets
- bin/seed-edelweiss-facts.py: removed (curasoft-only)
This commit is contained in:
2026-08-13 00:00:15 +01:00
parent 27d9521e7f
commit fec5325c7a
7 changed files with 403 additions and 262 deletions
-1
View File
@@ -239,7 +239,6 @@ func findOO() string {
}
candidates := []string{
filepath.Join(os.Getenv("HOME"), "go", "bin", "oo"),
"/home/ano/go/bin/oo",
}
for _, c := range candidates {
if _, err := os.Stat(c); err == nil {