Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
292ffed
Initial plan
Copilot Mar 13, 2026
500704a
Implement article quality assurance pipeline (issue #601)
Copilot Mar 13, 2026
605318c
Fix PR review comments: HTML entity decoding, mindmap balanced tags, …
Copilot Mar 14, 2026
a7ebcdd
Align visualization selectors with real templates, tighten EP doc ref…
Copilot Mar 14, 2026
185be44
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 14, 2026
961615e
Fix EP doc pattern, derive date from articleId, clean up regex reset,…
Copilot Mar 14, 2026
2ae0616
Fix TA regex comment to clarify segment structure
Copilot Mar 14, 2026
89b2809
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 14, 2026
141f2e4
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 14, 2026
d95700c
Address review round 5: non-English scoring baseline, PE dotted forma…
Copilot Mar 14, 2026
c285a95
Improve non-English scoring test with concrete baseline assertions
Copilot Mar 14, 2026
9dfcb11
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
10cd98b
Fix SWOT class-token matching, fromCodePoint for high code points, st…
Copilot Mar 15, 2026
1067ae6
Fix broken types/index.ts exports, PE double-counting, deep-analysis …
Copilot Mar 15, 2026
e7a0581
Language-aware recommendations, exact class-token matching, const epR…
Copilot Mar 15, 2026
4ba1961
Move fake timer cleanup to afterEach for Vitest convention
Copilot Mar 15, 2026
7da0832
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
68b7387
Update evidence detection to match actual generator markup (perspecti…
Copilot Mar 15, 2026
7991f5c
Fix li tag matching precision and test assertion exactness
Copilot Mar 15, 2026
08fbe31
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
cd878ec
Restrict analysisSections to analysis-content sections only
Copilot Mar 15, 2026
756cf5a
Move CLASS_VALUE_PATTERN to module scope and filter empty tokens
Copilot Mar 15, 2026
60ff491
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
afc0d4f
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
93c3844
fix: address 3 review comments on article-quality-scorer
Copilot Mar 15, 2026
f59d4ee
chore: revert unintended formatting changes in compiled section-build…
Copilot Mar 15, 2026
11752e6
fix: update mindmap terminology and replace script-stripping regex wi…
Copilot Mar 15, 2026
e9fd775
fix: also replace script-stripping regex in section-builders.ts with …
Copilot Mar 15, 2026
c567a1b
fix: strip scripts for all evidence counting, deduplicate deep-analys…
Copilot Mar 15, 2026
5955abd
Fix stakeholder keyword matching to use word-boundary regex and fix P…
Copilot Mar 15, 2026
080ce1e
refactor: make quality type interfaces use readonly properties and re…
Copilot Mar 15, 2026
7f23315
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
40bcfc5
Fix countOccurrences non-overlapping, dashboardMetrics multi-class, e…
Copilot Mar 15, 2026
cf46363
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
cf62ba3
fix: use data-branch-count for mindmap branches, remove duplicate com…
Copilot Mar 15, 2026
56c723e
Merge branch 'main' into copilot/implement-article-quality-pipeline
pethers Mar 15, 2026
aef4bfd
Extract stripScriptBlocks to shared html-sanitize.ts, fix mindmap dir…
Copilot Mar 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions scripts/generators/pipeline/generate-stage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 2 additions & 34 deletions scripts/templates/section-builders.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions scripts/types/quality.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading