Files
skelly/CLAUDE.md
2025-09-30 00:28:29 +04:00

354 B

  • The documentation of the project is located in docs/ directory;
  • Get following files in context before doing anything else:
    • docs\CLAUDE.md
    • docs\CODE_OF_CONDUCT.md
    • project.godot
  • Use TDD methodology for development;
  • Use static data types;
  • Keep documentation up to date;
  • Always run tests ./tools/run_development.py --yaml --silent;