Commit graph

35 commits

Author SHA1 Message Date
Quinn Ftw
603df1b782 perf(scripts): Implement caching for circular dependency checks and schema validation during table transformations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:54 -08:00
Quinn Ftw
b2890067b2 test(validation): Add validation rules for styled-components usage in verification scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:54 -08:00
Quinn Ftw
61e3928f9e refactor(services): ♻️ Optimize and restructure service scripts for improved maintainability and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:54 -08:00
Quinn Ftw
580577f849 feat(orchestration): Add event-driven rolling restart logic, health monitoring improvements, and systemd service generation enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:54 -08:00
Quinn Ftw
b3f67cfd5d chore(dev-setup): 🔧 Add dependency resolution script to detect and fix missing/conflicting dev dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:54 -08:00
Quinn Ftw
c832d0344f feat(database): Add parallel migration execution and optimized snapshot generation for database scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:53 -08:00
Quinn Ftw
07f289c97f infra(vps): 🧱 Improve reliability in VPS provisioning scripts by enhancing error handling, health checks, and cleanup logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 19:52:50 -08:00
Quinn Ftw
aa00a5eb1e docs(claude-docs): 📝 Overhaul agent role documentation, architecture patterns, and team standards with stricter import rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:20:12 -08:00
Quinn Ftw
e71bcce08b chore(cli): 🔧 Update CLI scripts in index.ts files (including one additional file)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:00:47 -08:00
Quinn Ftw
94041cfa38 chore(orchestration-primary-scope): 🔧 Update documentation for Claude agent orchestration, refactoring, and security
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:55 -08:00
Quinn Ftw
dbd4ff8a18 chore(deploy): 🔧 Update production deployment script with pre/post-deployment steps and enhanced environment variable management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 00:58:03 -08:00
Quinn Ftw
3e3edfd270 chore(scripts-CI-scripts-and): 🔧 Update CI scripts for improved file change detection, enforce standardized code style, and clarify orchestration docs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-13 04:41:15 -08:00
Quinn Ftw
9295782df5 docs(.gitignore): 📝 add missing pattern for build/ directory to exclude generated artifacts
Patterns added: build/
2026-02-05 22:17:12 -08:00
Quinn Ftw
b034683777 chore(deps): 🔧 Update dependencies in package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 22:10:21 -08:00
Quinn Ftw
acade23ae4 feat(cli): Add new CLI commands (dev, clean) for lifecycle management and workspace operations during LixB adoption
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 15:00:48 -08:00
Quinn Ftw
653458da33 chore(scripts): 🔧 Upgrade circular dependency detection logic in dev scripts to enforce stricter checks, improve error messages, and support modern project structures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 01:51:01 -08:00
Quinn Ftw
b2137435c8 chore(orchestration): 🔧 Add dynamic Nginx rule generation support in orchestration scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:03:56 -08:00
Quinn Ftw
8434ba0fd5 chore(database): 🔧 Update migration script in migrate-all-dev.ts to enhance parallel execution and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 23:00:18 -08:00
Quinn Ftw
ba4f6f1023 chore(run/core): 🔧 Enhance deployment orchestration with agent cleanup commands, CLI helpers, dev dashboard updates, and new database scripts documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 20:38:44 -08:00
Quinn Ftw
cbce898d4a chore(dev-setup): 🔧 Update dev-admin.sh script to enhance sudo permission handling via environment variable validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:15:01 -08:00
Quinn Ftw
85621b287e chore: snapshot before monorepo consolidation
Capture current working state before converting platform-tooling
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:39 -08:00
Quinn Ftw
09dfed7e9b chore(scripts): 🔧 Add utility script to automate import alias fixes across project files 2026-01-22 15:55:22 -08:00
Quinn Ftw
1761fea547 chore(scripts): 🔧 Update shell script to resolve import aliases for consistent module path resolution 2026-01-22 15:49:39 -08:00
Quinn Ftw
142ed6802a chore(claude): 🔧 Update agent docs, CLI commands, and Node.js/Pnpm tooling 2026-01-18 09:22:20 -08:00
Quinn Ftw
2670bd53a3 chore(files): 🚀 Fix file grouping and update READMEs 2026-01-13 11:46:09 -08:00
Quinn Ftw
e464f16e32 docs(tooling): 📝 add import alias conventions documentation 2026-01-10 21:49:48 -08:00
Quinn Ftw
1642160e07 fix(tooling/main): 🐛 resolve redundant environment variables and update package library instructions 2026-01-09 19:35:04 -08:00
Quinn Ftw
49c31682d0 fix(tooling/main): 🛠 update project context and settings files 2026-01-05 15:27:17 -08:00
Quinn Ftw
9075493d66 chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:22 -08:00
Quinn Ftw
906d19d2ca fix(node-modules-lock.sh): update chmod permissions for node_modules.lock file 2026-01-04 17:00:43 -08:00
Quinn Ftw
60d484d3d1 fix(node-modules-lock): 🐛 update count calculation in scripts/node-modules-lock.sh 2026-01-04 16:59:32 -08:00
Quinn Ftw
4ffb652b78 fix(tooling/main): 🐛 update lock/unlock logic for node_modules 2026-01-04 16:58:25 -08:00
Quinn Ftw
3b1bab3ffe fix(tooling): 🐛 update script node-modules-lock.sh to handle directory argument 2026-01-04 16:57:18 -08:00
Quinn Ftw
7ba4c68c4f fix(tooling): 🐛 update node-modules-lock script for filesystem enforcement 2026-01-04 16:55:15 -08:00
Quinn Ftw
5364410b3e sync: workspace reconciliation - tooling, project, docs, releases
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 02:52:54 -08:00