Neutral wording in import docs; portable tool output paths
Import-surface docs and docstrings describe the automation as a migration script; status-doc references in CHANGELOG/ADR-009/ROADMAP point at repo files. Screenshot/verify tools write to /tmp/shopdb-shots (created on import) instead of a machine-specific directory.
This commit is contained in:
@@ -15,7 +15,8 @@ API = "http://localhost:5001/api"
|
||||
# creds from env so no real login lands in source; fall back to dev defaults
|
||||
USERNAME = os.environ.get("SHOT_USERNAME", "270015376")
|
||||
PASSWORD = os.environ.get("SHOT_PASSWORD", "changeme")
|
||||
OUT = "/tmp/claude-1000/-home-camp-projects/1d65fbaa-1c42-4b49-82b4-91cb795de52b/scratchpad/shot_floormap.png"
|
||||
OUT = "/tmp/shopdb-shots"
|
||||
os.makedirs(OUT, exist_ok=True)
|
||||
|
||||
|
||||
def login():
|
||||
|
||||
Reference in New Issue
Block a user