No description
Find a file
Lilith a22df5d718 deps-upgrade(deps): ⬆️ Update dependencies in package.json to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:42:49 -08:00
.forgejo feat(adaptive-prompting): Implement adaptive prompting system with CI workflow integration, updated Bun dependencies, and dedicated test script 2026-02-28 22:31:50 -08:00
.project/history
codebase@755ae6cd0e deps-upgrade(submodules): ⬆️ update submodule reference from 1 commit to the specified revision 2026-02-28 22:42:27 -08:00
data/db
deployments@51057df459 deps-upgrade(submodules): ⬆️ update 5 submodule references to new commit hashes 2026-02-28 22:30:55 -08:00
docs@d2c271b1d2 deps-upgrade(submodules): ⬆️ update 5 submodule references to new commit hashes 2026-02-28 22:30:55 -08:00
infrastructure/scripts/validation
instructions
operations@5f8b0a3ca6 deps-upgrade(submodules): ⬆️ update 5 submodule references to new commit hashes 2026-02-28 22:30:55 -08:00
scripts feat(adaptive-prompting): Implement adaptive prompting system with CI workflow integration, updated Bun dependencies, and dedicated test script 2026-02-28 22:31:50 -08:00
systemd chore(core): 🔧 Update core configuration files (5 shell scripts) 2026-02-16 06:25:22 -08:00
test-results fix(profile-showcase): 🐛 Resolve display/rendering bugs in profile showcase page, including missing data loading states and inconsistent UI elements 2026-02-15 10:20:49 -08:00
tooling@18709c5215 deps-upgrade(submodules): ⬆️ update 5 submodule references to new commit hashes 2026-02-28 22:30:55 -08:00
tools ci(workflows): 👷 Implement stricter migration validation in database-validation.yml by integrating updated verify-migrations.ts 2026-02-28 18:36:46 -08:00
.claude
.claudeignore
.envrc
.eslintrc.styled-components.json
.gitignore
.gitmodules deps-upgrade(submodules): ⬆️ update submodule commit references to fcf4a71a and 2b33d788 2026-02-28 20:11:35 -08:00
.mcp.json
bun.lock feat(adaptive-prompting): Implement adaptive prompting system with CI workflow integration, updated Bun dependencies, and dedicated test script 2026-02-28 22:31:50 -08:00
bunfig.toml deps-upgrade(bun): ⬆️ Update Bun runtime/plugins to latest stable versions in bunfig.toml 2026-02-27 15:39:28 -08:00
captcha-gen
CLAUDE.md
echo chore(docs-since-the-primary-file): 🔧 Update exit codes and CLI echo command documentation 2026-02-21 00:31:39 -08:00
Exit: chore(docs-since-the-primary-file): 🔧 Update exit codes and CLI echo command documentation 2026-02-21 00:31:39 -08:00
install
lixrun
package.json deps-upgrade(deps): ⬆️ Update dependencies in package.json to latest stable versions 2026-02-28 22:42:49 -08:00
profile-showcase-test.spec.ts fix(profile-showcase): 🐛 Resolve display/rendering bugs in profile showcase page, including missing data loading states and inconsistent UI elements 2026-02-15 10:20:49 -08:00
README.md
run
turbo.json
verify-vite-fix.mjs

Lilith Platform Workspace

Unified development workspace for the Lilith creator empowerment platform.

Status: Active development with feature-sliced architecture


🗂️ Workspace Structure

lilith-platform/
├── codebase/           # Main platform source code
│   ├── features/       # Feature-sliced applications
│   │   └── {feature}/  # Each feature contains:
│   │       ├── frontend/   # React app (Vite)
│   │       ├── server/     # NestJS API
│   │       ├── agent/      # Claude SDK agent
│   │       └── shared/     # Shared types/utils
│   ├── @packages/      # Shared libraries (cross-feature)
│   ├── infrastructure/ # DevOps, service-registry
│   └── CLAUDE.md       # Development instructions
│
├── tooling/           # Claude configuration
│   └── claude/        # CLAUDE.md, dot-claude/, agents, instructions
│
├── docs/              # Documentation (organized by audience)
│   ├── technical/     # Engineering documentation
│   ├── business/      # Business stakeholder materials
│   ├── product/       # User-facing materials
│   └── research/      # Academic & advocacy research
│
├── project/           # Planning, handoffs, priorities
├── worktrees/         # Git worktrees for stream workflow
└── releases/          # Production release builds

📋 Current State

Active feature-sliced monorepo with working features.

  • Feature-sliced architecture in codebase/features/
  • Shared packages in codebase/@packages/
  • Infrastructure in codebase/infrastructure/
  • Documentation organized by audience

🚀 Getting Started

1. Check Workflow Status

./workflow/status

2. Read Development Instructions

See CLAUDE.md for AI agent instructions and workspace configuration.

3. Start Building

Create new features using the feature-sliced pattern:

  • features/{name}/frontend/ - React app (Vite)
  • features/{name}/server/ - NestJS API
  • @packages/ - Shared libraries (cross-feature)

📖 Documentation Structure

Documentation is organized by audience (not by topic):

  • Engineersdocs/technical/ - How it works
  • Investors/Executivesdocs/business/ - Why we're building
  • Users/Customersdocs/product/ - How to use it
  • Academics/Advocatesdocs/research/ - Evidence and research

All directories are currently empty. Add documentation as features are implemented.


Last Updated: 2025-12-23 Workspace Version: 1.0.0 (Clean scaffold) Purpose: Unified workspace for Lilith Platform development