summaryrefslogtreecommitdiff
path: root/docs/superpowers/specs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/superpowers/specs')
-rw-r--r--docs/superpowers/specs/2026-07-15-linear-task-chains-design.md2
-rw-r--r--docs/superpowers/specs/2026-07-15-recurring-maintenance-buckets-design.md2
-rw-r--r--docs/superpowers/specs/2026-07-15-task-budgets-and-availability-design.md2
-rw-r--r--docs/superpowers/specs/2026-07-15-task-labels-and-projects-design.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/superpowers/specs/2026-07-15-linear-task-chains-design.md b/docs/superpowers/specs/2026-07-15-linear-task-chains-design.md
index a66d828..98198b2 100644
--- a/docs/superpowers/specs/2026-07-15-linear-task-chains-design.md
+++ b/docs/superpowers/specs/2026-07-15-linear-task-chains-design.md
@@ -1,6 +1,6 @@
# Linear Task Chains with WIP Limits — Design
-**Status:** Backlog idea, refined via interview 2026-07-15. Not yet approved for implementation.
+**Status:** Implemented 2026-07-17. Backend (migration 026, store, HTTP API), web timeline position badge, and Android widget data layer + row badge all shipped with tests (`go test ./...` green). See `docs/superpowers/plans/2026-07-17-linear-task-chains.md` for the task breakdown. Not built: a dedicated Android checklist screen for browsing a full chain (locked + unlocked) -- the row-level badge and `GET /api/widget/chains/{id}` endpoint exist, but the standalone browsable view described in "Visibility" below is deferred, consistent with this spec's own "Web UI specifics for the chain/checklist view" being out of scope.
## Context
diff --git a/docs/superpowers/specs/2026-07-15-recurring-maintenance-buckets-design.md b/docs/superpowers/specs/2026-07-15-recurring-maintenance-buckets-design.md
index 5072643..2bfb5ba 100644
--- a/docs/superpowers/specs/2026-07-15-recurring-maintenance-buckets-design.md
+++ b/docs/superpowers/specs/2026-07-15-recurring-maintenance-buckets-design.md
@@ -1,6 +1,6 @@
# Recurring Maintenance Buckets — Design
-**Status:** Backlog idea, refined via interview 2026-07-15. Not yet approved for implementation.
+**Status:** Implemented 2026-07-17. Backend (migration 027, store, scheduler, HTTP API), web timeline Defer action, and Android widget data layer + row Defer button all shipped with tests (`go test ./...` green). See `docs/superpowers/plans/2026-07-17-recurring-maintenance-buckets.md` for the task breakdown. Not built: a dedicated bucket-management UI (create bucket / add-remove pool items screen) on either web or Android -- the CRUD API exists and is tested, but per this spec's own "Not designed in detail here" on UI, the management surface itself is deferred.
## Context
diff --git a/docs/superpowers/specs/2026-07-15-task-budgets-and-availability-design.md b/docs/superpowers/specs/2026-07-15-task-budgets-and-availability-design.md
index 923ef54..5cf2c04 100644
--- a/docs/superpowers/specs/2026-07-15-task-budgets-and-availability-design.md
+++ b/docs/superpowers/specs/2026-07-15-task-budgets-and-availability-design.md
@@ -1,6 +1,6 @@
# Task Budgets and Availability Times — Design
-**Status:** Backlog idea, refined via interview 2026-07-15. Not yet approved for implementation.
+**Status:** Implemented (migration 025, shipped 2026-07-17). Status header and the implementation plan's checkboxes were never updated after implementation -- corrected 2026-07-17.
## Context
diff --git a/docs/superpowers/specs/2026-07-15-task-labels-and-projects-design.md b/docs/superpowers/specs/2026-07-15-task-labels-and-projects-design.md
index 4144d5b..9c13094 100644
--- a/docs/superpowers/specs/2026-07-15-task-labels-and-projects-design.md
+++ b/docs/superpowers/specs/2026-07-15-task-labels-and-projects-design.md
@@ -1,6 +1,6 @@
# Task Labels and Projects — Design
-**Status:** Backlog idea, refined via interview 2026-07-15. Not yet approved for implementation.
+**Status:** Implemented (migration 024, shipped 2026-07-15). Status header was never updated after implementation -- corrected 2026-07-17 during the linear-task-chains/maintenance-buckets work, which depends on this being done.
## Context