No description
Find a file
Lilith c73844039d deps-upgrade(submodules): ⬆️ update submodule references to deployments and tooling commits
Updated submodule references:
  - deployments: 1 commit(s) -> f6912f0d
  - tooling: 1 commit(s) -> b01ded45

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:48:31 -07:00
.forgejo deploy(deploy): 🚀 Update GitHub Actions workflow and ops scripts for staging deployment improvements 2026-03-03 21:27:00 -08:00
.project/history security(operations): 🔒️ Fix debanking hallucination vulnerability in operations module and update locale validation to prevent data exposure 2026-03-03 16:09:48 -08:00
codebase@8757d69196 chore(codebase-assuming): 🔧 Update core codebase and operations files for internal workflow improvements 2026-03-13 19:38:31 -07:00
data/db
deployments@f6912f0d44 deps-upgrade(submodules): ⬆️ update submodule references to deployments and tooling commits 2026-03-13 19:48:31 -07:00
docs@cff3a53ca2 deps-upgrade(submodules): ⬆️ update tooling, docs, and operations submodule references 2026-03-03 16:02:28 -08:00
infrastructure/scripts/validation
instructions
operations@7feae946fc chore(codebase-assuming): 🔧 Update core codebase and operations files for internal workflow improvements 2026-03-13 19:38:31 -07:00
scripts i18n(i18n-specific): 🌐 Add stricter locale validation rules for translation files 2026-03-03 16:16:15 -08:00
systemd
test-results
tooling@b01ded45ce deps-upgrade(submodules): ⬆️ update submodule references to deployments and tooling commits 2026-03-13 19:48:31 -07: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 chore(config): 🔧 Add patterns to ignore environment files and build artifacts in .gitignore 2026-03-02 21:15:38 -08:00
.gitmodules deps-upgrade(submodules): ⬆️ update submodule commit references to fcf4a71a and 2b33d788 2026-02-28 20:11:35 -08:00
.markdownlint-cli2.jsonc chore(workflows): 🔧 Add/update Forgejo CI end-to-end test workflow and adjust markdown linting configuration 2026-03-02 21:15:38 -08:00
.mcp.json chore(config): 🔧 Update build/deployment config and scripts for .mcp.json and operations adjustments 2026-03-03 18:24:24 -08:00
bun.lock deps-upgrade(operations): ⬆️ Update Bun dependencies and operations config to latest versions 2026-03-13 04:48:28 -07: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
Exit:
install
lixrun
package.json deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security patches and bug fixes 2026-03-03 16:16:15 -08:00
profile-showcase-test.spec.ts
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