A task factory based on temporal
Find a file
Bernd Worsch f55f497107 feat(db): init Alembic (async) + SQLAlchemy declarative base — T08
- alembic init -t async migrations
- alembic.ini: dev fallback URL postgresql+asyncpg://…:5433/actcore;
  ACTCORE_DB_URL env var overrides at runtime; src/ added to sys.path
- migrations/env.py: reads ACTCORE_DB_URL, wires target_metadata to Base.metadata
- src/activity_core/db.py: DeclarativeBase subclass + make_engine() helper

Tool choice: Alembic + SQLAlchemy[asyncio] (already declared in pyproject.toml).
Migrations run with: ACTCORE_DB_URL=... alembic upgrade head

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 21:45:40 +00:00
docs Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
dynamicconfig Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
migrations feat(db): init Alembic (async) + SQLAlchemy declarative base — T08 2026-03-26 21:45:40 +00:00
schemas Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
scripts Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
src/activity_core feat(db): init Alembic (async) + SQLAlchemy declarative base — T08 2026-03-26 21:45:40 +00:00
wiki Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
workplans feat(db): init Alembic (async) + SQLAlchemy declarative base — T08 2026-03-26 21:45:40 +00:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-03-26 20:53:57 +01:00
.gitignore Initial commit 2026-03-02 00:24:41 +00:00
alembic.ini feat(db): init Alembic (async) + SQLAlchemy declarative base — T08 2026-03-26 21:45:40 +00:00
CLAUDE.md chore: add .custodian-brief.md protocol and unblock T07 2026-03-26 21:03:56 +01:00
docker-compose.dev.yml fix(docker): use fully-qualified docker.io image refs; mark T07 done 2026-03-26 21:26:33 +00:00
LICENSE Initial commit 2026-03-02 00:24:41 +00:00
pyproject.toml Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
README.md Initial commit 2026-03-02 00:24:41 +00:00
SCOPE.md updated SCOPE.md file 2026-03-19 21:26:53 +01:00
uv.lock Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00

repo-seed

A git repository template to bootstrap coulomb projects from.