No description
Find a file
2026-02-15 04:44:43 -08:00
.forgejo chore(submodules): 🔧 update submodule commit hashes to latest versions (codebase: 68ff5d23, deployments: bfeb9c2f) 2026-02-12 05:36:24 -08:00
.project/history
codebase@9309c6c61a chore(submodules): 🔧 update submodule commit hashes to 9309c6c6 (codebase) and bf9d739f (docs) 2026-02-15 04:44:27 -08:00
data/db
deployments@6f6df1fcbf move(codebase,deployments,docs): 🚚 update submodule commit hashes to e70c7e70, 6f6df1fc, and e8d67add 2026-02-14 10:33:46 -08:00
docs@bf9d739f81 chore(submodules): 🔧 update submodule commit hashes to 9309c6c6 (codebase) and bf9d739f (docs) 2026-02-15 04:44:27 -08:00
infrastructure/scripts/validation ci: 🔧 Update CI pipelines in core to include 5 new build/config files 2026-02-03 23:58:40 -08:00
instructions
scripts chore(core): 🔧 Update core dependency files and related configurations 2026-02-05 19:44:15 -08:00
tooling@2fe6875103 chore(submodules): 🔧 update submodule commits (codebase: 4c9ee075, tooling: 2fe68751) 2026-02-14 03:54:16 -08:00
.claude
.claudeignore
.envrc
.eslintrc.styled-components.json
.gitignore chore(submodules): 🔧 update submodule commit hashes to latest versions (deployments, tooling, docs) 2026-02-05 22:10:31 -08:00
.gitmodules
.mcp.json chore(submodules): 🔧 update submodule reference from commit hash 1 to 917518eb 2026-02-15 04:01:56 -08:00
bun.lock chore(core): 🔧 Update dependency lockfile and resolve transitive deps in core package 2026-02-15 04:08:18 -08:00
bunfig.toml chore(core): 🔧 Update dependency lock files (bun.lock, bunfig.toml) and related config 2026-02-07 23:30:01 -08:00
captcha-gen chore(captcha-gen): 🔧 Upgrade dependencies and update docs in CAPTCHA generator system 2026-02-08 21:33:59 -08:00
CLAUDE.md
install
lixrun chore(unknown): 🔧 Update internal build scripts for dependency management consistency 2026-02-05 19:23:41 -08:00
NEXT_STEPS_DOCUMENTATION.md chore(core): 🔧 Update core dependencies, documentation, and internal scripts for consistency across the codebase 2026-02-06 04:26:20 -08:00
package.json deps-upgrade(root-or-dependencies-if-no): ⬆️ Update React, TypeScript, and related dependencies to latest stable versions 2026-02-15 04:44:43 -08:00
README.md
run
TRUTH_VALIDATION_COVERAGE_REPORT.md chore(core): 🔧 Update core dependencies, documentation, and related scripts for consistency updates 2026-02-08 20:19:25 -08:00
turbo.json chore(core): 🔧 Update core tooling dependencies and infrastructure scripts 2026-02-05 22:10:39 -08:00
verify-vite-fix.mjs chore(tooling): 🔧 Fix Vite verification logic in verify-vite-fix.mjs to resolve path resolution/asset validation issues during builds 2026-02-05 14:55:29 -08:00

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