summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CLAUDE.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index a65c45a..bb54c06 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -283,15 +283,6 @@ tokens; GitHub webhooks use HMAC.
## Design Debt
-### Stories / checker backend not yet removed (Phase 8 follow-up)
-
-The web stories dashboard was removed, but the backend remains: the `stories`
-table + `internal/api/stories.go` handlers + `/api/stories/*` routes,
-story-elaborate in `elaborate.go`, and the story/checker logic woven into
-`executor.handleRunResult` (`checkStoryCompletion`, `spawnCheckerTask`,
-`triggerStoryDeploy`, `ensureStoryBranch`) plus the `tasks` story/checker
-columns. This is a large, lifecycle-touching teardown best done as its own pass.
-
### Deprecated task columns not yet dropped (Phase 8 follow-up)
`tasks.question_json`, `summary`, `interactions_json`, `elaboration_input` are