Commit graph

83 commits

Author SHA1 Message Date
Quinn Ftw
a7a99cf1f8 feat(cli): Implement 'up' CLI command and register it in the CLI entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:52 -07:00
Quinn Ftw
0cf303d6b8 feat(domains): Introduce domain generator class to scaffold domain entities in CLI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:52 -07:00
Quinn Ftw
7af0b053ce feat(dns): Add DNS manager and parser classes to handle DNS record processing and input validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:51 -07:00
Quinn Ftw
c05d210fb7 feat(cli): Add DNS parsing logic and enhance "up" command behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:08:04 -07:00
Quinn Ftw
37c1fe5c23 feat(feature-dev): Add CLI command to manage development features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:44:43 -07:00
Quinn Ftw
8b0472efd3 feat(photos): Add new photo processing backend methods for CLI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:38:21 -07:00
Quinn Ftw
c2ea41f331 feat(cli): Add "up" command for handling version/package upgrades in CLI system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:32:29 -07:00
Quinn Ftw
4dbc3a963d feat(deploy): Add new deployment flags like --force and --dry-run to the up command for enhanced CLI workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:26:22 -07:00
Quinn Ftw
43b5e4d821 feat(cli): Add the "up" CLI command with new deployment/update options and register it properly
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 23:41:37 -07:00
Quinn Ftw
d64494e351 feat(cli-photos): Add photo management CLI commands with Docker integration and dev environment enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 23:08:27 -07:00
Quinn Ftw
16b352dc31 refactor(cli): ♻️ Consolidate and reorganize the dev command group to improve stop command functionality and update CLI command registration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:28:37 -07:00
Quinn Ftw
e092cd9e72 feat(cli): Implement status command with CLI handler logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:54:52 -07:00
Quinn Ftw
acc091eb6c feat(cli-photos): Add photo upload subcommand and update CLI entry point for photo management commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:37:47 -07:00
Quinn Ftw
4b3551a2b9 feat(domains): Introduce dynamic template variables for flexible domain scaffolding in CLI tool
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 20:39:36 -07:00
Quinn Ftw
0063ba0a07 feat(domains): Introduce dynamic domain generation templates and logic for model creation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 20:15:09 -07:00
Quinn Ftw
5c9066cbcb refactor(cli-commands): ♻️ Implement cleaner CLI workflows by reorganizing DNS and domain management commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:31:36 -07:00
Quinn Ftw
b84b8307c5 refactor(cli-commands): ♻️ Refactor DNS record parsing, domain artifact generation, and schema validation logic in CLI commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:08:00 -07:00
Quinn Ftw
dcd59c1549 feat(cli-commands): Add DNS sync and health check commands with restructured CLI command organization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 01:08:24 -08:00
Quinn Ftw
78a0bd3401 refactor(dns): ♻️ Restructure DNS manager class for improved maintainability and extensibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:35:40 -08:00
Quinn Ftw
74d152e0c6 feat(cli-affect): Add DNS management and health check CLI commands with syncDns and healthCheck functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:29:36 -08:00
Quinn Ftw
97747b969b refactor(cli-commands): ♻️ Restructure CLI command manager and introduce health check command with updated entry points
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:23:31 -08:00
Quinn Ftw
e5c0f489d6 feat(cli): Add staging environment management CLI commands (health, logs, restart) and introduce next feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:06:29 -08:00
Quinn Ftw
75c3587aa1 refactor(deployment-orchestrator): ♻️ Update deployment orchestrator path resolution, add staging CLI commands, and refactor config/env utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-03 21:04:03 -08:00
Quinn Ftw
000b8b4634 feat(workspace): Add validation and verification logic for package, locale manifest, TS references, and dev/prod environments in workspace CLI commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:53 -08:00
Quinn Ftw
51c906d636 breaking(cli): 💥 Update CLI command types, schemas, and logic to enforce breaking changes for dev/prod commands, domain management, and introduce experimental/mocking commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:53 -08:00
Quinn Ftw
18709c5215 feat(cli): Add Crystal-specific CLI subcommand support with enhanced argument parsing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:25:03 -08:00
Quinn Ftw
a70e243261 feat(cli-stream): Add streaming functionality to CLI commands via --stream flag and update documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:36:33 -08:00
Quinn Ftw
d6f47b5963 feat(stream): Introduce StreamCommand class to manage CLI stream operations with argument parsing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:16:06 -08:00
Quinn Ftw
e04a12fd42 chore(cli-stream): 🔧 Introduce stream command with buffering, rate limiting, and progress tracking options
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:09:39 -08:00
Quinn Ftw
56cf49f890 feat(cli): Add stream subcommand with real-time data/logs/media streaming support and --follow flag handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 23:51:15 -08:00
Quinn Ftw
dde537d652 feat(crystal): Add crystal command implementation and update infrastructure documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 17:37:03 -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
6500b1cd2b feat(workspace-primary-): Add verification utilities for CLI commands and service registry validation in workspace workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 18:43:42 -08:00
Quinn Ftw
1256ac30c0 chore(cli/mock): 🔧 Add mock subcommand support with new CLI options for test data generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:19:47 -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
8a4955b0d6 chore(cli): 🔧 Update CLI documentation files (7 markdown files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 00:48:11 -08:00
Quinn Ftw
acaca821ff chore(cli): 🔧 Add CLI mocking utilities for testing command-line interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 23:17:06 -08:00
Quinn Ftw
04373cb3c2 chore(crystal): 🔧 Add/modify CLI commands for crystal operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 02:08:44 -08:00
Quinn Ftw
d27979596c chore(cli): 🔧 Update CLI script dependencies and tooling in crystal.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 01:34:09 -08:00
Quinn Ftw
eb98f165fb chore(ios-the-changes-are): 🔧 Add remote iOS build/deployment CLI support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 00:47:00 -08:00
Quinn Ftw
f958ef47ec chore(cli): 🔧 Update TypeScript files in CLI module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 00:31:15 -08:00
Quinn Ftw
452d0fe1a1 chore(cli): 🔧 Update CLI configuration file crystal.ts to reflect latest versioning and dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 23:23:51 -08:00
Quinn Ftw
25e571f097 chore(cli-command-line-interface): 🔧 Implement crystal CLI commands and update entry point logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 21:21:57 -08:00
Quinn Ftw
e9670fdae4 chore(cli): 🔧 Update utility functions in verify-utils.ts to enforce stricter validation logic for CLI input sanitization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:44:18 -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
341602ae7e feat(cli/dev-commands): Add three new development command utilities for CLI workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 14:49:22 -08:00
Quinn Ftw
e3381abfb5 chore(cli): 🔧 Update TypeScript files in CLI module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 14:29:47 -08:00
Quinn Ftw
75d4aa6155 chore(cli): 🔧 Add dev-helpers CLI command for scaffolding, debugging, and build helpers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 02:29:02 -08:00
Quinn Ftw
557c8f67db chore(cli): 🔧 Update CLI helper scripts in dev-helpers.ts and deployment-orchestrator.ts for improved deployment workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 22:37:29 -08:00