Skip to the content.

Explanation: Public vs Internal Documentation

This system is designed to be transparent and reusable. All the details needed to use, adapt, or extend the workflow are included in the public documentation (this site). However, some information is only relevant to contributors or maintainers of this specific repository.

Public Documentation (docs/)

Internal Documentation (README.md)

Principle

Nothing is hidden from public docs, but irrelevant details are omitted for clarity. If you’re adapting this system, start with the public docs and refer to the repo README for deeper implementation notes.