fix(chronology): mark genuinely-ambiguous archive tracks as Needs Review instead of guessing Abandoned (work may be in src/ not track folder)
This commit is contained in:
@@ -314,7 +314,10 @@ def classify_status(
|
||||
)
|
||||
if archive_move_completed:
|
||||
return ("Completed", "low", "archived with 'completed' in archive-move commit")
|
||||
return ("Abandoned", "low", "archived with 0 work commits")
|
||||
# Genuinely ambiguous: no state.toml, no report, no evidence on the track folder.
|
||||
# The work may have been done in src/ files (commits don't touch the track folder).
|
||||
# Mark as Needs Review rather than guessing Abandoned.
|
||||
return ("Needs Review", "low", "archived with no evidence on track folder; work may be in src/")
|
||||
return ("Completed", "low", "archived but no completion report")
|
||||
# 4. Fallback
|
||||
return ("Needs Review", "none", "classifier inconclusive")
|
||||
|
||||
Reference in New Issue
Block a user