Revisiting the writer ecosystem: portfolio hosting, competition tracking, ranking/discovery, feedback systems, and industry discovery.
- Phase 0 complete: product/legal foundation and architecture decisions.
- Phases 1, 3, 4, 5, 6, and 7 implemented and documented.
- Phase 2 is in review for closeout (
script-manifest-612,CHAOS-323/324/326/327/328/329/330/331). - Design and infrastructure modernization backlog remains open (
CHAOS-382/384/390/393/394/395/396/397). - Local development stack: Docker Compose with PostgreSQL, Redis, OpenSearch, MinIO, Redpanda, and Mailpit.
Planning and phase documentation index:
docs/README.mddocs/phase-inventory.md
See:
docs/phase-0/README.mddocs/phase-0/data-model-v1.mddocs/phase-0/notification-architecture.md
docker compose -f compose.yml up -dOpenSearch: http://localhost:9200
Mailpit UI: http://localhost:8025
MinIO Console: http://localhost:9001
Redpanda Console: http://localhost:8080
pnpm install
pnpm test
pnpm typecheckStart MVP shell services:
pnpm --filter @script-manifest/identity-service dev
pnpm --filter @script-manifest/profile-project-service dev
pnpm --filter @script-manifest/api-gateway dev
pnpm --filter @script-manifest/writer-web devOr run the local compose stack:
docker compose -f compose.yml up -d