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:
@@ -20,7 +20,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")
|
||||
OUTDIR = "/tmp/claude-1000/-home-camp-projects/effc3424-ed5e-4b09-b83e-d141bee23c42/scratchpad"
|
||||
OUTDIR = "/tmp/shopdb-shots"
|
||||
os.makedirs(OUTDIR, exist_ok=True)
|
||||
|
||||
|
||||
def login():
|
||||
|
||||
Reference in New Issue
Block a user