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.
- package/README.md +3 -3
- 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 & Analysis</strong></a></td>
|
|
132
132
|
<td>
|
|
133
|
-
The world's first fully AI-driven political-intelligence newsroom for parliamentary monitoring. <strong>
|
|
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.
|
|
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.
|
|
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",
|