Skip to content

Implement Brian's feedback from PR #12#15

Merged
robdimarco-atxp merged 3 commits intomainfrom
implement-pr-12-feedback
Aug 21, 2025
Merged

Implement Brian's feedback from PR #12#15
robdimarco-atxp merged 3 commits intomainfrom
implement-pr-12-feedback

Conversation

@robdimarco-atxp
Copy link
Copy Markdown
Contributor

Summary

  • Renamed packages from atxp-sqlite-db to atxp-sqlite and atxp-redis-db to atxp-redis
  • Removed oAuthDb.ts and oAuthDbFactory.ts files as they are no longer needed
  • Updated all documentation and references to use new package names
  • Replaced factory pattern with direct database instance creation

Test plan

  • Verify package renames are consistent across all files
  • Confirm removed files are no longer referenced anywhere
  • Check that documentation accurately reflects the new direct instantiation pattern
  • Ensure all imports and references use the correct new package names

🤖 Generated with Claude Code

- Rename packages from atxp-sqlite-db to atxp-sqlite and atxp-redis-db to atxp-redis
- Remove oAuthDb.ts and oAuthDbFactory.ts files as they are no longer needed
- Update all documentation and references to use new package names
- Replace factory pattern with direct database instance creation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@robdimarco-atxp robdimarco-atxp requested a review from badjer August 21, 2025 16:15
robdimarco-atxp and others added 2 commits August 21, 2025 12:29
- Update main README.md to reference new package names (@atxp/sqlite instead of @atxp/sqlite-db)
- Regenerate package-lock.json to resolve npm ci failures

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Update build script to use new package names (atxp-sqlite, atxp-redis)
- Update test:integration script to reference correct package

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@robdimarco-atxp robdimarco-atxp merged commit 1db5e61 into main Aug 21, 2025
1 check passed
@robdimarco-atxp robdimarco-atxp deleted the implement-pr-12-feedback branch August 21, 2025 17:22
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.

2 participants