Last Updated: 2025-11-24 Purpose: Complete navigation guide for all pdoom-data documentation
- README.md - Repository overview and quick start
- CLAUDE.md - AI assistant context (read this for LLM/agent work)
- ARCHITECTURE_DECISION_RECORDS.md - Key architectural decisions (ADR-001: Game/Data Boundary)
- QUICK_START_INTEGRATION.md - 5-minute integration guide for all platforms
- INTEGRATION_GUIDE.md - Complete integration documentation
- EVENT_SCHEMA.md - Timeline event schema reference
- DATA_ZONES.md - Three-zone architecture explained
- EVENT_BROWSER_GUIDE.md - Interactive event browser tool
- RUNBOOK.md - Operational procedures
- LINEAGE.md - Data provenance and lineage tracking
- ALIGNMENT_RESEARCH_INTEGRATION.md - Alignment research pipeline
- ECOSYSTEM_OVERVIEW.md - How all repos fit together
- DATA_PUBLISHING_STRATEGY.md - Public data publishing plan
- CROSS_REPO_INTEGRATION_ISSUES.md - Issues for consuming repos
| Document | Purpose | Audience |
|---|---|---|
| ARCHITECTURE_DECISION_RECORDS.md | Key decisions (ADR-001: Game/Data Boundary) | All |
| DATA_ZONES.md | Three-zone data lake architecture | Engineers |
| DATA_ARCHITECTURE.md | Overall data architecture | Architects |
| ECOSYSTEM_OVERVIEW.md | Cross-repo ecosystem | All |
| CROSS_REPOSITORY_DOCUMENTATION_STRATEGY.md | Documentation strategy | Maintainers |
| Document | Purpose | Audience |
|---|---|---|
| QUICK_START_INTEGRATION.md | 5-minute integration | Developers |
| INTEGRATION_GUIDE.md | Complete integration docs | Developers |
| CROSS_REPO_INTEGRATION_ISSUES.md | GitHub issue templates | Maintainers |
| INTEGRATION_PLAN.md | Historical integration planning | Reference |
| CROSS_REPO_INTEGRATION.md | Legacy cross-repo docs | Reference |
| Document | Purpose | Audience |
|---|---|---|
| EVENT_SCHEMA.md | Timeline event schema | Developers |
| DATA_DICTIONARY.md | Data field definitions | Analysts |
| ALIGNMENT_RESEARCH_INTEGRATION.md | Research data pipeline | Engineers |
| HISTORICAL_DATA_INTEGRATION.md | Historical events integration | Curators |
| EVENT_BROWSER_GUIDE.md | Interactive event review tool | Curators, Game Designers |
| Document | Purpose | Audience |
|---|---|---|
| RUNBOOK.md | Operational procedures | Operators |
| LINEAGE.md | Data lineage tracking | Engineers |
| DEVELOPMENT_WORKFLOW.md | Development practices | Contributors |
| ASCII_CODING_STANDARDS.md | Code standards | Contributors |
| Document | Purpose | Audience |
|---|---|---|
| DATA_PUBLISHING_STRATEGY.md | Public data publishing | Stakeholders |
| DEVBLOG.md | Development blog | Community |
| CHANGELOG.md | Change history | All |
| WORKFLOW_SUMMARY.md | Workflow documentation | Reference |
| Document | Purpose | Audience |
|---|---|---|
| FUNDING_DUMP_SPACES.md | Funding data sources | Analysts |
| SESSION_2025-11-06_ALIGNMENT_RESEARCH_INTEGRATION.md | Session notes | Reference |
| REPO_NAVIGATION.md | Repository navigation | New users |
| INTEGRATION_SUMMARY.md | Integration summary | Reference |
| AGENT_CHARACTER_RESTRICTIONS.md | AI agent guidelines | Maintainers |
- Start: QUICK_START_INTEGRATION.md
- Reference: INTEGRATION_GUIDE.md
- Schema: EVENT_SCHEMA.md
- Tool: EVENT_BROWSER_GUIDE.md
- Open:
tools/event_browser.htmlin browser - Load: Events from
data/serveable/api/timeline_events/
- Overview: DATA_ZONES.md
- Details: ALIGNMENT_RESEARCH_INTEGRATION.md
- Operations: RUNBOOK.md
- Architecture: DATA_ZONES.md
- Procedures: RUNBOOK.md
- Lineage: LINEAGE.md
- Overview: ECOSYSTEM_OVERVIEW.md
- Integration: CROSS_REPO_INTEGRATION_ISSUES.md
- Publishing: DATA_PUBLISHING_STRATEGY.md
- Standards: ASCII_CODING_STANDARDS.md
- Workflow: DEVELOPMENT_WORKFLOW.md
- Guidelines: AGENT_CHARACTER_RESTRICTIONS.md
- Location:
data/serveable/ - README: data/serveable/README.md
- Manifest: data/serveable/MANIFEST.json
- Schemas:
config/schemas/- event_v1.json - Timeline event schema
-
Transformation:
scripts/transformation/ -
Publishing:
scripts/publishing/ -
Validation:
scripts/validation/
- Weekly Data Refresh: .github/workflows/weekly-data-refresh.yml
- Automated Pipeline: .github/workflows/data-pipeline-automation.yml
- Documentation CI: .github/workflows/documentation-ci.yml
- Public Publishing: .github/workflows/publish-serveable.yml (disabled)
- ✅ Quick Start Integration
- ✅ Integration Guide
- ✅ Event Schema
- ✅ Data Zones Architecture
- ✅ Runbook
- ✅ Cross-Repo Integration Issues
- 🔄 Public Communication Strategy
- 🔄 Logs Consolidation Strategy
- 🔄 DEVBLOG updates
- 📋 API Documentation (once pdoom1-website implements)
- 📋 Public Data Portal Documentation
- 📋 Community Contribution Guide
When to update:
- New features added -> Update relevant guides
- Schema changes -> Update EVENT_SCHEMA.md and MANIFEST.json
- New data sources -> Update DATA_DICTIONARY.md
- Pipeline changes -> Update RUNBOOK.md and LINEAGE.md
- Integration changes -> Update INTEGRATION_GUIDE.md
Who maintains:
- Core docs: pdoom-data maintainers
- Integration docs: Respective repo maintainers
- Session notes: Archive only, no updates
- All links work (internal and external)
- Code examples are tested and work
- Schema versions match actual schemas
- Workflow examples match actual workflows
- Status badges reflect actual state
For documentation questions:
- Check this index first
- Search repository:
gh search "your topic" --repo PipFoweraker/pdoom-data - Open issue: New Documentation Issue
For implementation questions:
- See QUICK_START_INTEGRATION.md
- See INTEGRATION_GUIDE.md
- Check RUNBOOK.md for operations
README.md (start here)
|
|-- QUICK_START_INTEGRATION.md (5-min setup)
| |
| |-- INTEGRATION_GUIDE.md (detailed integration)
| |
| |-- EVENT_SCHEMA.md (schema reference)
| |-- DATA_ZONES.md (architecture)
|
|-- ECOSYSTEM_OVERVIEW.md (understand ecosystem)
| |
| |-- CROSS_REPO_INTEGRATION_ISSUES.md (create issues)
| |-- DATA_PUBLISHING_STRATEGY.md (public data)
|
|-- RUNBOOK.md (operations)
|
|-- LINEAGE.md (data provenance)
|-- ALIGNMENT_RESEARCH_INTEGRATION.md (pipelines)
Maintained by: pdoom-data team Last audit: 2025-11-09 Next review: When new major features added