Commit Graph

28 Commits

Author SHA1 Message Date
b4733c05fd chore: remove trailing whitespace from all source files in src/ directory 2025-05-03 15:19:13 +00:00
04b959f194 chore: remove trailing whitespace from all source files in src/ directory 2025-05-03 15:13:47 +00:00
ef67d53abd docs: add project description and setup instructions to README 2025-04-24 19:40:44 +00:00
298ed65b2e chore: refine code quality with minor formatting and consistency adjustments 2025-04-24 19:38:56 +00:00
059afea39a chore: replace hardcoded API timeout values with configurable constants in snek_core_bot.py 2025-04-24 19:03:12 +00:00
e9787f4fcc chore: upgrade project dependencies to latest compatible versions across all modules 2025-02-18 18:09:51 +00:00
432a00d00e fix: correct typo in commit message from 'Fixx' to 'Fix' for consistency 2025-02-18 15:34:57 +00:00
58aa4d2e15 fix: correct log level configuration to prevent debug output in production 2025-02-17 19:11:45 +00:00
355c821fe0 refactor: extract message formatting into dedicated helper module with tests 2025-02-15 20:11:34 +00:00
1e004f73c8 feat: add custom exception classes for error handling in core module 2025-02-15 12:23:46 +00:00
5199c32f50 chore: replace placeholder example content with initial project scaffold 2025-02-13 09:40:22 +00:00
bc7144834f chore: replace placeholder example content with initial project scaffold 2025-02-13 09:36:46 +00:00
6b07c0aa0a chore: replace placeholder example content with initial project scaffold 2025-02-13 09:31:50 +00:00
601915a1ff chore: remove placeholder progress message from initial commit 2025-02-13 09:26:50 +00:00
356e326659 chore: update snekbot configuration and dependencies to latest versions 2025-02-13 09:21:35 +00:00
4315306a0a chore: update snekbot configuration and dependencies to latest versions 2025-02-13 09:12:52 +00:00
fcf102643b chore: remove trailing whitespace from README.md line 42 2025-02-12 00:06:19 +00:00
9ddf640bcf fix: correct rpc endpoint path for user authentication service 2025-02-12 00:03:41 +00:00
a6d6a7795b chore: add initial build configuration and output directory structure 2025-02-10 22:12:50 +00:00
0ad96ba170 chore: bump project version to 1.2.3 in package.json and setup.py 2025-02-10 22:09:59 +00:00
ddb841006b docs: add API authentication section to developer guide with OAuth2 examples 2025-02-10 21:31:02 +00:00
302a87c0de feat: add snek bot update with new movement patterns and color cycling 2025-02-10 13:16:55 +00:00
82d48543df fix: correct exception message to include actual error details 2025-02-01 15:20:13 +00:00
afb6ec89f4 fix: correct null pointer dereference in user profile image loader 2025-02-01 15:16:25 +00:00
41465e8b40 fix: correct script execution error by adding missing semicolon in loop condition 2025-02-01 15:14:56 +00:00
cb6369bd52 fix: correct typo in user authentication error message string 2025-02-01 15:14:08 +00:00
77788d0c51 feat: add todo item creation with title and completed status fields 2025-02-01 15:00:05 +00:00
f1db6dd036 docs: add comprehensive tutorial covering project setup and core concepts 2025-02-01 14:58:18 +00:00