db/_archive/herodb_old/aiprompts/moduledocu.md
2025-06-27 12:11:04 +03:00

407 B

make a readme for the chosen folder (module)

make a dense representation of the objects and how to use them explain what the rootobjects are

we always start from root object, each file e.g. product.rs corresponds to a root object, the rootobject is what is stored in the DB, the rest are sub objects which are children of the root object

don't explain the low level implementation details like sled, ...