summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator>2026-06-05 09:21:49 +0000
committerClaudomator Agent <agent@claudomator>2026-06-05 09:21:49 +0000
commit6ee7bd83433eacabfbf948ab9ecacb22bcd705ae (patch)
treedca40a34d99f115bf41626d48816413f6d05c9ac /CLAUDE.md
parent0eb0b79396663c4901597becc6857a4cd795c58e (diff)
docs: remove resolved design debt item from CLAUDE.md
Stories/checker backend has been fully removed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-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