Commit Graph

12 Commits

Author SHA1 Message Date
8ccbef3731 chore: remove trailing whitespace from README.md line 42 2025-09-27 19:20:18 +00:00
2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
e3871bca6f feat: add initial project structure with empty placeholder files 2025-03-28 04:37:22 +00:00
33137f7785 docs: add project overview and setup instructions to README 2025-03-28 02:10:54 +00:00
4614f6cec9 docs: add usage examples and clarify installation steps in README 2025-03-28 02:02:24 +00:00
4dd41be6c1 chore: replace placeholder branding with final logo and color scheme 2025-03-03 16:06:05 +00:00
ad7ebf2e2b refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-27 18:06:59 +00:00
127ea61ae7 chore: remove trailing whitespace from README.md formatting 2025-01-26 01:54:45 +00:00
2887831736 feat: add stdin reading support for processing piped input data 2025-01-25 13:19:01 +00:00
29239df816 feat: add user_id index to profiles table for faster lookup queries
The new index on the `user_id` column in the `profiles` table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 21:59:51 +00:00
870d32c898 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-04 07:40:31 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00