No description
Find a file
autocommit 26ccf73242 docs(pool): 📝 Add detailed pool infrastructure findings to talent-scout-port-findings.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 16:45:43 -07:00
.archive chore(git): 🔧 Enforce LF line endings and mark binary files in .gitattributes 2026-05-16 21:33:57 -07:00
.forgejo/workflows infra(infrastructure): 🧱 Configure local TLS certs, Docker Compose for platform services (DB, MinIO, mail, Caddy), DB schema initialization, and CI type-checking workflow setup 2026-05-16 21:48:03 -07:00
@platform docs(ios-ux): 📝 Update iOS UX documentation to reflect CocotteAI branding and architecture details 2026-05-17 18:34:10 -07:00
scripts scripts(scripts): 🔨 Implement MinIO replication script for cross-cluster/bucket data synchronization 2026-05-16 21:56:01 -07:00
systemd infra(systemd): 🧱 Update systemd unit file directives for Atlilith tunnel service 2026-05-16 21:56:02 -07:00
.claude chore(claude): 🔧 Update Claude service configuration settings 2026-05-16 22:16:46 -07:00
.editorconfig style(config): 🎨 Update editorconfig to standardize coding style rules for indentation, line endings, and syntax consistency 2026-05-16 21:48:03 -07:00
.gitattributes chore(git): 🔧 Enforce LF line endings and mark binary files in .gitattributes 2026-05-16 21:33:57 -07:00
.gitignore chore(platform): 🔧 Configure Git line endings, ignore build artifacts, and update TypeScript strict mode settings 2026-05-16 19:09:32 -07:00
.mcp.json chore(infrastructure): 🔧 Update port mappings and MCP runtime configurations in ports.yaml and .mcp.json 2026-05-16 21:41:38 -07:00
.npmrc deps-upgrade(sso): ⬆️ Update SSO backend and frontend dependencies to latest versions 2026-05-17 00:28:01 -07:00
CLAUDE.md docs(documentation): 📝 Update architecture, design, and infrastructure documentation to reflect latest platform details in CLAUDE.md, DESIGN.md, and INFRA.md 2026-05-17 01:33:45 -07:00
DESIGN.md docs(design): 📝 Update V3 schema design docs to include org_id in tables and clarify feature composition 2026-05-17 03:28:07 -07:00
INFRA.md docs(documentation): 📝 Update architecture, design, and infrastructure documentation to reflect latest platform details in CLAUDE.md, DESIGN.md, and INFRA.md 2026-05-17 01:33:45 -07:00
README.md docs(docs): 📝 Update and expand documentation files (CLAUDE.md, DESIGN.md, INFRA.md, README.md) with new details, corrections, and improved readability 2026-05-16 19:13:15 -07:00
run scripts(test-infra): 🔨 Implement parallel test execution and dynamic test selection in the test runner script 2026-05-17 01:40:52 -07:00
talent-scout-port-findings.md docs(pool): 📝 Add detailed pool infrastructure findings to talent-scout-port-findings.md 2026-05-18 16:45:43 -07:00

@atlilith

Provider-generic, org-aware platform for sex workers, agencies, and adult brands. V3 of the lineage that started as egirl-platform (viky-era), narrowed into lilith-platform (54-feature SaaS, never shipped), then refocused as lilith-platform.live (Quinn-personal, currently in production).

Status

Design phase. No app code yet. .live continues serving production while V3 is built here.

Layout

@atlilith/
├── @platform/        ← V3 monorepo (the new build)
├── .archive/         ← read-only predecessors (platform.0/1/2)
├── tooling/          ← shared scripts
├── .content-lifecycle/
├── DESIGN.md         ← architecture, tenancy, naming, migration phases
├── INFRA.md          ← hosts, DBs, network topology, failure modes
└── CLAUDE.md         ← agent rules for this workspace

Read first

  • DESIGN.md — what's being built and why
  • INFRA.md — where it runs and how the boxes connect

Lineage

Version Source Status
v0 — egirl-platform apricot backup mount, viky-era will copy → .archive/platform.0/
v1 — lilith-platform ~/Code/@projects/@lilith/lilith-platform will copy → .archive/platform.1/
v2 — lilith-platform.live ~/Code/@projects/@lilith/lilith-platform.live will copy → .archive/platform.2/ (live untouched)
v3 — @atlilith/@platform this repo active