Skip to content

Rename __snapshots__ to .snapshots across the board#63

Merged
kamilio merged 1 commit intomainfrom
agent/opencode/issue-61
Feb 14, 2026
Merged

Rename __snapshots__ to .snapshots across the board#63
kamilio merged 1 commit intomainfrom
agent/opencode/issue-61

Conversation

@poe-code-agent
Copy link
Contributor

Summary

Renames the __snapshots__ directory to .snapshots throughout the entire codebase to follow the convention of using dotfiles for hidden directories.

Changes

  • Renamed physical directory from __snapshots__/ to .snapshots/
  • Updated snapshot directory references in code:
    • tests/test-env.ts - Updated default snapshot directory
    • tests/helpers/snapshot-config.ts - Updated fallback directory name
    • tests/helpers/snapshot-client.test.ts - Updated test snapshot paths
    • tests/helpers/snapshot-store.test.ts - Updated test snapshot paths
    • scripts/snapshots.ts - Updated default snapshot directory
  • Updated documentation in docs/SNAPSHOT_TESTING.md
  • All snapshot JSON files moved to new location
  • Tests and linting verified to pass

Fixes #61

@kamilio kamilio merged commit 4618de1 into main Feb 14, 2026
3 checks passed
@kamilio kamilio deleted the agent/opencode/issue-61 branch February 14, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename __snapshots__ to .snapshots across the board

1 participant