Skip to content

fix(messages): honor db_path in store_artifacts - #848

Open
Bartok9 wants to merge 1 commit into
RobotecAI:mainfrom
Bartok9:aerial/artifacts-honor-db-path
Open

fix(messages): honor db_path in store_artifacts#848
Bartok9 wants to merge 1 commit into
RobotecAI:mainfrom
Bartok9:aerial/artifacts-honor-db-path

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 25, 2026

Copy link
Copy Markdown

store_artifacts built Path(db_path) then still opened hardcoded artifact_database.pkl in cwd, so custom DB locations never worked.

Use the provided path end-to-end and mkdir parents when creating. Tests cover custom path extend + nested dirs.

AI-assisted; human-reviewed.

Claim: bartok
Operator: bartok
Campaign: aerial-drone

store_artifacts ignored the db_path argument and always read/wrote
artifact_database.pkl in the process cwd. Use the provided path for
create/load/save and create parent directories when needed.

Signed-off-by: Bartok9 <danielrpike9@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant