A task factory based on temporal
Find a file
tegwick 8d8a353901 feat(e2e): add e2e contract and test script (closes T21)
CUST-WP-0028-T03/T04:
- e2e/e2e.yml: declares stack (docker-compose.dev.yml), Temporal UI
  health check, test command
- e2e/tests/test_full_flow.py: automates WP-0001 T21 — seeds DB, starts
  workers, triggers RunActivityWorkflow, polls completion, asserts
  ActivityRun + TaskInstances written to DB

Run via: make e2e REPO=activity-core  (from ~/the-custodian)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 00:52:47 +01: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
e2e feat(e2e): add e2e contract and test script (closes T21) 2026-03-27 00:52:47 +01:00
migrations feat(db): ORM models + Alembic migrations 0001–0003 — T09/T10/T11 2026-03-26 21:51:01 +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(workflows): TaskExecutorWorkflow stub + wire worker — T19/T20 2026-03-26 22:30:50 +00:00
wiki Add project scaffold: contracts, schemas, docker-compose, workplans 2026-03-04 22:45:40 +01:00
workplans feat(e2e): add e2e contract and test script (closes T21) 2026-03-27 00:52:47 +01:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-03-27 00:47:32 +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.