riksdagsmonitor 0.9.38 โ†’ 0.9.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  <td>
21
21
  <p><strong>๐Ÿ•ต๏ธ Political intelligence ยท ๐Ÿ” Democratic transparency ยท ๐Ÿค– AI-generated news ยท ๐Ÿ“Š 50+ years of evidence</strong></p>
22
22
  <p>Riksdagsmonitor monitors Sweden's Riksdag (Parliament), the Government (Regeringskansliet) and public agencies (Myndigheter) with structured intelligence techniques โ€” ACH, SWOT, PESTLE, STRIDE, political-risk scoring and OSINT/INTOP tradecraft โ€” applied to <strong>349 current MPs</strong>, <strong>2,494 historical politicians (1971โ€“2024)</strong>, <strong>3.5M+ votes</strong> and <strong>109,000+ parliamentary documents</strong>.</p>
23
- <p>An autonomous AI newsroom โ€” 14 agentic workflows, Claude Sonnet, zero human editors โ€” turns this evidence into <strong>publication-ready intelligence articles in 14 languages, every day</strong>.</p>
23
+ <p>An autonomous AI newsroom โ€” 14 agentic workflows, Claude Opus 4.8 (Claude Sonnet 4.6 for translation), zero human editors โ€” turns this evidence into <strong>publication-ready intelligence articles in 14 languages, every day</strong>.</p>
24
24
  <div>
25
25
  <a href="https://scorecard.dev/viewer/?uri=github.com/Hack23/riksdagsmonitor">
26
26
  <img src="https://api.securityscorecards.dev/projects/github.com/Hack23/riksdagsmonitor/badge" alt="OpenSSF Scorecard">
@@ -130,7 +130,7 @@ Plus the full daily artifact catalogue (Family A baseline ยท Family B ยท Family
130
130
  <td align="center">๐Ÿ“ฐ</td>
131
131
  <td><a href="https://riksdagsmonitor.com/news/index.html"><strong>AI-Generated News &amp; Analysis</strong></a></td>
132
132
  <td>
133
- The world's first fully AI-driven political-intelligence newsroom for parliamentary monitoring. <strong>11 specialised agentic workflows</strong> (10 scheduled + 1 on-demand, powered by Claude Opus via GitHub Copilot Coding Agent) autonomously produce daily intelligence articles:
133
+ The world's first fully AI-driven political-intelligence newsroom for parliamentary monitoring. <strong>14 specialised agentic workflows</strong> (scheduled daily, also manually dispatchable, powered by Claude Opus 4.8 โ€” Claude Sonnet 4.6 for the translation workflow โ€” via GitHub Copilot Coding Agent) autonomously produce daily intelligence articles:
134
134
  <ul>
135
135
  <li>๐ŸŒ… Committee reports ยท ๐Ÿ›๏ธ propositions ยท โœŠ motions ยท โ“ interpellations</li>
136
136
  <li>๐Ÿ”ฎ Week-ahead ยท ๐Ÿ“… month-ahead ยท ๐Ÿ” real-time monitor</li>
@@ -507,7 +507,7 @@ timeline
507
507
 
508
508
  | Year | Automation assets | AI model | Key capability |
509
509
  |:----:|:----------------:|:---------|:---------------|
510
- | **2026** | 44 โ†’ 50 | Opus 4.7โ€“4.9 | ๐Ÿค– Agentic news generation (current) |
510
+ | **2026** | 44 โ†’ 50 | Opus 4.8โ€“4.9 | ๐Ÿค– Agentic news generation (current) |
511
511
  | **2027** | 50โ€“55 | Opus 5.x | ๐Ÿ”ฎ Predictive analytics & Nordic expansion |
512
512
  | **2028** | 55โ€“65 | Opus 6.x | ๐ŸŽ™๏ธ Multi-modal content |
513
513
  | **2029** | 65โ€“75 | Opus 7.x | ๐Ÿš€ Fully autonomous pipeline |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "riksdagsmonitor",
3
- "version": "0.9.38",
3
+ "version": "0.9.40",
4
4
  "type": "module",
5
5
  "description": "Swedish Parliament (Riksdag) intelligence platform โ€” TypeScript utilities for political data visualization, dashboards, and open data analysis with Chart.js and D3.js",
6
6
  "main": "dist/lib/shared/index.js",