Commit graph

  • 1571be1ffc deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions for security patches and feature compatibility main autocommit 2026-06-10 21:17:38 -07:00
  • 6f0e4b9895 deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security patches and bug fixes Claude Code 2026-03-23 21:03:37 -07:00
  • 6f435c51d6 deps-upgrade(deps): ⬆️ Update dependencies to latest versions for bug fixes, performance, and security improvements Claude Code 2026-03-17 21:40:06 -07:00
  • bca5eb6d87 refactor(deployment): ♻️ Optimize and restructure deployment startup logic for better modularity and reliability Claude Code 2026-03-17 17:33:51 -07:00
  • 6eee295c68 deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions for security and compatibility fixes Claude Code 2026-03-17 17:33:51 -07:00
  • 7de11d74be deps-upgrade(root-placeholder): ⬆️ Update dependencies to latest versions for new features and stability improvements Lilith 2026-03-08 19:24:58 -07:00
  • 8b1cddf23c deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions in package.json Lilith 2026-02-25 13:38:11 -08:00
  • 11582dbb03 chore(startup): 🔧 Separated deployment-specific initialization into a dedicated startup module to improve modularity and maintainability Lilith 2026-02-25 13:30:52 -08:00
  • e98d158c5a deps-upgrade: ⬆️ Update dependencies to latest minor/patch versions in package.json Lilith 2026-02-04 19:52:56 -08:00
  • 448e9feb6a chore(startup): 🔧 Refactor startup module registration for modular lazy loading and cleaner dependency injection Lilith 2026-02-04 19:47:35 -08:00
  • 00bf2205f5 chore(startup): 🔧 Fix race condition during core service initialization Lilith 2026-02-04 15:04:39 -08:00
  • 1f0b353b63 deps-upgrade(root): ⬆️ Update core dependencies to latest stable versions including React v18.2.0, TypeScript 5.3.0, and related packages for security patches and performance enhancements Lilith 2026-02-04 15:04:39 -08:00
  • e5f7d923e0 chore(core): 🔧 Update core startup configuration logic in startup.ts Lilith 2026-02-03 22:17:11 -08:00
  • a9208c1d64 deps-upgrade: ⬆️ Update dependencies to newer versions for bug fixes and security improvements Lilith 2026-02-03 22:17:11 -08:00
  • b4fcd60971 chore(config): 🔧 Update core configuration files (health.ts, index.ts) Lilith 2026-02-02 15:22:16 -08:00
  • 3018639d5e deps-upgrade(dependencies): ⬆️ Update to latest stable versions in package.json Lilith 2026-02-02 15:22:15 -08:00
  • 93cd5367ed deps-upgrade: ⬆️ Update dependency versions in package.json (minor/patch updates) Lilith 2026-02-02 13:14:08 -08:00
  • 8a3acbe0a2 chore(deployment): 🔧 Update deployment hooks and async initialization logic for improved startup reliability Lilith 2026-02-02 13:08:30 -08:00
  • 4d5206b5b2 deps-upgrade(package.json): ⬆️ Update dependency versions to ensure compatibility and security patches Lilith 2026-02-02 13:08:30 -08:00
  • 87b7573220 fix(ci): fix backslash-bang syntax error in workflow Lilith 2026-01-30 15:49:49 -08:00
  • 5e0bebaf0b chore: trigger CI publish Lilith 2026-01-30 11:56:24 -08:00
  • 505121ae17 fix(health): 🐛 Fix false-positive health checks by validating dependencies before reporting unhealthy status Lilith 2026-01-29 22:02:04 -08:00
  • 27f4de7fe3 chore(core): 🔧 Update core configuration files (index.ts, startup.ts) and related dependencies Lilith 2026-01-29 08:36:16 -08:00
  • 2ae870512f deps-upgrade: ⬆️ Update minor/patch versions in package.json Lilith 2026-01-29 08:36:16 -08:00
  • 1cc3b7d414 chore(startup): 🔧 Refactor startup bootstrapping logic to improve performance and reliability Lilith 2026-01-26 00:33:41 -08:00
  • 31c53f88db deps-upgrade: ⬆️ Update core dependencies (React, TypeScript, and related packages) to latest stable versions for security patches and compatibility improvements Lilith 2026-01-25 21:08:44 -08:00
  • d28c0dc857 chore(config): 🔧 Update core deployment scripts (index.ts, deployment-startup.ts) for compatibility updates Lilith 2026-01-24 21:43:33 -08:00
  • 941fd2a765 deps-upgrade: ⬆️ Update dependencies to latest versions for security, performance, and compatibility improvements Lilith 2026-01-24 21:43:33 -08:00
  • f416676a48 chore(core): 🔧 Update core documentation files with crash detection summaries Lilith 2026-01-23 07:25:50 -08:00
  • 0ba2e9572f chore(app): 🔧 Update app startup configuration logic Lilith 2026-01-23 07:19:19 -08:00
  • fa75c0897c chore(core): 🔧 Update core startup and index logic files Lilith 2026-01-22 22:19:25 -08:00
  • 9bdbb6f249 feat(startup): Implement dynamic feature flag initialization system Lilith 2026-01-21 19:31:25 -08:00
  • c4b9129fa1 chore(gitignore): Add missing patterns Lilith 2026-01-21 19:31:16 -08:00
  • 620d210431 chore(build): 🔧 Update tsup configuration to optimize bundle output settings (sourcemaps, minification) Lilith 2026-01-21 15:34:07 -08:00
  • e42bc09ed9 chore(config): 🔧 Update tsup bundling config with minification and sourcemaps Lilith 2026-01-21 12:39:30 -08:00
  • 4e03bcbd5e deps-upgrade: ⬆️ Update dependencies to latest stable versions Lilith 2026-01-21 12:39:30 -08:00
  • 865be5a5fe chore(gitignore): Add missing patterns Lilith 2026-01-21 12:39:16 -08:00
  • 8a85f87df8 ci: add Forgejo publish workflow Lilith 2026-01-21 12:02:29 -08:00
  • d003fe0505 chore: initial commit Lilith 2026-01-21 11:37:32 -08:00