This project is intentionally small. Contributions should make the one canonical report skill more reliable, not turn it into a general app or template platform.
- Better checker coverage.
- Better negative fixtures.
- Clearer contract wording.
- Stronger examples.
- Bug fixes in HTML/JSON alignment.
- Accessibility or print-readability improvements that preserve the canonical profile.
- GUI app.
- Live preview server.
- PNG or social-card export.
- Markdown/docx/html conversion pipelines.
- Large template catalogs.
- Default sidebar table of contents.
Run:
python3 scripts/check_examples.py
python3 -m unittest discover -s testsWhen changing checker behavior, add or update a negative fixture so CI proves the failure mode is covered.