Zadání pro Claude – Reality Report

Generate a fresh reality report for the Maddocs project based on the current repository state.

Scope of work:

  • First, run the project structure generation script exactly as follows: python scripts/generate_structure.py
  • This command must regenerate and overwrite docs/PROJECT_STRUCTURE.md
  • Do not edit docs/PROJECT_STRUCTURE.md manually
  • After the structure file is regenerated, create a new reality report based on the current codebase and updated structure

Constraints:

  • Analysis and documentation only, no production code changes
  • Do not modify project logic
  • Do not change project structure
  • Do not remove or refactor files
  • Preserve all existing behavior

Context sources:

  • reality_report.md (existing version, if present)
  • docs/PROJECT_STRUCTURE.md (freshly regenerated)
  • full repository codebase

Output:

  • Use template located at: templates/Reality Report template.md
  • Follow the template strictly without adding extra sections
  • Output file must be created in project root as: reality_report.md
  • If reality_report.md already exists, overwrite it

Git requirements:

  • Commit message must be in Czech
  • Commit only:
    • updated docs/PROJECT_STRUCTURE.md
    • updated reality_report.md
  • Push changes to main branch

Important:

  • The output file name must be exactly reality_report.md
  • The report must reflect the real current state of the repository, not assumptions
  • Do not invent missing information
  • Ensure the structure file is regenerated before writing the report