Skip to content

Commit 775bfdb

Browse files
PipFowerakerclaude
andcommitted
docs: Update event counts to 1,194 across documentation
Updates MANIFEST.json as canonical source and syncs key docs: - MANIFEST.json: 1194 total (28 curated + 1166 A-tier enriched) - README.md: Badge, stats table, directory tree - REPO_NAVIGATION.md: Project overview, integration diagram - CLAUDE.md: Quick reference - data/serveable/README.md: Serveable zone status - docs/issues/PDOOM1_EVENT_OVERRIDE_SYSTEM.md: Issue template Created issues: - pdoom1#505: Event Override System (ADR-001 Compliance) - pdoom-data#25: Manual Review Pass for B-Tier Events 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5526156 commit 775bfdb

6 files changed

Lines changed: 29 additions & 24 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ pdoom-data/
289289
transformed/ # Validated/cleaned/enriched
290290
serveable/ # Production-ready (consumers fetch from here)
291291
api/timeline_events/
292-
all_events.json # 1,028 events ready to use
292+
all_events.json # 1,194 events ready to use
293293
config/schemas/ # JSON schemas for validation
294294
scripts/ # Transformation pipelines
295295
tools/ # Event Browser, utilities

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![Data Quality](https://img.shields.io/badge/Data%20Quality-100%25%20Validated-brightgreen)]()
7-
[![Events](https://img.shields.io/badge/Events-1%2C028-blue)]()
7+
[![Events](https://img.shields.io/badge/Events-1%2C194-blue)]()
88
[![Weekly Updates](https://img.shields.io/badge/Updates-Weekly-orange)]()
99

1010
---
@@ -25,9 +25,9 @@ pdoom-data provides a curated, validated, and production-ready data lake for AI
2525

2626
### What's Inside
2727

28-
**1,028 Timeline Events** (28 manual + 1,000 alignment research)
28+
**1,194 Timeline Events** (28 curated + 1,166 A-tier alignment research)
2929
- Hand-curated AI safety events (2016-2025)
30-
- Automated alignment research extraction (2020-2022)
30+
- A-tier enriched alignment research (2016-2023, arxiv + distill)
3131
- Schema-validated with complete source attribution
3232
- Organized by year, category, and rarity
3333

@@ -48,7 +48,7 @@ pdoom-data provides a curated, validated, and production-ready data lake for AI
4848

4949
### Timeline Events (`data/serveable/api/timeline_events/`)
5050

51-
**Status**: Production Ready | **Events**: 1,028 | **Schema**: event_v1.json
51+
**Status**: Production Ready | **Events**: 1,194 | **Schema**: event_v1.json
5252

5353
Two datasets available:
5454

@@ -57,7 +57,7 @@ Two datasets available:
5757
- Full source attribution and metadata
5858
- Files: `all_events.json`, `by_year/`, `by_category/`
5959

60-
2. **Alignment Research Events** (1,000 events, 2020-2022)
60+
2. **Alignment Research Events** (1,166 events, 2016-2023)
6161
- Generated from StampyAI Alignment Research Dataset
6262
- Research papers, forum posts, blog articles
6363
- Files: `alignment_research/alignment_research_events.json`, `by_year/`
@@ -121,7 +121,7 @@ See [DATA_ZONES.md](docs/DATA_ZONES.md) for architecture details.
121121
**pdoom1-website** (PostgreSQL + FastAPI):
122122
```bash
123123
git submodule add https://github.com/PipFoweraker/pdoom-data.git data/pdoom-data
124-
python scripts/import_events.py # Import 1,028 events to PostgreSQL
124+
python scripts/import_events.py # Import 1,194 events to PostgreSQL
125125
# API endpoint: GET /api/events?year=2024&category=technical_research_breakthrough
126126
```
127127

@@ -156,7 +156,7 @@ See [QUICK_START_INTEGRATION.md](docs/QUICK_START_INTEGRATION.md) for complete s
156156

157157
| Metric | Value |
158158
|--------|-------|
159-
| Total Events | 1,028 |
159+
| Total Events | 1,194 |
160160
| Schema Validation Pass Rate | 100% |
161161
| ASCII Compliance | 100% |
162162
| Source Attribution Complete | 100% |
@@ -237,7 +237,7 @@ pdoom-data/
237237
│ └── serveable/ # Production-ready
238238
│ ├── MANIFEST.json # Complete data catalog
239239
│ └── api/
240-
│ └── timeline_events/ # 1,028 events ready for use
240+
│ └── timeline_events/ # 1,194 events ready for use
241241
├── tools/
242242
│ └── event_browser.html # Interactive event browser (open in browser)
243243
├── config/

REPO_NAVIGATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is part of the P(Doom) project ecosystem consisting of three repositories:
77

88
### [DATA] [pdoom-data](https://github.com/PipFoweraker/pdoom-data)
99
**AI Safety Data Lake & Timeline Events**
10-
- 1,028 timeline events (28 curated + 1,000 alignment research)
10+
- 1,194 timeline events (28 curated + 1,166 A-tier alignment research)
1111
- Three-zone data architecture (raw → transformed → serveable)
1212
- Automated data pipeline with validation
1313
- Interactive event browser tool
@@ -39,7 +39,7 @@ This is part of the P(Doom) project ecosystem consisting of three repositories:
3939
### [GAME] [pdoom1](https://github.com/PipFoweraker/pdoom1)
4040
**Strategy Game (Godot)**
4141
- Interactive P(Doom) simulation
42-
- Historical event integration (1,028 events)
42+
- Historical event integration (1,194 events)
4343
- Player choice mechanics
4444
- Dynamic timeline system
4545
- Save/load game states
@@ -102,7 +102,7 @@ LAYER 3-4: pdoom1 (Game Mechanics)
102102
```
103103
pdoom-data (Source of Truth)
104104
|
105-
|-- Data Pipeline --> Serveable Zone (1,028 events)
105+
|-- Data Pipeline --> Serveable Zone (1,194 events)
106106
| |
107107
| |-- JSON --> pdoom1 (Godot Game)
108108
| | |

data/serveable/MANIFEST.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"summary": {
88
"total_datasets": 2,
9-
"total_events": 1028,
9+
"total_events": 1194,
1010
"data_types": [
1111
"timeline_events"
1212
],
@@ -45,19 +45,24 @@
4545
"format": "json"
4646
},
4747
"alignment_research_events": {
48-
"name": "Alignment Research Events",
49-
"description": "Timeline events generated from alignment research dataset",
50-
"source": "data/transformed/enriched/alignment_research/",
48+
"name": "Alignment Research Events (Enriched A-Tier)",
49+
"description": "Timeline events from A-tier enriched alignment research (arxiv + distill)",
50+
"source": "data/enrichment/alignment_research/",
5151
"schema": "config/schemas/event_v1.json",
52-
"count": 1000,
52+
"count": 1166,
5353
"files": {
54-
"all": "alignment_research/alignment_research_events.json",
55-
"by_year": "alignment_research/by_year/{year}.json"
54+
"all": "enriched_alignment_research/enriched_alignment_research_events.json",
55+
"by_year": "enriched_alignment_research/by_year/{year}.json"
5656
},
5757
"years": [
58+
2016,
59+
2017,
60+
2018,
61+
2019,
5862
2020,
5963
2021,
60-
2022
64+
2022,
65+
2023
6166
],
6267
"format": "json"
6368
}

data/serveable/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ This directory contains the final layer of the data lake architecture. Data here
2020
3. ✅ Enriched with derived fields (where applicable)
2121
4. ✅ Optimized for consumption (indexed, formatted, compressed)
2222

23-
**Current Status**: 1,028 timeline events ready for game integration
23+
**Current Status**: 1,194 timeline events ready for game integration
2424

2525
## Directory Structure
2626

2727
```
2828
serveable/
2929
├── MANIFEST.json # Complete catalog of all serveable data
3030
├── api/ # API-ready formats (JSON, REST-friendly)
31-
│ └── timeline_events/ # Game timeline events (1,028 events)
31+
│ └── timeline_events/ # Game timeline events (1,194 events)
3232
│ ├── all_events.json # Manual curated events (28)
3333
│ ├── by_year/ # Manual events by year
3434
│ ├── by_category/ # Manual events by category
35-
│ ├── alignment_research/ # Research events (1,000)
35+
│ ├── enriched_alignment_research/ # A-tier research events (1,166)
3636
│ │ ├── alignment_research_events.json
3737
│ │ └── by_year/ # Research events by year
3838
│ └── manifest.json # Timeline events metadata

docs/issues/PDOOM1_EVENT_OVERRIDE_SYSTEM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Implement the game-side of ADR-001 (Game/Data Boundary) as documented in pdoom-d
2222

2323
## Background
2424

25-
pdoom-data provides 1,028 timeline events with **sensible defaults** for game integration:
25+
pdoom-data provides 1,194 timeline events with **sensible defaults** for game integration:
2626
- Impact values (cash, stress, reputation, etc.)
2727
- Rarity (common/rare/legendary)
2828
- Flavor text (safety_researcher_reaction, media_reaction)

0 commit comments

Comments
 (0)