- infra/compose/nats.yml: NATS server with JetStream, persistence volume, healthcheck - infra/compose/dapr.yml: Dapr placement service for sidecar coordination - infra/dapr/: Dapr global config, pubsub component (NATS), statestore (Redis) - infra/compose/scraper.yml: add Dapr sidecar container + depends_on nats/dapr - docs/add-dapr-service.md: guide for integrating Dapr into new services - docs/add-new-app.md: add Dapr sidecar step - ARCHITECTURE.md: add NATS/Dapr to infra table + service mesh diagram - infra/README.md: update layout and deployment order - deploy-docker.yml: add nats.yml + dapr.yml to ALL_COMPOSE_FILES Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2.0 KiB
2.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- Restructured the repository into a lightweight hub repo with standalone app submodules.
- Simplified root tooling to plain
package.jsonscripts and per-service commands. - Kept infrastructure, deployment workflows, and documentation in the root hub repo.
- Cleaned up Traefik SSL config: removed legacy
asephstech/asephscloudcert references, synced volume mounts, fixedapi.insecure. - Pruned
.env.examplefrom 145 legacy vars (Firebase, Discord, Coolify, Portainer, YouTube, etc.) to 30 focused vars. - Optimized
scraper.Dockerfile: removed Node.js and Chromium from runtime image. - Simplified CI/CD workflows: removed orphan container reference, commented code blocks.
- Cleaned up scripts: removed stale MySQL config, fixed package references, simplified update-deps.
- Added NATS + JetStream message broker infrastructure (
infra/compose/nats.yml). - Added Dapr runtime infrastructure: placement service, sidecar pattern, pub/sub + state store components.
- Integrated Dapr sidecar into scraper service (
infra/compose/scraper.yml). - Updated deployment order: shared → NATS → Dapr → Traefik → apps.
- Added
docs/add-dapr-service.mdguide for adding Dapr to new services.
Removed
- Removed deprecated services from apps, compose files, Dockerfiles, Traefik routes, and workflows.
- Removed stale monorepo orchestration configs and hook tooling from the root repo.
- Removed
.nvmrc(duplicate of.node-version),renovate.json(using dependabot). - Removed stale documentation:
dependency-map.md,observability.md,handoff-log.jsonl,quality-gates.json,workflow-state.json. - Removed deprecated
docs/superpowers/design docs. - Removed
infra/config/mysql/(no active MySQL service) anddocs/config/squid.conf.archived.