From 72f0a6bccbb49a36abfbe56c686f46d1990c4a48 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 8 Aug 2026 22:15:59 +0300 Subject: [PATCH] document whole-set scheduling --- README.md | 6 +++++- ai/shared.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e800d97..d4ded6f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The structure is flexible and is not limited to reading plans. Attainly can be u When creating a schedule, the user selects: -* The collection or portion they want to complete +* The set they want to complete * The level of the collection to schedule * The start date * The target completion date @@ -47,6 +47,10 @@ For example, a user could choose to schedule: * Smaller sections within each chapter * Any other available level in the collection structure +Schedules always cover a whole set. To schedule only a subset of an existing +set, the user creates a separate set containing that subset and gives it its +own name. + ## Daily Progress Users can view the items scheduled for each day and mark them complete as they finish them. diff --git a/ai/shared.md b/ai/shared.md index bf52fe5..b696249 100644 --- a/ai/shared.md +++ b/ai/shared.md @@ -9,6 +9,9 @@ these rules. - Attainly is in early development. - Attainly helps users break hierarchical goals into scheduled assignments, complete daily work, and track progress toward a target date. +- Schedules target whole sets. Users choose an element kind as the assignment + granularity. To schedule a subset, create a separate named set containing + that subset. - Schedule recalculation must preserve completed work while redistributing unfinished assignments across the remaining dates. - Planned features in `README.md` are future ideas, not authorized scope.