



How should I calculate hash?


if there is some types with path in signature should I use whole path, or only type name?
E.g. instead of models.my_model use just my_model.


Whole path:
Pros: On refactoring (changing file path) AI will auto refactor everything.
Cons: It cost credits. Harded scaffolding process, needs to recalculate hashes.

Just name:
Pros: Easier scaffolding process
Cons: Need manual changing on refactoring.

Solution: Use just name now. Make it configurable later (use whole path by default probably).
