Skip to content

Commit 71e6db1

Browse files
committed
docs: Update RFC-0011 checkboxes to reflect implementation status
1 parent d8d640b commit 71e6db1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/rfc/RFC-0011-CLASSIFIER-ABSTRACTION.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,28 +121,28 @@ crates/utf8proj-cli/src/
121121
## Implementation Plan
122122

123123
### Day 1
124-
- [ ] Create RFC document
125-
- [ ] Add `classifier.rs` to utf8proj-core
126-
- [ ] Implement `Classifier` trait
127-
- [ ] Implement `group_by` function
128-
- [ ] Write 10+ unit tests
124+
- [x] Create RFC document
125+
- [x] Add `classifier.rs` to utf8proj-core (inline in lib.rs)
126+
- [x] Implement `Classifier` trait
127+
- [x] Implement `group_by` function
128+
- [x] Write 10+ unit tests
129129

130130
### Day 2
131-
- [ ] Implement `StatusClassifier`
132-
- [ ] Add CLI `classify` command
133-
- [ ] Integration tests with example files
131+
- [x] Implement `StatusClassifier`
132+
- [x] Add CLI `classify` command
133+
- [x] Integration tests with example files
134134

135135
### Day 3
136-
- [ ] Documentation
137-
- [ ] Performance verification
138-
- [ ] Mark RFC as Implemented
136+
- [x] Documentation
137+
- [x] Performance verification
138+
- [x] Mark RFC as Implemented
139139

140140
## Success Criteria
141141

142-
- [ ] 12+ tests passing
143-
- [ ] No regression in existing 813 tests
144-
- [ ] CLI command works with example projects
145-
- [ ] New classifier implementable in <30 minutes
142+
- [x] 12+ tests passing (18 tests)
143+
- [x] No regression in existing tests
144+
- [x] CLI command works with example projects
145+
- [x] New classifier implementable in <30 minutes
146146

147147
## Future Extensions (Explicitly Deferred)
148148

0 commit comments

Comments
 (0)