NoteActive
RPS Digital Supporting Docs Index
Curated reference list for core docs, operational guides, and implementation entry points cited during intake.
BuilderEntrepreneur
content:notesdocumentation
Metadata
- Type
- Note
- Entity Type
- Standard
- Status
- Active
Links
Notes
Source Summary
RPS Digital - Documentation Welcome to the RPS Digital project documentation. This directory contains all project documentation, organized for easy navigation and reference.
Imported Context
RPS Digital - Documentation
Welcome to the RPS Digital project documentation. This directory contains all project documentation, organized for easy navigation and reference.
📚 Documentation Index
Core Documentation
- Project Master - Core project status and overview (concise)
- ROADMAP - Development phases, priorities, and planning
- CHANGELOG - Complete change history and version tracking
- Technical Reference - Technical setup and architecture
- Testing & CI - Testing infrastructure and CI/CD processes
- AGENTS.md - Comprehensive AI agent instructions
🚀 Getting Started
- New to the project? Start with Project Master for overview and current status
- Setting up locally? Follow the setup guide in Technical Reference
- Working on features? Check the ROADMAP for phases and immediate priorities
- Adding tests? Review Testing & CI for testing standards and processes
- AI Agent? Follow the AGENTS.md for comprehensive instructions
🤖 For AI Agents
When working on this project, always:
- Read first: Start with Project Master to understand current status
- Check priorities: Review ROADMAP for immediate priorities and phases
- Reference: Use Technical Reference for architecture and setup details
- Test: Follow guidelines in Testing & CI for quality assurance
- Update: Log significant changes in CHANGELOG with proper format
🧩 Digital Pipeline Integration (Overview)
- Files live privately in GCS under
products/<sku>/<release>/<filename> - Sanity
digitalProductstores eitherbundleKey(zip) orassets[]/manifestKey - Fulfillment saves exact
objectKey(s) to downloads and the API signs them on demand - EMAIL_FROM must be unquoted:
EMAIL_FROM=RPS Digital <noreply@orders.rps-digital.com>
See Technical Reference and ROADMAP Priority 1 for details.
📋 Documentation Standards
- Single Source of Truth: Project Master is the authoritative source for project status
- Changelog: All significant changes must be logged in CHANGELOG with proper format
- Roadmap: Development phases and priorities tracked in ROADMAP
- Technical Details: Architecture and setup information lives in Technical Reference
- Testing: All testing requirements and processes documented in Testing & CI
- AI Agents: Comprehensive instructions and guidelines in AGENTS.md
🔄 Maintenance
- Last Updated: 2025-01-27 16:00 UTC
- Maintained By: AI Development Team
- Review Schedule: After each major milestone or phase completion
Quick Navigation: Use the links above to jump to specific documentation sections.
Provenance
- Source file:
rps-digital/DOCS/README.md - Source URL: https://github.com/maggielerman/rps-digital/blob/main/DOCS/README.md
Source Extracts
- excerpt-1
Welcome to the RPS Digital project documentation. This directory contains all project documentation, organized for easy navigation and reference.
Path: rps-digital/DOCS/README.md - excerpt-2
### **Core Documentation** - **[Project Master](project-master.md)** - Core project status and overview (concise) - **[ROADMAP](ROADMAP.md)** - Development phases, priorities, and planning - **[CHANGELOG](CHANGELOG.md)** - Complete change history and version tracking - **[Technical Reference](technical-reference.md)** - Technical setup and architecture - **[Testing & CI](testing-and-ci.md)** - Testing infrastructure and CI/CD processes - **[AGENTS.md](../AGENTS.md)** - Comprehensive AI agent ins...
Path: rps-digital/DOCS/README.md - excerpt-3
1. **New to the project?** Start with [Project Master](project-master.md) for overview and current status 2. **Setting up locally?** Follow the setup guide in [Technical Reference](technical-reference.md) 3. **Working on features?** Check the [ROADMAP](ROADMAP.md) for phases and immediate priorities 4. **Adding tests?** Review [Testing & CI](testing-and-ci.md) for testing standards and processes 5. **AI Agent?** Follow the [AGENTS.md](../AGENTS.md) for comprehensive instructions
Path: rps-digital/DOCS/README.md - excerpt-4
1. **Read first**: Start with [Project Master](project-master.md) to understand current status 2. **Check priorities**: Review [ROADMAP](ROADMAP.md) for immediate priorities and phases 3. **Reference**: Use [Technical Reference](technical-reference.md) for architecture and setup details 4. **Test**: Follow guidelines in [Testing & CI](testing-and-ci.md) for quality assurance 5. **Update**: Log significant changes in [CHANGELOG](CHANGELOG.md) with proper format
Path: rps-digital/DOCS/README.md - excerpt-5
## 🧩 **Digital Pipeline Integration (Overview)** - Files live privately in GCS under `products/<sku>/<release>/<filename>` - Sanity `digitalProduct` stores either `bundleKey` (zip) or `assets[]`/`manifestKey` - Fulfillment saves exact `objectKey`(s) to downloads and the API signs them on demand - EMAIL_FROM must be unquoted: `EMAIL_FROM=RPS Digital <noreply@orders.rps-digital.com>`
Path: rps-digital/DOCS/README.md