You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .planning/PROJECT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Make the existing codebase safe to change: clear boundaries, lower coupling, and
86
86
-[ ] ACCT-04: Maintainer can edit an existing account's cookie string
87
87
-[ ] ACCT-05: Maintainer can delete an existing account
88
88
-[ ] ACCT-06: Maintainer can reorder accounts to change execution order
89
-
-[ ] ACCT-07: Web host reads Bili cookies exclusively from SQLite (replacing `cookies.json`); existing task execution flows use the same source
89
+
-[ ] ACCT-07: Remove `config/cookies.json` as a configuration source from Web host; SQLite `bili_appsettings` table remains the highest-priority config source for Bili cookies via the existing `AddSqlite` provider; cookie reading logic stays on `IConfiguration`
0 commit comments