This folder contains architecture, implementation, API, preset, and debugging documentation for the PrintFX processing engine.
/docs
README.md — This file
/architecture — System design and component architecture
/implementation — Setup guides and environment notes
/api — API endpoint reference
/presets — Preset catalog and individual preset docs
/workers — Worker and job processing docs
/audits — Release checklists and audit templates
/decisions — Architecture decision records
/debugging — Debugging guides for common issues
/runbooks — Operational runbooks
- Documentation is part of the architecture — kept alongside code, updated when code changes
- Small focused files — each file covers one specific topic
- Audit-friendly — future reviewers and AI assistants can inspect each concern separately
- Every major area has: code + docs + checklist