Skip to content

Remove dead code files - #9

Merged
promptium-ai merged 2 commits into
mainfrom
feature/deadcode
Aug 27, 2025
Merged

Remove dead code files#9
promptium-ai merged 2 commits into
mainfrom
feature/deadcode

Conversation

@promptium-ai

Copy link
Copy Markdown
Collaborator

Summary

  • Remove unused app_old.ts and utils_old.ts files
  • Both files had no active references in the codebase
  • Already excluded from TypeScript compilation via tsconfig.json

Test plan

  • Verify files are not imported anywhere in the codebase
  • Confirm tsconfig already excluded these files from build
  • Check that new architecture (App.tsx + organized utils) covers all functionality

🤖 Generated with Claude Code

promptium-ai and others added 2 commits August 27, 2025 05:11
Deleted app_old.ts and utils_old.ts which were:
- Not imported anywhere in the codebase
- Already excluded from TypeScript compilation
- Superseded by new architecture (App.tsx and organized utils)

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

Co-Authored-By: Claude <noreply@anthropic.com>
@promptium-ai
promptium-ai merged commit f25de6c into main Aug 27, 2025
1 check passed
@agent-era
agent-era deleted the feature/deadcode branch September 9, 2025 16:20
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