autocommit
|
fcbe74fe46
|
feat(mcp-prospector): ✨ Add prospect management client functions for fetching, listing, tagging, and funnel stage operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:30:51 -07:00 |
|
autocommit
|
46c9cf2f67
|
feat(mcp-prospector): ✨ Introduce McpProspectorClient class for MCP prospector data fetching and service interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:24:16 -07:00 |
|
autocommit
|
665491f961
|
feat(engine-draft): ✨ Add repository methods for CRUD operations on engine drafts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:24:16 -07:00 |
|
autocommit
|
6e263fce85
|
feat(client): ✨ Introduce protocol handling, exclusion rules, funnel stage support, and classifier fields in client utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:24:16 -07:00 |
|
autocommit
|
1015f6b3da
|
remove(api): 🔥 Remove deprecated client schema migration logic from schema.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:18:05 -07:00 |
|
autocommit
|
6ef8ba540c
|
feat(api): ✨ Add prospect tracking fields to ClientSchema for migration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:18:05 -07:00 |
|
autocommit
|
ae3a68f641
|
feat(admin): ✨ Introduce admin client management interface with CRUD endpoints and types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:09:24 -07:00 |
|
autocommit
|
466da98a2e
|
feat(api-entities): ✨ Add Client entity model with schema validation, repository methods, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 21:09:24 -07:00 |
|
autocommit
|
8b9276dc7a
|
remove(mcp-prospector): 🔥 Remove MCP Prospector client implementation, logging utilities, and documentation; update dependency lockfile and README
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:34:44 -07:00 |
|
autocommit
|
0dc2757d21
|
remove(mcp-drafts): 🔥 Remove MCP Drafts client implementation, logging utilities, and related documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:34:44 -07:00 |
|
autocommit
|
d1f112c68b
|
chore(api): 🔧 Update TypeScript config for MCP Drafts and MCP Prospector modules with new compiler options and paths
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:34:43 -07:00 |
|
autocommit
|
fcaeb8e8ce
|
deps-upgrade(api): ⬆️ Update MCP drafts and prospector dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:34:43 -07:00 |
|
autocommit
|
8a7b2db5ec
|
feat(admin): ✨ Add new etiquette endpoint to admin API surface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:23:05 -07:00 |
|
autocommit
|
052f7c130b
|
style(mcp-server): 🎨 Standardize ESM import syntax in MCP server modules to enforce consistent module resolution.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:12:04 -07:00 |
|
autocommit
|
fcbbaa63ab
|
chore(mcp-draftsmcp-server): 🔧 Update TypeScript config for module resolution and build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 20:12:04 -07:00 |
|
autocommit
|
758da7ca5d
|
feat(api): ✨ Add type-safe value handling and enhanced filtering for prospect experiment API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 19:16:39 -07:00 |
|
autocommit
|
61ac6a856a
|
feat(assistant): ✨ Add experiment routing integration with new assistant API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 19:05:22 -07:00 |
|
autocommit
|
7ad184ab54
|
db(api): 🗃️ Add prospect experiment migrations to API server initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 18:54:42 -07:00 |
|
autocommit
|
f6b2e33015
|
feat(assistant): ✨ Introduce assistant-experiments surface with experiment tracking logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 18:54:41 -07:00 |
|
autocommit
|
5821a0e29a
|
feat(prospect-experiment): ✨ Add prospect-experiment entity schema, repository, and type definitions to the API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 18:54:41 -07:00 |
|
autocommit
|
d65a405099
|
docs(mcp-drafts): 📝 Update MCP drafts API documentation with detailed README entries
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 17:33:54 -07:00 |
|
autocommit
|
420426754c
|
feat(mcp-drafts): ✨ Add subprocess execution support for MCP draft generation/validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 17:22:45 -07:00 |
|
autocommit
|
b66722e5d7
|
feat(mcp-drafts): ✨ Implement MCP drafts client and logging infrastructure for API layer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:49:09 -07:00 |
|
autocommit
|
eb23519f1f
|
feat(admin): ✨ Introduce admin dashboard for engine draft CRUD operations with endpoints for create, read, update, and delete
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:49:09 -07:00 |
|
autocommit
|
18a7eef69f
|
feat(engine-draft): ✨ Introduce EngineDraft class, correction schema, repository methods, and type definitions for draft validation and correction workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:49:09 -07:00 |
|
autocommit
|
05aeb13c93
|
chore(mcp-drafts): 🔧 Update TypeScript config for stricter type checking and module resolution in mcp-drafts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:49:09 -07:00 |
|
autocommit
|
3ad9bb3f10
|
deps-upgrade(mcp-drafts): ⬆️ Update dependencies in MCP drafts feature module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:49:09 -07:00 |
|
autocommit
|
205c5c7d29
|
feat(provider-config): ✨ Add hero strip item configuration support with validation and data handling for new heroStripItems config key
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 16:04:03 -07:00 |
|
autocommit
|
0a1ce96ef5
|
refactor(api-scripts): ♻️ Remove global singleton caching in migration scripts to enhance testability and reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:57:20 -07:00 |
|
autocommit
|
7dfa4f94f5
|
feat(api): ✨ Add migration script to transition Quinn admin data to API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:44:43 -07:00 |
|
autocommit
|
04f451b410
|
feat(api): ✨ Add migration steps for new entities in API migration script with entity definitions and data transformations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:07:41 -07:00 |
|
autocommit
|
f189f59959
|
feat(positioning-tag): ✨ Implement PositioningTag entity with repository, schema, and TypeScript type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
654ce3fb98
|
feat(api-entities): ✨ Introduce Policy entity with repository, schema, and type definitions for authorization capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
a06054c33a
|
feat(api): ✨ Introduce LinkValue class, repository, schema, and type definitions for structured link management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
09ebe19555
|
feat(hero-strip): ✨ Introduce HeroStrip entity with repository, schema, and TypeScript types for API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
ac5147e7fa
|
feat(etiquette): ✨ Introduce Etiquette class, repository, schema, and types for API CRUD and validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
c28c32211a
|
feat(api-under): ✨ Introduce ActivityMenu entity with repository, schema, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:29 -07:00 |
|
autocommit
|
634cb26924
|
feat(api-entities): ✨ Introduce About entity with repository, schema, and type definitions for metadata management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 15:01:28 -07:00 |
|
autocommit
|
fdb10a4cab
|
feat(provider-config): ✨ Implement tag parsing, validation, and storage for provider configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 11:40:37 -07:00 |
|
autocommit
|
13b91c6062
|
feat(gallery): ✨ Add tagging support for gallery items with repository methods, schema validation, admin UI endpoints, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-12 11:40:36 -07:00 |
|
autocommit
|
3adb9b72ae
|
remove(engine-draft): 🔥 Remove AI namespace schema definition from engine-draft entity schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 22:43:02 -07:00 |
|
autocommit
|
9a5f5161b4
|
infra(api): 🧱 Update server initialization to support new environment variables and optimize middleware configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 22:36:49 -07:00 |
|
autocommit
|
0c2ad9f9c6
|
feat(api-entities): ✨ Introduce CalendarEvent and EngineDraft entities with repos, schemas, and admin CRUD management surfaces
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 22:36:49 -07:00 |
|
autocommit
|
ad0ff681de
|
feat(api): ✨ Add detailed documentation and improve seed script logic for recurring anchor events in Quinn feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 20:32:24 -07:00 |
|
autocommit
|
fba51b015b
|
feat(api): ✨ Add assistant engine routes and middleware for AI-powered assistance integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:59:20 -07:00 |
|
autocommit
|
fa27f6e99e
|
fix(vip-client): 🐛 Fix timestamp parsing/serialization in Repo class for VIP client updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:59:20 -07:00 |
|
autocommit
|
5a30696e4e
|
feat(vip-roster): ✨ Introduce VIP roster management API with Roster class, VipRosterService, and VIP status type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:59:20 -07:00 |
|
autocommit
|
b015663f6a
|
feat(assistant): ✨ Introduce assistant surface with routing in index.ts and conversation engine logic in engine.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:59:20 -07:00 |
|
autocommit
|
b852b52120
|
feat(ai-engine): ✨ Add AI engine state repository, schema validation, and type definitions for structured state management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:59:20 -07:00 |
|
autocommit
|
c5fc83d663
|
feat(vip): ✨ Introduce VIP client entity with types, schema, and repository methods, plus API endpoints for touchpoint management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-11 19:47:48 -07:00 |
|