platform-codebase/@packages/@infrastructure/host-inventory/src/index.ts
Quinn Ftw 5cbecba6d7 feat(packages): add host-inventory and registry-integration
- host-inventory: Fleet management with YAML config loader
- registry-integration: NestJS module for service registry

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

7 lines
140 B
TypeScript

/**
* @lilith/host-inventory
* Host inventory management for infrastructure
*/
export * from './types.js';
export * from './loader.js';