Commit Graph

  • 9f3ae15a16 feat(explorer): harden load_party_axis_scores (close DB, deterministic params) Sven Geboers 2026-03-25 00:01:12 +0100
  • fc1884ecd8 feat(explorer): harden SVD tab batch-fetch motion details Sven Geboers 2026-03-25 00:00:51 +0100
  • 6b8ec93fe0 feat(explorer): restructure SVD tab — pole-split motions, party axis chart, inline expanders with voting Sven Geboers 2026-03-24 23:58:38 +0100
  • 1515661929 feat(explorer): add _render_party_axis_chart helper Sven Geboers 2026-03-24 23:57:38 +0100
  • 35dbc8118a feat(explorer): add load_party_axis_scores helper Sven Geboers 2026-03-24 23:56:37 +0100
  • 9f538a8784 feat(explorer): add ChristenUnie colour alias and CURRENT_PARLIAMENT_PARTIES constant Sven Geboers 2026-03-24 23:55:48 +0100
  • 521385c832 docs: add SVD tab redesign implementation plan Sven Geboers 2026-03-24 23:52:54 +0100
  • 8c79aaf917 docs: add SVD tab redesign spec Sven Geboers 2026-03-24 23:50:40 +0100
  • c96c681641 feat(explorer): apply rigorous subagent-produced SVD axis themes Sven Geboers 2026-03-24 23:38:50 +0100
  • b85a9cebd7 fix(data): remove 18 duplicate motions and redo SVD top-motions analysis Sven Geboers 2026-03-24 23:29:18 +0100
  • 8b73ab8bce feat(explorer): add SVD axis themes and unique-motion deduplication Sven Geboers 2026-03-24 23:11:51 +0100
  • e29d8a8055 ci(mindmodel): add scheduled validation workflow Sven Geboers 2026-03-24 22:41:43 +0100
  • 2755dc373a chore(format): add pre-commit and formatter configs Sven Geboers 2026-03-24 22:41:40 +0100
  • c24ab48704 chore(deps): move pytest to dev-dependencies Sven Geboers 2026-03-24 22:41:36 +0100
  • 540099f2b7 ci(mindmodel): add report-only mindmodel validation workflow Sven Geboers 2026-03-24 22:41:33 +0100
  • d1faf2b3e4 feat(mindmodel): add CLI wrapper, edge-case tests, and manifest schema tests Sven Geboers 2026-03-24 22:41:28 +0100
  • ed289ff582 chore(mindmodel): add sanitized read-only manifest and reviewer README Sven Geboers 2026-03-24 22:41:24 +0100
  • f091846dc8 feat(mindmodel): add report-only validator skeleton, types, and tests Sven Geboers 2026-03-24 22:41:15 +0100
  • dbd8cc801a docs(mindmodel): add README and tooling note; chore(tooling): add minimal pre-commit Sven Geboers 2026-03-24 21:31:53 +0100
  • 5caebe1331 chore(ci): add mindmodel validator workflow Sven Geboers 2026-03-24 21:30:45 +0100
  • f77875ed54 feat(mindmodel): add CLI wrapper and tests Sven Geboers 2026-03-24 21:29:10 +0100
  • a74e6006f5 feat(mindmodel): add validator and tests Sven Geboers 2026-03-24 21:28:17 +0100
  • 7bd7d0d18c feat(mindmodel): add checks utilities and tests Sven Geboers 2026-03-24 21:26:38 +0100
  • 2efd7ba3a0 feat(mindmodel): add manifest loader and tests Sven Geboers 2026-03-24 21:24:58 +0100
  • 9c82962d47 chore: add .mindmodel/ project constraints and conventions Sven Geboers 2026-03-24 20:51:53 +0100
  • 504400faf2 fix: quiz seed from motions with actual individual MP votes Sven Geboers 2026-03-24 20:29:05 +0100
  • 238d9e9ec2 test: add full quiz tab test suite and fix Geen stem normalization Sven Geboers 2026-03-24 20:18:20 +0100
  • eb73275f32 feat(mp-quiz): add MP quiz tab and DB helpers; add design and plan docs Sven Geboers 2026-03-24 19:59:25 +0100
  • b09e580f65 feat: motion content enrichment pipeline hardening Sven Geboers 2026-03-23 21:31:39 +0100
  • aef7c45074 Refactor tests: replace sys.modules hacks with real DI + in-memory DB Sven Geboers 2026-03-23 21:21:10 +0100
  • b7350d8f87 test: rewrite test_database_audit using mem_db fixture, no disk writes required Sven Geboers 2026-03-23 21:01:09 +0100
  • e4f2c7ff59 fix: update integration test to unpack 5-tuple from ensure_text_embeddings Sven Geboers 2026-03-23 20:30:35 +0100
  • ebb663aa8f docs: add test refactor implementation plan Sven Geboers 2026-03-23 20:20:34 +0100
  • 07a89a207c docs: add test refactor design - replace monkeypatching with DI + in-memory DuckDB Sven Geboers 2026-03-23 20:15:29 +0100
  • ce27dc6ac5 chore(ledgers): record fusion+similarity run summary and JSON details Sven Geboers 2026-03-23 17:48:39 +0100
  • 22f53840b8 fix(explorer): normalise party name 'Nieuw Sociaal Contract' -> 'NSC' Sven Geboers 2026-03-22 23:13:45 +0100
  • cbbdc6e738 fix(explorer): cleaner trajectories, NSC support, controversy filter, voting display, URL links Sven Geboers 2026-03-22 23:12:43 +0100
  • cd7bb3b1e0 fix(explorer): filter to uniform-dim windows before PCA to prevent np.vstack shape mismatch Sven Geboers 2026-03-22 22:54:54 +0100
  • 2891e9ee70 feat: add StemAtlas Streamlit app, explorer, Docker deployment, blog charts Sven Geboers 2026-03-22 22:38:17 +0100
  • daa22c5e2b feat: complete parliamentary embedding pipeline with full historical coverage Sven Geboers 2026-03-22 16:08:06 +0100
  • a78bee9b0a feat(similarity): add precomputed similarity cache, fix fusion N+1, add 429 retry Sven Geboers 2026-03-22 03:02:25 +0100
  • a248807e03 Add design: embedding-based motion similarity cache Sven Geboers 2026-03-22 02:39:20 +0100
  • bf68e48460 fix(analysis): improve PCA handling when PC1 dominates, add pca_residual option and plot autoscaling/variance annotation Sven Geboers 2026-03-22 00:13:56 +0100
  • 23a1234314 feat(analysis): add 2D political compass (PCA/anchor) and 2D trajectories + visualizations Sven Geboers 2026-03-21 23:58:38 +0100
  • 3551a82f83 feat(analysis): add 2D political compass and 2D trajectories Sven Geboers 2026-03-21 23:53:55 +0100
  • f7d806dc3a fix(analysis): add Procrustes alignment and normalize vectors for drift computation Sven Geboers 2026-03-21 23:37:20 +0100
  • aa2f66ac9f feat(analysis): fetch real MP metadata, fix anchor axis for party-level actors Sven Geboers 2026-03-21 23:33:47 +0100
  • 5ad83ef1be fix(tests): update test_extract_mp_votes for party-level actor inclusion Sven Geboers 2026-03-21 23:25:27 +0100
  • 847b783877 fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert Sven Geboers 2026-03-21 23:24:06 +0100
  • f2a831dfcf feat(pipeline): add orchestrator CLI, analysis modules, and ActorFractie ingestion Sven Geboers 2026-03-21 22:40:28 +0100
  • a36e6cba4e feat(pipeline): implement parliamentary embedding pipeline MVP Sven Geboers 2026-03-21 22:31:22 +0100
  • c498c3467e update plan: replace spike with confirmed FractieZetelPersoon fetch task Sven Geboers 2026-03-21 22:05:56 +0100
  • 0bbda408fb plan: parliamentary embedding pipeline MVP implementation plan Sven Geboers 2026-03-21 21:57:39 +0100
  • fd73da3752 design: parliamentary embedding pipeline (late fusion SVD + text) Sven Geboers 2026-03-21 21:54:32 +0100