Skip to content

refactor(anchor): remove activated marker file functionality#23

Merged
benbenbang merged 1 commit into
mainfrom
refactor/drop_active_anchor
Mar 27, 2026
Merged

refactor(anchor): remove activated marker file functionality#23
benbenbang merged 1 commit into
mainfrom
refactor/drop_active_anchor

Conversation

@benbenbang

Copy link
Copy Markdown
Owner

This commit removes the activated marker file feature from the anchor command, simplifying the codebase by eliminating unused functionality. The changes include removal of file creation logic and associated tests.

Anchor command simplification:

  • Removed code in src/main.rs that created an "activated" marker file in the virtual environment directory when running the anchor command, as this marker was not being used by any other part of the system.

Test cleanup:

  • Removed the anchor_creates_activated_marker integration test from tests/integration.rs that verified the creation of the activated marker file, as this functionality is no longer present.

This commit removes the activated marker file feature from the anchor command, simplifying the codebase by eliminating unused functionality. The changes include removal of file creation logic and associated tests.

**Anchor command simplification:**
* Removed code in `src/main.rs` that created an "activated" marker file in the virtual environment directory when running the anchor command, as this marker was not being used by any other part of the system.

**Test cleanup:**
* Removed the `anchor_creates_activated_marker` integration test from `tests/integration.rs` that verified the creation of the activated marker file, as this functionality is no longer present.
@benbenbang
benbenbang enabled auto-merge (squash) March 27, 2026 19:30
@github-actions github-actions Bot added enhancement New feature or request triage labels Mar 27, 2026
@benbenbang
benbenbang merged commit 5bf0da7 into main Mar 27, 2026
2 checks passed
@benbenbang
benbenbang deleted the refactor/drop_active_anchor branch March 27, 2026 19:31
@ptah-technical-app

Copy link
Copy Markdown

🎉 This PR is included in version 2.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant