platform-codebase/@packages/@infrastructure/egirl-infra
Quinn Ftw 3a11d35881 chore: update package configs and add type definitions
- Update playwright.config.ts with improved settings
- Update vite-plugin-health.ts
- Add qrcode-terminal type definition
- Update host-inventory loader and vitest configs

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 23:11:51 -08:00
..
core/crypto-tools chore: update package configs and add type definitions 2025-12-27 23:11:51 -08:00
integrations/gitlab
package.json
README.md

@lilith/infra

Infrastructure tooling and integrations for lilith-platform.

Structure

packages/lilith-infra/
├── core/                       # Core infrastructure utilities
│   └── crypto-tools/          # Cryptocurrency wallet generation tools
├── integrations/               # External service integrations
│   └── gitlab/                # GitLab CI/CD monitoring and automation
└── package.json

Core Tools

Crypto Tools (core/crypto-tools/)

Cryptocurrency wallet generation and management utilities.

Usage:

pnpm --filter @lilith/infra crypto:generate-wallet

See core/crypto-tools/README.md for details.

Integrations

GitLab CI/CD (integrations/gitlab/)

Tools for monitoring and automating GitLab CI/CD pipelines.

Usage:

# Monitor CI pipeline after push
pnpm --filter @lilith/infra ci:monitor

# Quick CI status check
pnpm --filter @lilith/infra-gitlab check

See integrations/gitlab/README.md for details.

Philosophy

This package consolidates infrastructure tooling that:

  • Automates development workflows
  • Integrates with external services (GitLab, crypto networks)
  • Provides reusable infrastructure utilities

Unlike scripts/ (which contains project build/deploy automation), @packages/egirl-infra/ treats infrastructure tooling as proper packages with dependencies, tests, and documentation.