Skip to content

Commit 49ba6fe

Browse files
committed
docs.
Signed-off-by: Jose Alekhinne <jose@ctx.ist>
1 parent 23c3f28 commit 49ba6fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.context/TASKS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ TASK STATUS LABELS:
2727

2828
### Code Cleanup Findings
2929

30+
- [ ] Add TestTypeFileConvention audit check: type definitions must live in types.go, not mixed into function files. Scan all non-test .go files for ast.TypeSpec declarations; flag any that appear in files not named types.go. Migrate violations. #priority:medium #added:2026-04-03-030033
31+
3032
- [ ] Extend flagbind helpers (IntFlag, DurationFlag, DurationFlagP, StringP, BoolP) and migrate ~50 call sites to unblock TestNoFlagBindOutsideFlagbind #added:2026-04-01-233250
3133

3234
- [ ] Implement journal compaction: Elastic-style tiered storage with tar.gz

0 commit comments

Comments
 (0)