No description
Find a file
2026-02-25 16:00:47 -08:00
.forgejo chore(ci): 🔧 Add Forgejo E2E testing workflow for MVP phase 0 in CI system 2026-02-25 10:35:15 -08:00
.project/history
codebase@28b9a172c5 deps-upgrade(submodules): ⬆️ update submodule reference from commit hash to new version (1 → 28b9a172) 2026-02-25 16:00:29 -08:00
data/db
deployments@01bb04d669 deps-upgrade(submodules): ⬆️ update submodule references to latest commits (codebase: 6ce99f7b, deployments: 01bb04d6) 2026-02-25 15:42:59 -08:00
docs@fb9873adb3 deps-upgrade(submodules): ⬆️ update submodule references from 1 to 2 commits 2026-02-25 10:34:52 -08:00
infrastructure/scripts/validation
instructions
scripts chore(core): 🔧 Update deployment configuration in msw-dep-graph.ts 2026-02-22 09:58:48 -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@268796f030 deps-upgrade(submodules): ⬆️ update tooling submodule reference to commit 268796f0 2026-02-25 13:39:11 -08:00
.claude
.claudeignore
.envrc
.eslintrc.styled-components.json
.gitignore
.gitmodules
.mcp.json chore(submodules): 🔧 update submodule reference from commit hash 1 to 917518eb 2026-02-15 04:01:56 -08:00
bun.lock deps-upgrade(dependencies): ⬆️ Update Bun lockfile to enforce consistent dependency resolution 2026-02-25 15:43:07 -08:00
bunfig.toml chore(submodules): 🔧 update submodule reference(s) from commit hash 1 to cc9593b9 2026-02-16 03:24:56 -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(dependencies): ⬆️ Update dependencies to latest stable versions for bug fixes and performance improvements 2026-02-25 16:00:47 -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