tree-test-1770066850/CLAUDE.md
jordan fb95612712
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-02 21:14:11 +00:00

1.4 KiB

tree-test-1770066850

Landing page E2E test

Find Your Guide

If you need to... Read this
Set up local dev local/setup.md
Deploy ops/deploying.md

Quick Reference

# Start local dev
./scripts/dev.sh

# Run quality checks
./scripts/quality.sh

# List all components
./scripts/discover.sh

Architecture

tree-test-1770066850/
├── services/     # Go API services (port 8001+)
├── workers/      # Background workers (no port)
├── apps/         # Frontend applications (port 3001+)
├── cli/          # CLI tools (no port)
├── packages/     # Shared TypeScript packages (@tree-test-1770066850/*)
├── pkg/          # Shared Go packages (git.threesix.ai/jordan/tree-test-1770066850/pkg/*)
└── scripts/      # Development & CI scripts
Slot Language Port Range Purpose
services/ Go 8001+ REST APIs, backend services
workers/ Go none Background jobs, queue consumers
apps/ TypeScript 3001+ React, Astro frontends
cli/ Go none CLI tools, scripts
packages/ TypeScript none Shared frontend packages
pkg/ Go none Shared backend packages

Components