Releases: Hack23/riksdagsmonitor
Riksdagsmonitor v0.8.27
What's Changed
- 🔴 Breaking: Sweden Tables Arms Export Review Amid NATO Integration Push - 2026-04-07 @github-actions[bot] (#1583)
- 📰 Opposition Motions — S Challenges Education & Housing Reforms — 2026-04-07 @github-actions[bot] (#1582)
- 📰 Interpellation Debates — Social Democrats Target Carlson with 8 Questions — 2026-04-07 @github-actions[bot] (#1581)
- 📜 Government Propositions — 2026-04-07: Deportation, Cybersecurity & Arms Export Reform @github-actions[bot] (#1580)
- 📋 Committee Reports — Riksdag Advances Civil Defence and Criminal Justice (2026-04-07) @github-actions[bot] (#1579)
🧪 Testing
- fix: cross-party vote percentage bug, banned subtitle patterns, script-generated analysis metadata, analysis enrichment pipeline @copilot-swe-agent[bot] (#1584)
🌐 Internationalization
- 🌐 Article Translations: committee-reports — 2026-04-07 @github-actions[bot] (#1585)
🔧 Maintenance
- build(deps-dev): bump the development-dependencies group with 4 updates @dependabot[bot] (#1586)
- build(deps): bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 @dependabot[bot] (#1578)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.27.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.27.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.27.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.27.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]
Full Changelog: v0.8.26...0.8.27
📦 Release Artifacts
riksdagsmonitor-v0.8.27.zip- Production buildriksdagsmonitor-v0.8.27.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.27.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include S...
Riksdagsmonitor v0.8.26
What's Changed
- 🌆 Evening Analysis - 2026-04-06 @github-actions[bot] (#1575)
- 📊 Analysis Only - Realtime Monitor 1420 - 2026-04-06 @github-actions[bot] (#1572)
- 📊 Analysis Only — Realtime Monitor 1029 — 2026-04-06 @github-actions[bot] (#1569)
- 📰 Opposition Motions: S, C, MP and V Challenge Government on Education, Housing and Social Insurance — 2026-04-06 @github-actions[bot] (#1567)
- 📰 Committee Reports Analysis — 2026-04-06: Shelter Law, Criminal Justice, Security Policy @github-actions[bot] (#1564)
- 📊 Analysis Only - Realtime Monitor 1212 - 2026-04-05 @github-actions[bot] (#1558)
📚 Documentation
- Improve analysis templates with cross-temporal sections, scenario scaffolding, and quality self-checks @copilot-swe-agent[bot] (#1571)
- Enhance analysis methodologies with temporal analysis, Bayesian worked examples, and cross-methodology linkage @copilot-swe-agent[bot] (#1563)
- 📰 Interpellation Debates — Social Democrats Target Infrastructure Minister Carlson — 2026-04-06 @github-actions[bot] (#1566)
- 📜 Government Propositions — 2026-04-06: Security-Dominant Legislative Package @github-actions[bot] (#1565)
🧪 Testing
- Fix Mermaid style check to exempt diagram types without style directive support @copilot-swe-agent[bot] (#1577)
- Add comprehensive analysis quality validation test suite @copilot-swe-agent[bot] (#1573)
- Fix empty analysis fallback with lookback retry in pre-article-analysis pipeline @copilot-swe-agent[bot] (#1562)
- Fix policy domain classification to use Riksdag committee codes instead of keyword heuristics @copilot-swe-agent[bot] (#1561)
- Remove deprecated template function fallbacks from generators.ts and ai-analysis-pipeline.ts @copilot-swe-agent[bot] (#1560)
- Implement real multi-dimensional article quality gate replacing stub assessArticleQuality() @copilot-swe-agent[bot] (#1559)
- Eliminate banned boilerplate content patterns from shared.ts content generators @copilot-swe-agent[bot] (#1557)
🌐 Internationalization
- 🌐 Article Translations: Interpellations & Motions - 2026-04-06 @github-actions[bot] (#1574)
- 🌐 Article Translations — 2026-04-06 (Committee Reports & Propositions) @github-actions[bot] (#1570)
- 📰 Interpellation Debates — Social Democrats Target Infrastructure Minister Carlson — 2026-04-06 @github-actions[bot] (#1566)
- 📜 Government Propositions — 2026-04-06: Security-Dominant Legislative Package @github-actions[bot] (#1565)
🔧 Maintenance
- build(deps-dev): bump vite from 8.0.4 to 8.0.5 @dependabot[bot] (#1576)
- build(deps-dev): bump vite from 8.0.3 to 8.0.4 in the development-dependencies group @dependabot[bot] (#1568)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.26.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.26.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.26.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.26.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|----------|--------...
Riksdagsmonitor v0.8.24
What's Changed
📚 Documentation
- feat: improve npm package — reduce size 78%, fix dependency classification, improve discoverability @copilot-swe-agent[bot] (#1548)
🔧 Maintenance
- feat: improve npm package — reduce size 78%, fix dependency classification, improve discoverability @copilot-swe-agent[bot] (#1548)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.24.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.24.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.24.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.24.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @pethers and copilot-swe-agent[bot]
Full Changelog: v0.8.23...0.8.24
📦 Release Artifacts
riksdagsmonitor-v0.8.24.zip- Production buildriksdagsmonitor-v0.8.24.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.24.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:
gh attestation verify riksdagsmonitor-v0.8.24.zip -R Hack23/riksdagsmonitorRiksdagsmonitor v0.8.23
What's Changed
- 📊 Analysis Only - Realtime Monitor 1212 - 2026-04-04 @github-actions[bot] (#1544)
- 📰 Weekly Review: Riksdag Advances Defense and Immigration Reform — 2026-04-04 @github-actions[bot] (#1542)
- 📰 Deep Inspection: Sweden Strengthens National Cybersecurity Center (Prop. 2025/26:214) @github-actions[bot] (#1538)
- 📊 Analysis Only - Realtime Monitor 2200 - 2026-04-03 @github-actions[bot] (#1537)
📚 Documentation
- Improve agentic workflows: add Hack23 domains, enhance translation quality, enable repo-memory @copilot-swe-agent[bot] (#1543)
- Fix deep-inspection analysis enrichment pipeline and article quality @copilot-swe-agent[bot] (#1539)
🧪 Testing
- Fix workflow-architecture tests to recognize gh-aw fuzzy schedule format @copilot-swe-agent[bot] (#1547)
- Fix deep-inspection analysis enrichment pipeline and article quality @copilot-swe-agent[bot] (#1539)
🌐 Internationalization
- Translate weekly review 2026-04-04 (10 languages + analysis) @github-actions[bot] (#1545)
- Fix deep-inspection analysis enrichment pipeline and article quality @copilot-swe-agent[bot] (#1539)
🔧 Maintenance
- build(deps-dev): bump eslint from 10.1.0 to 10.2.0 in the development-dependencies group @dependabot[bot] (#1540)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.23.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.23.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.23.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.23.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]
Full Changelog: v0.8.21...0.8.23
📦 Release Artifacts
riksdagsmonitor-v0.8.23.zip- Production buildriksdagsmonitor-v0.8.23.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.23.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
- [API Documentation](https://riksdagsmonitor.com/docs...
Riksdagsmonitor v0.8.21
What's Changed
- 🌆 Evening Analysis - 2026-04-03 @github-actions[bot] (#1536)
- 🔴 Breaking: Sweden Commits SEK 8.7B to GUTE II Anti-Drone Defense — 2026-04-03 @github-actions[bot] (#1533)
📚 Documentation
- Upgrade AI analysis guide to v4.0 and improve all news workflow prompts for quality @copilot-swe-agent[bot] (#1534)
🌐 Internationalization
- 🌐 Article Translations — 2026-04-03 (breaking + interpellations) @github-actions[bot] (#1535)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.21.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.21.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.21.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.21.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @github-actions[bot], @pethers, copilot-swe-agent[bot] and github-actions[bot]
Full Changelog: v0.8.20...0.8.21
📦 Release Artifacts
riksdagsmonitor-v0.8.21.zip- Production buildriksdagsmonitor-v0.8.21.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.21.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:
gh attestation verify riksdagsmonitor-v0.8.21.zip -R Hack23/riksdagsmonitorRiksdagsmonitor v0.8.20
What's Changed
- 🔴 Breaking: Sweden Commits SEK 8.7B to GUTE II Anti-Drone Defense — 2026-04-03 @github-actions[bot] (#1533)
- 📰 Week Ahead: Riksdag Easter Recess & Return Agenda — 2026-04-03 @github-actions[bot] (#1530)
- 📊 Analysis: Sweden's Defense Modernization & Criminal Justice Package — 2026-04-03 @github-actions[bot] (#1531)
- 📰 Opposition Motions — Green Party Leads 50-Motion Blitz (2026-04-03) @github-actions[bot] (#1526)
- 📜 Government Propositions — Svantesson Signs Four Bills on Security, Healthcare & Deportation (2026-04-03) @github-actions[bot] (#1525)
📚 Documentation
- 📰 Interpellation Debates — Opposition Scrutinizes Tidö Government (2026-04-03) @github-actions[bot] (#1529)
- 📰 Committee Reports — Civilian Shelter Law & Criminal Corrections — 2026-04-03 + Lookback Protection Fix @github-actions[bot] (#1524)
🌐 Internationalization
- 📰 Interpellation Debates — Opposition Scrutinizes Tidö Government (2026-04-03) @github-actions[bot] (#1529)
- 🌐 Article Translations - 2026-04-03 (committee-reports, propositions) @github-actions[bot] (#1527)
- 📰 Committee Reports — Civilian Shelter Law & Criminal Corrections — 2026-04-03 + Lookback Protection Fix @github-actions[bot] (#1524)
🔧 Maintenance
- build(deps-dev): bump @types/node from 25.5.0 to 25.5.2 in the development-dependencies group @dependabot[bot] (#1532)
- build(deps-dev): bump knip from 6.2.0 to 6.3.0 in the development-dependencies group @dependabot[bot] (#1528)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.20.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.20.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.20.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.20.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @dependabot[bot], @github-actions[bot], @pethers, dependabot[bot] and github-actions[bot]
Full Changelog: v0.8.19...0.8.20
📦 Release Artifacts
riksdagsmonitor-v0.8.20.zip- Production buildriksdagsmonitor-v0.8.20.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.20.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Sha...
Riksdagsmonitor v0.8.19
What's Changed
📚 Documentation
- Upgrade ai-driven-analysis-guide to v3.0 and improve all news workflow AI prompts @copilot-swe-agent[bot] (#1522)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.19.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.19.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.19.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.19.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @github-actions[bot], @pethers and copilot-swe-agent[bot]
Full Changelog: v0.8.18...0.8.19
📦 Release Artifacts
riksdagsmonitor-v0.8.19.zip- Production buildriksdagsmonitor-v0.8.19.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.19.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:
gh attestation verify riksdagsmonitor-v0.8.19.zip -R Hack23/riksdagsmonitorRiksdagsmonitor v0.8.18
What's Changed
- 🌆 Evening Analysis - 2026-04-02 @github-actions[bot] (#1521)
- 📊 Analysis: Defense & Security Package + Oil Crisis — Realtime Monitor 2026-04-02 @github-actions[bot] (#1519)
- 🔴 Breaking: Sweden Launches Multi-Front Security Push - 2026-04-02 @github-actions[bot] (#1516)
📚 Documentation
- Update gh-aw skills to v2.0.0, modernize copilot-instructions, fix agent frontmatter @copilot-swe-agent[bot] (#1518)
🌐 Internationalization
- 🌐 Article Translations — 2026-04-02 (breaking, committee-reports) @github-actions[bot] (#1517)
🔧 Maintenance
- build(deps): bump lodash from 4.17.23 to 4.18.1 @dependabot[bot] (#1520)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.18.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.18.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.18.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.18.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
@Copilot, @dependabot[bot], @github-actions[bot], @pethers, copilot-swe-agent[bot], dependabot[bot] and github-actions[bot]
Full Changelog: v0.8.17...0.8.18
📦 Release Artifacts
riksdagsmonitor-v0.8.18.zip- Production buildriksdagsmonitor-v0.8.18.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.18.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:
gh attestation verify riksdagsmonitor-v0.8.18.zip -R Hack23/riksdagsmonitorRiksdagsmonitor v0.8.17
What's Changed
- No changes
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.17.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.17.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.17.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.17.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | ciacompliancemanager.com | API | GitHub |
| Black Trigram | blacktrigram.com | API | GitHub |
| CIA Platform | — | — | GitHub |
| ISMS Public | — | — | GitHub |
🏗️ Built With
- Node.js: 25.x
- Vite: 8.x
- Chart.js: 4.5.x
- D3.js: 7.9.x
- Vitest: 4.x
- Cypress: 15.x
- TypeScript: 6.x
👥 Contributors
Full Changelog: v0.8.16...0.8.17
📦 Release Artifacts
riksdagsmonitor-v0.8.17.zip- Production buildriksdagsmonitor-v0.8.17.zip.sha256- Checksum for verificationriksdagsmonitor-v0.8.17.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
📦 npm Package
Shared types, theme system, and utilities are available as an npm package:
npm install riksdagsmonitor📚 Documentation
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:
gh attestation verify riksdagsmonitor-v0.8.17.zip -R Hack23/riksdagsmonitorRiksdagsmonitor v0.8.16
What's Changed
- 📰 Interpellation Debates — 2026-04-02 @github-actions[bot] (#1515)
- 📊 Analysis Only - Opposition Motions - 2026-04-01 @github-actions[bot] (#1513)
- 📜 Government Propositions — 2026-04-02: Defence, Healthcare, Arms Trade & Deportation @github-actions[bot] (#1512)
- 📰 Committee Reports — 2026-04-02: Healthcare & Social Insurance Battleground @github-actions[bot] (#1511)
- 📊 Analysis: Security Package & Healthcare Reform - 2026-04-01 @github-actions[bot] (#1507)
- fix: news article CSS — fix SWOT grid overlap, constrain article width, improve dark/light themes @copilot-swe-agent[bot] (#1502)
- 🔴 Breaking: Sweden Proposes Cybersecurity Center Overhaul - 2026-04-01 @github-actions[bot] (#1504)
- 📅 Month Ahead: Parliamentary Outlook April 2026 @github-actions[bot] (#1500)
- 📰 Interpellation Debates — 2026-04-01: Opposition Targets Ministers on Infrastructure, Integration & Defence @github-actions[bot] (#1498)
- 📰 Opposition Motions — 2026-04-01 (EN/SV) @github-actions[bot] (#1497)
- 📊 Analysis Only - Propositions - 2026-03-31 @github-actions[bot] (#1496)
- 📰 Committee Reports - 2026-04-01: Security Policy, Climate Targets & Constitutional Review @github-actions[bot] (#1493)
📚 Documentation
- Improve political intelligence depth in news articles and workflows @copilot-swe-agent[bot] (#1509)
🧪 Testing
- Improve political intelligence depth in news articles and workflows @copilot-swe-agent[bot] (#1509)
- Fix dashboard data display: correct CSV column mappings, improve chart data processing, add politician-dashboard i18n @copilot-swe-agent[bot] (#1510)
- fix: remove invalid dashboard CSV reference, add data integrity tests, fix S3 CSV content-type @copilot-swe-agent[bot] (#1501)
⚡ Performance
- Fix dashboard data display: correct CSV column mappings, improve chart data processing, add politician-dashboard i18n @copilot-swe-agent[bot] (#1510)
🌐 Internationalization
- test @github-actions[bot] (#1505)
- test PR @github-actions[bot] (#1503)
🔧 Maintenance
- build(deps-dev): bump the development-dependencies group with 2 updates @dependabot[bot] (#1508)
- build(deps-dev): bump playwright from 1.58.2 to 1.59.0 in the development-dependencies group @dependabot[bot] (#1494)
📦 npm Package
Shared types, theme system, and dashboard utilities are available as an npm package with provenance:
npm install riksdagsmonitorimport {
DARK_THEME_COLORS, LIGHT_THEME_COLORS,
getActiveThemeColors, getPartyColor,
CHART_PALETTE, BREAKPOINTS,
} from 'riksdagsmonitor';📊 Release Metrics & Evidence
All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.
🔐 Security & Supply Chain Protection
This release includes:
- ✅ SLSA Build Provenance Attestations - Cryptographically signed build provenance
- ✅ Software Bill of Materials (SBOM) - Complete dependency inventory in SPDX format
- ✅ SHA-256 Checksums - All artifacts include checksums for integrity verification
- ✅ npm Provenance - npm package published with verified provenance attestation
- ✅ CodeQL Security Scanning - Automated vulnerability detection
- ✅ Dependency Scanning - Continuous vulnerability monitoring with Dependabot
Verify attestations:
gh attestation verify riksdagsmonitor-0.8.16.zip -R Hack23/riksdagsmonitor
npm audit signaturesBrowse attestations: View all attestations
📋 ISMS Compliance & Policies
Compliance Frameworks
Riksdagsmonitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.
🏗️ Architecture Documentation
📦 Release Artifacts
| Artifact | Description | Verification |
|---|---|---|
riksdagsmonitor-0.8.16.zip |
Production build | SHA-256 checksum, SLSA attestation |
riksdagsmonitor-0.8.16.zip.sha256 |
SHA-256 checksum | Compare with sha256sum |
riksdagsmonitor-0.8.16.spdx.json |
SBOM (SPDX format) | SBOM attestation |
*.intoto.jsonl |
SLSA attestations | gh attestation verify |
riksdagsmonitor (npm) |
npm package | npm audit signatures |
🚀 Deployment
- Primary: https://riksdagsmonitor.com (AWS S3/CloudFront)
- Backup: GitHub Pages
- Documentation: https://riksdagsmonitor.com/docs/
- API Docs: https://riksdagsmonitor.com/docs/api/
- npm Package: https://www.npmjs.com/package/riksdagsmonitor
- Status:
🌐 Hack23 Ecosystem
| Platform | Live Site | API Docs | Repository |
|---|---|---|---|
| Riksdagsmonitor | riksdagsmonitor.com | API | GitHub |
| EU Parliament MCP | euparliamentmonitor.com | API | GitHub |
| CIA Compliance Manager | [ciacompliancemanager.com](https://ciacompliance... |