summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2026-05-03feat: main window with sidebar navigation and file watcherDanilo M.3-0/+212
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03fix: correct remove_article return type, emit started via QProcess signalDanilo M.2-2/+2
2026-05-03feat: TranslationWorker QProcess for transart.py streamingDanilo M.1-0/+48
2026-05-03feat: HugoWorker QProcess with log streamingDanilo M.1-0/+49
2026-05-03feat: GitWorker QThread for pull/push/rm/restoreDanilo M.1-0/+72
2026-05-03fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter testDanilo M.2-1/+9
2026-05-03feat: article scanner with translation pair detectionDanilo M.2-0/+75
2026-05-03fix: remove unused field import, document orphan-discard contract in ↵Danilo M.1-1/+2
save_taxonomy
2026-05-03feat: taxonomy load/save with IT/EN pair alignmentDanilo M.2-0/+66
2026-05-01feat: TOML frontmatter parse/write with tomlkitDanilo M.2-0/+77
2026-05-01feat: Article dataclass and ARTICLE_TYPESDanilo M.2-0/+51
2026-05-01fix: clean up config module - remove self-import pattern, pass path ↵Danilo M.2-26/+17
explicitly in tests
2026-05-01feat: config load/save with tomlkitDanilo M.2-0/+69
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01chore: add .gitignoreDanilo M.1-0/+6
2026-05-01chore: initial project scaffoldDanilo M.6-0/+14