From cf6eb15485ca834896e5896fdc5b036ca9466039 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Mar 2026 21:26:53 +0100 Subject: [PATCH] updated SCOPE.md file --- SCOPE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SCOPE.md b/SCOPE.md index 219ba88..0eaf954 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -87,6 +87,17 @@ Activity-core replaces ad-hoc cron jobs and Celery tasks with a durable Temporal --- +## Provided Capabilities + +```capability +type: data +title: Durable event-triggered task factory +description: Temporal-based workflow engine that spawns TaskInstance records on cron schedules or domain events with crash resilience and full replay — replaces ad-hoc cron/Celery patterns. +keywords: [temporal, workflow, task, cron, event, durable, taskfactory] +``` + +--- + ## Getting Oriented - Start with: `CLAUDE.md` (session protocol, repo boundary), `wiki/ActivityCorePlan_chtgpt.md` (proto-architecture)