Skip to content

Remove unused default VuMark target ID#2948

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/remove-default-vumark-id
Feb 18, 2026
Merged

Remove unused default VuMark target ID#2948
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/remove-default-vumark-id

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 18, 2026

Summary

Remove the unused default "MockVuMarkTargetID00" from _VuMarkVuforiaDatabaseSettings. This default was never used in practice since vuforia_secrets.env is always required (other fields in the same settings class have no defaults) and always provides VUMARK_VUFORIA_TARGET_ID.

Update the example env file to use a placeholder <VUMARK_TARGET_ID> for consistency with other fields.

🤖 Generated with Claude Code


Note

Low Risk
Test/fixture and documentation-only change; risk is limited to environments that relied on the removed default and now must set VUMARK_VUFORIA_TARGET_ID.

Overview
Removes the hardcoded default for VUMARK_VUFORIA_TARGET_ID in _VuMarkVuforiaDatabaseSettings, making the VuMark target ID a required env-provided setting for the test fixtures.

Updates vuforia_secrets.env.example to use a <VUMARK_TARGET_ID> placeholder instead of the previous mock default value.

Written by Cursor Bugbot for commit d3f2a36. This will update automatically on new commits. Configure here.

The default "MockVuMarkTargetID00" is never used since vuforia_secrets.env
is always required (other settings have no defaults) and always provides
VUMARK_VUFORIA_TARGET_ID. Update example env to use placeholder like other fields.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit 5f693b7 into main Feb 18, 2026
102 of 106 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/remove-default-vumark-id branch February 18, 2026 11:03
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